[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How do access hda, fd0, etc. ?



     Several people have suggested mounting the dos partition with:
mount -t msdos /dev/hda1 /mnt

     If any text files are involved, the different newline characters in dos
and linux can cause problems.  Adding the conversion option to the file
system specification in the mount command can reduce that problem.  Try:

mount -t msdos -o defaults,conv=auto /dev/hda1 /mnt

Good Luck

Bob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: