On Sat, Jun 05, 1999 at 10:01:44PM -0400, hammy wrote: > Hi, as a novice linux user, I was wondering if anyone could tell me how to > access my dos partition from within linux.
The previous advice is quite correct, however if you want to automate this at boot time you'll need to edit a file called /etc/fstab. $ man fstab This will give you all the gory details. fstab is also very useful for creating mount points for floppies and other removable media.