Date: Fri, 28 Aug 1998 19:05:23 -0400 From: Malartre <malartre@aei.ca> To: Mark Tinguely <tinguely@plains.NoDak.edu> Cc: freebsd-questions@FreeBSD.ORG, peter@sweda.com.hk Subject: Re: command Message-ID: <35E737B3.8475C7D2@aei.ca> References: <199808281512.KAA23780@plains.NoDak.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Tinguely wrote: > > > 1) for Dos > > 2) for BSD > > > > Which command i can > > read the dos partition? > > the smart thing to do is automatically mount the DOS partition when booting. > then you can access the drive as if it is another Unix partition. in > /etc/fstab, add (this assumes that you are using a IDE drive and DOS is the > first partition): > > /dev/wd0s1 /dos msdos rw 0 0 > > or you can manually mount the partition as root: > > # mount -t msdos /dev/wd0s1 /dos I would like to know if that command understand FAT 32 (I have freebsd 2.2.7 with msdosfs support in the kernel). Also I would like to know if there is chance to screw (broke) my dos partition. Any man page or doc about the FAT32? -- [Malartre][malartre@aei.ca][http://www.aei.ca/~malartre/] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35E737B3.8475C7D2>