1. Install ntfs-3g.
Quote : apt-get install ntfs-3g
2. Create a folder in /media or /mnt (mkdir /media/windows)
3. Use
Quote : fdisk -l
to get the name of the NTFS drive (example: dev/sda1)
4. Add the drive into /etc/fstab so it mounts automatically.
Quote : /etc/fstab
Quote : /dev/sda1 /media/windows ntfs-3g defaults 0 0
Enjoy ubuntu... ;)
No comments:
Post a Comment