Quote:
|
Originally Posted by gx_saurav
I don't know, when I insert the Ubuntu 7.04 CD in drive & boot from it, it doesn't show my NTFS drives in the file manager or desktop, how do I mount them in Live CD from GUI?
|
sudo mkdir /media/ntfs_drive
sudo mount /dev/sdaX /media/ntfs_drive -t ntfs
OR
sudo apt-get install ntfs-config
And then open it from Applications->System->NTFS Config