I've noticed a few problems since upgrading to Gutsy. Most have been minor but this has got me puzzled. When I run "free" in Konsole I get.
No swap file?? So I try fdisk to see.
Swap is there. I also check the fstab.
All looks good but I don't have any /swap. What do you think?
eriefisher
Code:
dan@kubuntu:~$ free total used free shared buffers cached Mem: 2075996 361984 1714012 0 12504 204640 -/+ buffers/cache: 144840 1931156 Swap: 0 0 0
Code:
Device Boot Start End Blocks Id System /dev/hda1 * 1 1306 10490413+ 83 Linux /dev/hda2 1307 1437 1052257+ 82 Linux swap / Solaris /dev/hda3 1438 5274 30820702+ 83 Linux
Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/hda1 UUID=69e3f501-7477-4227-9677-53aaa4dee363 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1 # /dev/hda3 UUID=af7c2a9d-f582-4d40-9ca9-0cb7626b4f3b /home ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2 #/dev/hda2 UUID=7655b975-b4c3-4148-bd36-c2515c7f4a5a none swap sw 0 0 /dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0 /dev/hdd /media/cdrom1 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
eriefisher
Comment