mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Sep. 01 2004,13:28 |
|
Jerome: Q: "why dont you make a 50 gig linux partition and do a harddrive install and copy the dvd to linux" A: "I do want to read & write to the drive from windows later" You can't easily accomplish this without buying another piece of software.
aveline: You should be able to write to fat32 without trouble. If you're getting "read-only" messages, it's likely that you should look at the mount options. It could be that the drive is being mounted read-only, which would bypass any permissions you have set. You might try "mount -t vfat -o rw /dev/hd** /mnt/fat", replacing hd** and /mnt/fat with the appropriate device and mountpoint.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|