Arioch
Group: Members
Posts: 21
Joined: Sep. 2003 |
|
Posted: Mar. 26 2004,00:39 |
|
Robby, by default DSL mounts your ntfs drives read only. If you want to write to it you need to mount it with write permissions.
Try this... Open a terminal window and change to root by typing "sudo su". Then mount your XP drive with read/write by "mount -w /dev/hda1 /mnt/hda1" Keep in mind that your drive might not be hda1, I'm just using that as an example. Now if you open up EmelFM as root you can view and change anything on your XP drive.
Be careful what you change in there. ; ) Someone may have a better method that this... I'm pretty new to Linux but I've accessed my XP partion this way. Hope that helps.
|