Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 1998 20:00:45 +0400 (MSD)
From:      Ozz!!! <osa@unibest.ru>
To:        Doug Lo <jwlo@ms11.hinet.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: How to mount dos partition?
Message-ID:  <Pine.BSF.3.96.980410195708.3181E-100000@hole.etrust.ru>
In-Reply-To: <352E3EDB.18FA987B@ms11.hinet.net>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, 10 Apr 1998, Doug Lo wrote:

> Hi, folks,
> 
> Would anyone tell me how to mount dos partition?
> My /etc/fstab file is below:
> /dev/wd0s2b    none    swap    sw    0    0
> /dev/wd0s2a    /           ufs        rw    1   1
> /dev/wd0s1     none     msdos   ro    0    0
> /dev/wd0s2f    /usr       ufs        rw     1   1
> /dev/wd0s2e   /var       ufs        rw     1    1
> proc               /proc     procfs   rw     0    0
> /dev/wcd0c    /cdrom  cd9660 ro,noauto  0  0
> 
> Best regards,
> Doug.
> 

if your DOS-partition not in /etc/fstab, try follwing :

# mkdir <whereis_dos_mount>
# mount_msdos /dev/<whereis_your_DOS_partition_in_HDD> <whereis_dos_mount>

Doug ( i think ) type following :

# mkdir /dos
# mount_msdos /dev/wd0s1 /dos

All.

Rgdz,
oZZ,
osa@unibest.ru


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?Pine.BSF.3.96.980410195708.3181E-100000>