Hello, I am trying to set auto mount of a nfs in /etc/fstab. So if I do manually
it mounts perfect. I went to /etc/fstab and added:
and I try:
My guess is that not taking the option "-v" or maybe something else. Any help is welcome, thanks.
Code:
# mount -v 160.1.1.158:/mnt/xxx /mnt/xxx/
Code:
160.1.1.158:/mnt/xxx /mnt/xxx/ nfs rw,-v 0 0
# mount /mnt/xxx
I get
Code:
unknown special file or file system
My guess is that not taking the option "-v" or maybe something else. Any help is welcome, thanks.