Good day.
Just a little question about slices/partitions.
A few days ago i've been using FreeBSD 7.2 Release and my /etc/fstab looked approximately like:
.
Tomorrow i've tried sysinstall-->fdisk and it showed me:
When i tried to delete all partitions except that marked with bold font a computer produced a "beep" signals and i had to reboot. i've managed it to work finally but after several unsuccessful tries and reboots only.
now i have FreeBSD 8.0 Release, everything is fine, i suppose hardware is healthy, and that partition looks like:
is it OK? Could someone please shed some light on this?
Just a little question about slices/partitions.
A few days ago i've been using FreeBSD 7.2 Release and my /etc/fstab looked approximately like:
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ad16s1b none swap sw 0 0
/dev/ad16s1a / ufs rw 1 1
[B]/dev/ad16s2d /foo ufs rw 2 2[/B]
/dev/ad16s1e /tmp ufs rw 2 2
/dev/ad16s1f /usr ufs rw 2 2
/dev/ad16s1d /var ufs rw 2 2
proc /proc procfs rw 0 0
Tomorrow i've tried sysinstall-->fdisk and it showed me:
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ad16s1b none swap sw 0 0
/dev/ad16s1a / ufs rw 1 1
[B]/dev/ufsid/4a47b9de1730863bd /foo ufs rw 2 2[/B]
/dev/ad16s1e /tmp ufs rw 2 2
/dev/ad16s1f /usr ufs rw 2 2
/dev/ad16s1d /var ufs rw 2 2
proc /proc procfs rw 0 0
now i have FreeBSD 8.0 Release, everything is fine, i suppose hardware is healthy, and that partition looks like:
Code:
[B]/dev/ufsid/4a47b9de1730863bd /foo ufs rw 2 2[/B]
is it OK? Could someone please shed some light on this?