On Thu, 8 Jul 1999, sachin mathur wrote:
=>dear linux_lovers,
=>i have a dos partition and linux native partition onmy hdd
=>dos hda1
=>linux hda5
=>how do i access/mount my dos partition from linux ?
=>
=>PS : new to linux
as root, do
mount -t vfat /dev/hda1 /dosc
where /dosc is the directory where the dos partition will get mounted.
-amit
------------------------------------------------------------------------------
.. The prejudices people feel about each other disappear when then get
to know each other.
-- Kirk, "Elaan of Troyius", stardate 4372.5
------------------------------------------------------------------------------