burmilla / os

Tiny Linux distro that runs the entire OS as Docker containers
https://burmillaos.org
Apache License 2.0
210 stars 13 forks source link

NFS mounting #125

Closed xh116 closed 2 years ago

xh116 commented 2 years ago

By the way, It seems there is problem with nfs mounting ?

sudo mount -t nfs4 10.0.0.66:/mnt/Pool01/Media /mnt/media
mount: /mnt/media: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.

I am sure it worked in other linux system.

I also tried to enable volume-nfs but it doesnt help. sudo ros service enable volume-nfs

any suggestions?

olljanat commented 2 years ago

Look https://github.com/burmilla/os/issues/40#issuecomment-754125942