[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: about output from mount (was: no space left on device)



Felix Miata <mrmazda@stanis.net> writes:

> I have the following in ~/.bashrc for making that easier:
> 
> alias Mnt='mount | egrep -v "cgroup|rpc|ramfs|tmpfs|^sys|on /dev|on /proc|on /sys|on /var" | sort '

mount | fgrep -vf <(awk '/^nodev/{print $2}' /proc/filesystems)

urs


Reply to: