>   Mark>  I know this is probably a really basic question but can somebody
>   Mark> please tell me how to mount my msdos partition.  Thanks,
> 
> Assuming that it lives on /dev/hda1, the first partition of the first hard
> drive, you can use
>       mount -t msdos /dev/hda1 /mnt
> Dirk Eddelb"uttel                            http://qed.econ.queensu.ca/~edd

Also make sure that you have the msdos filesystem either compiled into the
kernel (which it should be with the standard debian kernel), or have it
loaded as a module.  Look at man insmod to see how to do this.
-- 
                                - John Larkin   
                                - [EMAIL PROTECTED]
                                - http://aij.st.hmc.edu/~jlarkin

Reply via email to