Apparently /dev/shm has to be mounted from /dev/shm in fstab in order to

not get mounted twice
This commit is contained in:
Albert Hopkins 2011-06-29 01:40:06 -04:00
parent c5ffd84db2
commit 1063bb69f1
1 changed files with 1 additions and 1 deletions

2
fstab
View File

@ -1,4 +1,4 @@
# <fs> <mountpoint> <type> <opts> <dump/pass> # <fs> <mountpoint> <type> <opts> <dump/pass>
/dev/sda1 / ext4 noatime 1 1 /dev/sda1 / ext4 noatime 1 1
/.swap none swap sw 0 0 /.swap none swap sw 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/shm /dev/shm tmpfs nodev,nosuid,noexec 0 0