Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-13-2007, 03:40 PM
|
#1
|
Member
Registered: Mar 2005
Posts: 141
Rep:
|
df -h whats this?
checking my disk space on a couple of systems (debian etch) I found a couple things I'm not used to seeing.
Box1
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 1.4G 211M 1.1G 17% /
tmpfs 490M 0 490M 0% /lib/init/rw
udev 10M 60K 10M 1% /dev
tmpfs 490M 0 490M 0% /dev/shm
/dev/sda9 92G 3.8G 84G 5% /home
/dev/sda8 449M 8.1M 417M 2% /tmp
/dev/sda6 4.6G 701M 3.7G 16% /usr
/dev/sda7 9.2G 1.1G 7.7G 13% /var
/dev/hdc1 15G 3.8G 9.9G 28% /backup
/dev/hdc2 133G 62G 65G 49% /ftp
Box2
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 4.6G 638M 3.8G 15% /
udev 10M 72K 10M 1% /dev
devshm 1010M 0 1010M 0% /dev/shm
/dev/hda9 102G 5.3G 92G 6% /var
/dev/hda8 92G 332M 87G 1% /home
/dev/hda7 669M 20M 614M 4% /tmp
/dev/hda5 14G 1.1G 12G 9% /usr
/dev/hda6 14G 2.7G 11G 21% /backup
What are the items entered in bold? I checked and there's not entry for them in /etc/fstab
|
|
|
01-13-2007, 04:03 PM
|
#2
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
The udev is a virtual partition used by the udev service. Goto google and search on udev to learn more about it. devshm not sure but problably related. Google can explain this as well.
Brian
|
|
|
01-13-2007, 04:53 PM
|
#3
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,391
|
Have a look inyour source tree for a file called tmpfs.txt - probably ../Documentation/filesystems
Plenty of good stuff there - even if some is a little old.
udev is the devfs replacecment for handling device nodes.
|
|
|
01-13-2007, 06:15 PM
|
#4
|
Member
Registered: Mar 2005
Posts: 141
Original Poster
Rep:
|
Thanks for the replies, I'll dig futher down into that. What concerns me is
Code:
tmpfs 490M 0 490M 0% /lib/init/rw
Any idea what that is?
|
|
|
01-13-2007, 06:39 PM
|
#5
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,391
|
Looks like a Debian special - google finds a hit "boot and shutdown tmpfiles and device nodes".
I'm not a Debian user, but I'd reckon you'll need to go through the init scripts.
|
|
|
01-13-2007, 07:11 PM
|
#6
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
There really is nothing to worry about from the output you posted. tmpfs is just a temporary filesystem where things are stored in virtual memory. As others mentioned, search on google for detailed info or browse through the kernel docs.
|
|
|
All times are GMT -5. The time now is 01:32 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|