View previous topic :: View next topic |
Author |
Message |
mrfree Veteran
Joined: 15 Mar 2003 Posts: 1303 Location: Europe.Italy.Sulmona
|
Posted: Tue Mar 22, 2005 3:07 pm Post subject: baselayout-1.11.9 and /dev/shm |
|
|
I'm using baselayout-1.11.9-r1, with this version mount command reports Code: | udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw)
none on /dev/shm type tmpfs (rw) | and df -h Code: | udev 125M 616K 125M 1% /dev
none 125M 0 125M 0% /dev/shm
|
Can I remove /dev/shm from /etc/fstab or this device is still necessary? _________________ Please EU, pimp my country!
ICE: /etc/init.d/iptables panic |
|
Back to top |
|
|
avendesora Veteran
Joined: 16 Aug 2002 Posts: 1739 Location: Betelgeuse vicinity
|
Posted: Tue Mar 22, 2005 6:25 pm Post subject: |
|
|
Don't remove it.
It's used by applications that need shared memory.
It doesn't use any resources while not in use anyway. |
|
Back to top |
|
|
mrfree Veteran
Joined: 15 Mar 2003 Posts: 1303 Location: Europe.Italy.Sulmona
|
Posted: Wed Mar 23, 2005 7:34 am Post subject: |
|
|
mseigneurin wrote: | Don't remove it.
It's used by applications that need shared memory.
It doesn't use any resources while not in use anyway. |
Ok but if I mount /dev ... doesn't /dev/shm is mount implicitly? _________________ Please EU, pimp my country!
ICE: /etc/init.d/iptables panic |
|
Back to top |
|
|
avendesora Veteran
Joined: 16 Aug 2002 Posts: 1739 Location: Betelgeuse vicinity
|
Posted: Fri Mar 25, 2005 5:37 pm Post subject: |
|
|
Not at all.
You don't get everything mounted when you mount / either. /dev/shm is a filesystem in its own right on must current linux systems. |
|
Back to top |
|
|
mrfree Veteran
Joined: 15 Mar 2003 Posts: 1303 Location: Europe.Italy.Sulmona
|
Posted: Fri Mar 25, 2005 5:47 pm Post subject: |
|
|
mseigneurin wrote: | Not at all.
You don't get everything mounted when you mount / either. /dev/shm is a filesystem in its own right on must current linux systems. |
Mhhh... You've convinced me _________________ Please EU, pimp my country!
ICE: /etc/init.d/iptables panic |
|
Back to top |
|
|
|