Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1.  
  2. root@ubuntu:~/test# dmesg|grep bsd
  3. [ 4.255161] sda1: <bsd:bad subpartition - ignored
  4. [ 207.370765] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
  5. [ 211.545992] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
  6. [ 259.818467] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
  7. [ 279.546550] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
  8. [ 288.314483] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
  9.  
  10. root@ubuntu:~/test# mount -r -t ufs -o ufstype=ufs2 /dev/sda /root/test/
  11. mount: wrong fs type, bad option, bad superblock on /dev/sda,
  12. missing codepage or helper program, or other error
  13. In some cases useful info is found in syslog - try
  14. dmesg | tail or so
  15.  
  16. Device Boot Start End Blocks Id System
  17. /dev/sda1 * 63 488397167 244198552+ a5 FreeBSD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement