On Mon, 07 Feb 2000, Hill, Andrew wrote:
> I have been trying to access my hda1/windows drives from a simple user,
> not root, when I saw someone suggest logging on to linux as a single
> user system, linux -s, will this give me access to the hda1/windows
> drives?
You don't have to go down to init 1 to access your hda1/windows drives.
Try putting something like the following in your /etc/fstab file:
/dev/hda1 /dosc vfat rw,uid=501,gid=501,perm=660
1 2
(change accordingly to suit your own installation)
This then gets mounted everytime you bootup
--
Ronald