Unraid Share (9p) Mount via Ubuntu fstab


Recommended Posts

I'm trying to mount one of my shares in an Ubuntu 18.04 server VM. Unfortunately, adding it via fstab causes my system to go into emergency mode on each boot. My share (/mnt/user/hemlock) has been added to the VM with tag 'hemlock'.

 

Running 'sudo mount -a' works correctly and shows no errors, and 'sudo mount -t 9p hemlock /home/<user>/hemlock' also works. However on boot up I consistently see this:

1853866202_ScreenShot2019-07-24at11_06_53AM.thumb.png.3bf1819772feb82cee8161353f2f754e.png

 

Pressing Control-D and continuing seems to work anyway, but having that prompt is still an issue on a server. I cannot find anything related to mounting in 'journalctl -xb', but perhaps I am looking for the wrong thing. Here is my fstab entry:

hemlock	/home/<user>/hemlock	9p	trans=virtio,version=9p2000.L,nobootwait,rw,_netdev	0 0

Thank you for any help, and please let me know if you need any other information.

  • Upvote 1
Link to comment
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.