Re: cant write HD in ubuntu!!!
Create a Root Password:
-------------------------------
$ sudo passwd root
(Enter Password)
(Enter Password)
Password not echoed!!
Now login as Root:
--------------------------
$ su -
(Enter password)
If it's a Text file load gedit
$ gedit ->Open the file & save it to XP partition.
Other files use the Copy (cp) or move (mv) command
First your XP partitions must be mounted!!
$ cp <path> <destination>
For eg.,
$ cp -R /home/raja/Docs /mnt/win_d
This copies all files & folder in the Docs folder in /home/raja to D drive
Move files eg.,
$ mv /home/raja/Docs /mnt/win_d
This moves the entire directory Docs (& subdirectories) to D drive.
Note:
--------
You must have mounted your D drive in /mnt/win_d!!
Now logout from Root account
$ exit
If you use Mandriva Linux 2006, reading , writing to NTFS is child's play!!
Ubuntu needs some refinements in this regard.
Last edited by JGuru; 10-07-2006 at 09:26 PM.
|