Fedora 15 and mount points

Genes MailLists lists at sapience.com
Sat Aug 13 15:23:28 UTC 2011


On 08/13/2011 11:19 AM, Tom H wrote:

> 
> So anyone/anything with whom/which you don't agree is dumb, silly, ...

 Something like this for df may work until df is "fixed" (this is all 1
line of course)


cat mydf

#!/bin/bash

df ${@} $(findmnt -s| egrep -v
'^TARGET|^swap|^/sys|^/proc|^/dev/pts|^/dev/shm' | awk '{ printf("%s ",
$1)}')


More information about the users mailing list