External Hard drive issue

lanzen lanzenesi at gmail.com
Sat Dec 8 09:36:23 UTC 2007


> Once I boot with Linux and, after booting, turn on the external drive,
> Linux "sees" the drive but I cannot access into it because the OS says
> the disk is not mounted.

Ok, I suppose you're running kubuntu gutsy so I think you you should
have ntfs-3g installed by default. Do a 
sudo apt-get install ntfs-config

To see what we're talking about the link is:
http://flomertens.free.fr/ntfs-config/screen.html

Check "Enable write support for external device" and see if anything
changes. It might not.

If it doesn't, and if when you plug your disk you see a window
complaining about permission denied - but try it all the same ;) - in
konsole run this command:

sudo mount -t ntfs-3g /dev/whateveritis /media/disk-[n°]-o force

Before you do, check how your disk gets named. In my case it was sda1
and the command was

mount -t ntfs-3g /dev/sda1 /media/disk1 -o force

It it works, you might want to add a line in /etc/fstab.

You can also find a few discussions, some of them quite recent, if you
search the list for "ntfs usb mount".

-- 
lanzen





More information about the kubuntu-users mailing list