Guest User

Untitled

a guest
Jan 11th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Trying to mount root from ufs:/dev/ufs/pfsense1 [ro,sync,noatime]...
  2. mountroot: waiting for device /dev/ufs/pfsense1 ...
  3. Mounting from ufs:/dev/ufs/pfsense1 failed with error 19.
  4.  
  5. Loader variables:
  6. vfs.root.mountfrom=ufs:/dev/ufs/pfsense1
  7. vfs.root.mountfrom.options=ro,sync,noatime
  8.  
  9. Manual root filesystem specification:
  10. <fstype>:<device> [options]
  11. Mount <device> using filesystem <fstype>
  12. and with the specified (optional) option list.
  13.  
  14. eg. ufs:/dev/da0s1a
  15. zfs:tank
  16. cd9660:/dev/acd0 ro
  17. (which is equivalent to: mount -t cd9660 -o ro /dev/acd0 /)
  18.  
  19. ? List valid disk boot devices
  20. . Yield 1 second (for background tasks)
  21. <empty line> Abort manual input
  22.  
  23. mountroot>
Advertisement
Add Comment
Please, Sign In to add comment