On OpenBSD 4.9 AMD64 snapshot, ----------------------- # disklabel /dev/sd1c ####sd1 is a disk created in FreeBSD 8.1 ... 16 partitions: # size offset fstype [fsize bsize cpg] c: 1720099632 0 unused i: 1720095328 32 unknown -------------------
# mount_ffs /dev/sd1i /mnt # df ..... /dev/sd1i 1015260 548192 385848 59% /mnt --------------------------- # ls /mnt .cshrc COPYRIGHT cdrom dist lib mnt root tmp .profile bin compat etc libexec proc sbin usr .snap boot dev home media rescue sys var empty in /mnt/var/ and /mnt/home ,but there should be a lot of files there. ------------------------ # less /mnt/etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/da1s1b none swap sw 0 0 /dev/da1s1a / ufs rw 1 1 /dev/da1s1h /home ufs rw 2 2 /dev/da1s1e /tmp ufs rw 2 2 /dev/da1s1f /usr ufs rw 2 2 /dev/da1s1g /usr/local/www ufs rw 2 2 /dev/da1s1d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 How Could I mount and use other partition created on FreeBSD 8.1 ? like /home and /usr/local/www Now it seems we can only access the first slice partition created on FreeBSD.