System: Intel i5 quad core | 64-bit | 16G RAM
O/S: Fedora 16 x86_64
Kernel: 3.2.1-3.fc16.x86_64
This is more of a question than a problem. My system isn't exhibiting any abnormal behavior and I don't have any cause for alarm. I just don't remember every having this may listings for tmpfs before.
Not sure if this is pertinent, but it may be:
Running Virtualbox 4.1.8 (F16 is the host O/S) with two (2) VM's:
1. Windows 7
2. Centos 6 Server
Note: I have added and removed other VM's from Virtualbox in the past.
From a terminal on F16, I run df -h:
Filesystem Size Used Avail Use% Mounted on
rootfs 50G 9.7G 38G 21% /
devtmpfs 7.9G 0 7.9G 0% /dev
tmpfs 7.9G 3.4M 7.9G 1% /dev/shm
tmpfs 7.9G 49M 7.8G 1% /run
/dev/mapper/vg_office-lv_root 50G 9.7G 38G 21% /
tmpfs 7.9G 49M 7.8G 1% /run
tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
tmpfs 7.9G 49M 7.8G 1% /var/run
tmpfs 7.9G 49M 7.8G 1% /var/lock
tmpfs 7.9G 0 7.9G 0% /media
/dev/sdb1 931G 63G 822G 8% /media/EXTREME
/dev/sdc1 497M 116M 356M 25% /boot
/dev/sda2 233G 90G 143G 39% /media/BACKUP
/dev/sda1 699G 91G 608G 14% /media/MASSIVE
/dev/mapper/vg_office-lv_home 863G 49G 771G 6% /home
My fstab shows no such mounts for most of the tmpfs as seen below:
/dev/mapper/vg_office-lv_root / ext4 defaults 1 1
UUID=4856d979-0e7c-4150-a6a9-e3863737ae06 /boot ext4 defaults 1 2
/dev/mapper/vg_office-lv_home /home ext4 defaults 1 2
/dev/mapper/vg_office-lv_swap swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/sda1 /media/MASSIVE ntfs-3g defaults 0 0
/dev/sda2 /media/BACKUP ntfs-3g defaults 0 0
/dev/sdb1 /media/EXTREME ext4 defaults 0 0
I understand that it's swap space and the default mount location is /dev/shm (at least in my example). My question is, why do I have so many other swap files listing when I execute df -h? Rebooting does nothing to change it.
Although my system isn't malfunctioning, I'm curious to know about these other swap spaces.
Thank you.
John