Friday, May 3, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 52806  / 1 Year ago, wed, february 8, 2023, 8:44:37

While trying to mount my hard drive to copy all the necessary data from my broken drive to this one, I got an error saying:



# mount -t ntfs /dev/sda1 /mnt/dominik/
fuse: mount failed: Device or resource busy


This is my fdisk -l if that helps.



# fdisk -l
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x70000000
Device Boot Start End Blocks Id System
/dev/sda1 1 77826 625130496 7 HPFS/NTFS


And just to let you know I can see this partition in Computer but when I try to access it I get this error



enter image description here


More From » partitioning

 Answers
7

I suspect that /dev/sda1 is already mounted under /media/ACER. Nautilus automatically mounts partitions when selecting it on the left side. You cannot mount a partition multiple times (leaving out --bind mounts).


[#43868] Friday, February 10, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
naldis

Total Points: 257
Total Questions: 101
Total Answers: 111

Location: Kenya
Member since Sat, Feb 25, 2023
1 Year ago
;