mount overview


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers mount overview
# 1  
Old 10-26-2009
mount overview

Hello

I would like to list an overview of mounted filesystems, without showing /proc and /sysfs. What's the command to do this?

greets chilly
# 2  
Old 10-26-2009
Code:
mount | grep -Ev "^(proc|sysfs)"


Last edited by Scott; 10-26-2009 at 05:34 PM..
# 3  
Old 10-26-2009
Code:
df

-----
# 4  
Old 10-26-2009
Once again, Solaris shows me too much!

Proc shows up on a df in Solaris Smilie

(but as Solaris doesn't have a "sysfs", whatever that it, I should probably fix my Linux instead of using Solaris!)

Last edited by Scott; 10-26-2009 at 08:33 PM..
# 5  
Old 10-27-2009
thx guys!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. What is on Your Mind?

Video Overview of the Vue.js UserCP @UNIX.com

Here is my second live video screencast (in my life, using Camtasia) with voice for the new usercp: Overview of the Vue.js UserCP @UNIX.com Shout outs to Don Cragun, Corona688, Rudi, Wolf, Made in Germany, stomp, Ravinder, Creative Tim, PubNub and others in the video. Thanks. If you are... (1 Reply)
Discussion started by: Neo
1 Replies
Login or Register to Ask a Question