atom feed3 messages in org.freebsd.freebsd-questionsRe: How to mount dos partition?
FromSent OnAttachments
Doug LoApr 10, 1998 8:46 am 
Ozz!!!Apr 10, 1998 9:00 am 
Leif NelandApr 11, 1998 10:34 am 
Subject:Re: How to mount dos partition?
From:Ozz!!! (os@unibest.ru)
Date:Apr 10, 1998 9:00:24 am
List:org.freebsd.freebsd-questions

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.

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message