How To Use NTFS Drives/Partitions Under Ubuntu Edgy Eft - Page 2
2.4 Install ntfs-3gNext we install ntfs-3g: sudo apt-get install ntfs-3g If you see this, please answer with y: Reading package lists... Done That's it already.
2.5 Plug In The External NTFS USB Hard DiskNow we plug in and switch on our external USB HDD again. After a few seconds its icon should appear again on the desktop:
In the terminal window, type sudo mount to see what our external HDD looks like now: /dev/hda1 on / type ext3 (rw,errors=remount-ro) As you see, it's not of type ntfs anymore, but of type fuse which means it has been mounted with ntfs-3g. Again, you should see the contents of the drive in the file browser which means we are still able to read from the drive:
Now let's check if we can write to it. Open a text editor (e.g. gedit) and write some text:
Then save it to your external NTFS USB drive:
If all goes as expected, you should see your new file now on your NTFS drive:
Again, please don't forget to right-click the drive icon on the desktop and choose Eject when you want to unmount the drive! Do not disconnect the drive before you have done so! Close all applications that are currently accessing the drive (like the file browser and the text editor) before choosing Eject because otherwise Eject will fail.
2.6 Auto-mount Failed...If auto-mount failed in chapter 2.5 and no drive icon appeared on your desktop, you can try to mount your external drive manually with this command: sudo pmount-hal /dev/sda1 Please replace /dev/sda1 with your external hard drive. You can find out about it by running sudo fdisk -l | grep NTFS The output should look like this: /dev/sda1 1 48641 390708801 7 HPFS/NTFS
|







Recent comments
23 hours 55 min ago
1 day 4 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 12 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 2 hours ago