Sometimes I pick up a new command that I wasn't aware of before. 
Today's discovery is findmnt.

I've been using 'mount' and 'df' for years to see what mounts are 
available and for disk side.  I find that:

  findmnt -ln -o SOURCE,TARGET,FSTYPE,USE%

Gives me a very nice output that I can put into an alias that I can use 
for either.  It also avoids the problem that I have with df of 
displaying the root directory as /dev/root instead of /dev/sdb2 which is 
much more informative.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to