Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mount filesystems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
bluesky
Apprentice
Apprentice


Joined: 14 Aug 2002
Posts: 230
Location: USA

PostPosted: Thu Nov 21, 2002 1:19 am    Post subject: mount filesystems Reply with quote

# mount

/dev/hdb10 on / type ext2 (rw)
proc on /proc type proc (rw)
none on /dev type devfs (rw) -->(1)
tmpfs on /mnt/.init.d type tmpfs (rw,mode=0644,size=1024k)--> (2)
/dev/hdb11 on /usr type ext2 (rw)
/dev/hdb12 on /home type ext2 (rw)
/dev/hdb13 on /var type ext2 (rw)

Can somebody explain about (1) and )2) because they aren't in fstab?
_________________
bluesky

"free as the wind"
Back to top
View user's profile Send private message
#!
n00b
n00b


Joined: 20 Nov 2002
Posts: 11

PostPosted: Thu Nov 21, 2002 5:19 am    Post subject: Reply with quote

(1) is your devfs
(2) is your tmpfs

devfs is the device filesystem. Simply it's where all your devices are put, I think it's something to do with ease of access etc.

Here is a devfs FAQ!


tmpfs is the temporay filesystem used for mapping /tmp to virtual memory, I think this helps increase access speeds etc, I'm not sure.

That was a little information, I don't really know much about these, I'm sure some more knowledgable person will post any second now! :lol:
_________________
"...you might as well skip the Xmas celebration completely, and instead sit in front of your linux computer playing with the all-new-and-improved linux kernel version."
(By Linus Torvalds)
Back to top
View user's profile Send private message
zhenlin
Veteran
Veteran


Joined: 09 Nov 2002
Posts: 1361

PostPosted: Thu Nov 21, 2002 9:30 am    Post subject: Reply with quote

#2 is where gentoo keeps your runlevel information.
Code:

# ls /mnt/.init.d/
after  before  broken  depcache  envcache  need  options  provide  snapshot  softlevel   softscripts  started  use

Seen any of these words before?
Back to top
View user's profile Send private message
bluesky
Apprentice
Apprentice


Joined: 14 Aug 2002
Posts: 230
Location: USA

PostPosted: Thu Nov 21, 2002 3:37 pm    Post subject: re: devfs Reply with quote

Should I mount devfs in the fstgab? if yes then how?
_________________
bluesky

"free as the wind"
Back to top
View user's profile Send private message
pilla
Administrator
Administrator


Joined: 07 Aug 2002
Posts: 7184
Location: Pelotas, BR

PostPosted: Thu Nov 21, 2002 4:03 pm    Post subject: Re: re: devfs Reply with quote

No, you should not. Devfsd takes care of it for you.

bluesky wrote:
Should I mount devfs in the fstgab? if yes then how?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum