[SOLVENTED] df -h command failed

zapeador

Member
Joined
Jan 15, 2022
Messages
44
Reaction score
13
Credits
401
A very strange thing happens to me and it is that I try to do a df -h and the cursor stays on hold and it does not work for me, does anyone know what could be the cause? other commands like ls and the like work
 


A stale or hanging network share, the best option is to umount it with the l option and then remount it.
Code:
sudo umount -l /mnt/share
sudo mount /mnt/share
 
A stale or hanging network share, the best option is to umount it with the l option and then remount it.
Code:
sudo umount -l /mnt/share
sudo mount /mnt/share
Does umount -l have any risk? because it is a somewhat delicate machine within the structure
 
If the share is stale or hanging there is not other way to unmount it, unless you want to reboot your system.
-l, --lazy
Lazy unmount. Detach the filesystem from the file hierarchy now, and clean up all references to this filesystem as soon as it is not busy anymore.
 

Members online


Latest posts

Top