>            FreeBSD Disklabel Editor
> 
> Disk: ad0 Partition name: ad0S2 Free: 0 blocks (0Mb)
> Part           Mount         Size        Newfs
> ----           -----         ----        -----
> ad0s1          <none>        20002       DOS
> 
> ad0s2a         /             128         UFS     Y
> ad0s2b         swap          503         swap
> ad0s2e         /var          256         UFS+S   Y
> ad0s2f         /tmp          256         UFS+S   Y
> ad0s2g         /usr          6919        UFS+S   Y
> 
> 
> 
> 
> How to mount ad0s1?
> 

After you have finished your installation do this:
  # mkdir /dos
  # mount_msdosfs /dev/ad0s1 /dos
To make that permanent you may add an
entry in /etc/fstab(5).

Norbert
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to