Hi everyone
When i try and unmount an nfs share my computer locks up and i have to power off
The nfs share is in my fstab as shown below
When i run
to unmount the nfs share the terminal hangs and becomes unresponsive,
if i try and control c it just prints ^c in the terminal
i have also noticed the problem trying to unmount usb drives as well
i also tried opening a new terminal to unmount the share,
so i have to re enter my admin password using sudo to unmount the drive but i still have the same issue
I can kill the bash process the terminal is running which close the terminal window,
trying to kill the process id of the umount process doesnt work
when i open a new terminal and try and run another command like ls the terminal also hangs,
and again control c just prints c^ in the terminal so i have to power off by pressing the power button
im running freebsd 11.2 on a 2011 11inch macbook air
ive been running freebsd for the last 18 months after using linux for 5 or 6 years,
so i comfortable on the command line and not a total noob
i cant see any errors in the logs and it has me totally baffled
i dont get the issue unmounting the nfs share on ubuntu 18.04 only on freebsd,
so i dont think its an issue with the nfs server which is running on a synology nas
any ideas what the issue might be and how to resolve it
When i try and unmount an nfs share my computer locks up and i have to power off
The nfs share is in my fstab as shown below
Bash:
192.168.1.25:/volume1/Video /home/djwilcox/video nfs rw,noauto 0 0
When i run
Bash:
sudo umount ~/video
to unmount the nfs share the terminal hangs and becomes unresponsive,
if i try and control c it just prints ^c in the terminal
i have also noticed the problem trying to unmount usb drives as well
i also tried opening a new terminal to unmount the share,
so i have to re enter my admin password using sudo to unmount the drive but i still have the same issue
I can kill the bash process the terminal is running which close the terminal window,
trying to kill the process id of the umount process doesnt work
when i open a new terminal and try and run another command like ls the terminal also hangs,
and again control c just prints c^ in the terminal so i have to power off by pressing the power button
im running freebsd 11.2 on a 2011 11inch macbook air
ive been running freebsd for the last 18 months after using linux for 5 or 6 years,
so i comfortable on the command line and not a total noob
i cant see any errors in the logs and it has me totally baffled
i dont get the issue unmounting the nfs share on ubuntu 18.04 only on freebsd,
so i dont think its an issue with the nfs server which is running on a synology nas
any ideas what the issue might be and how to resolve it