Hello!
Have been struggling with this problem for a long time now but just can't find a working solution.
I have a external USB Samsung hard drive formatted as ntfs, old drive I used with Windows for backups, movies etc.
First time I started up the disc in Kubuntu I was asked what to do. I marked "Do nothing" and clicked the box "Never ask again". Later I tried to access the disc, but realized that it wasn't mounted.
I installed ntfs-3g and ntfs-config. I know that many of you might say I shouldn't use ntfs-config but at that time I didn't know the crappy code it generates.
My internal drives with NTFS file system is working flawless.
The USB-drive mounts on computer startup, if it's powerd on.
BUT, if i use the "Safe removal", shutdown and then start up the drive again I get a popup saying "Mounting /dev/sdc1" and nothing more happens.
If I then try mounting it using:
I get:
The line in my fstab looks like this:
Is it really a big problem to get the auto mount working with a USB HDD? Will it be easier if the drive isn't formatted in NTFS?
Have been struggling with this problem for a long time now but just can't find a working solution.
I have a external USB Samsung hard drive formatted as ntfs, old drive I used with Windows for backups, movies etc.
First time I started up the disc in Kubuntu I was asked what to do. I marked "Do nothing" and clicked the box "Never ask again". Later I tried to access the disc, but realized that it wasn't mounted.
I installed ntfs-3g and ntfs-config. I know that many of you might say I shouldn't use ntfs-config but at that time I didn't know the crappy code it generates.
My internal drives with NTFS file system is working flawless.
The USB-drive mounts on computer startup, if it's powerd on.
BUT, if i use the "Safe removal", shutdown and then start up the drive again I get a popup saying "Mounting /dev/sdc1" and nothing more happens.
If I then try mounting it using:
Code:
mount /media/usbhd
Code:
fusermount: mount failed: Device or resource busy FUSE mount point creation failed Unmounting /dev/disk/by-id/usb-SAMSUNG_HD300LD_DEF10BC18150-0:0-part1 (Lagring)
Code:
/dev/disk/by-id/usb-SAMSUNG_HD300LD_DEF10BC18150-0:0-part1 /media/usbhd ntfs-3g users,umask=000 0 0
Comment