You are not logged in.
Pages: 1
I created new bigger swap partition(2x of RAM), because before it was just size of RAM and caused problems....
But now I have problem to hibernate: it shows cannot find swapon device, but swap partition is swapon, also I tryed swapon -a...
I cant find any info about errror in /var/log/messages.log...
What is wrong?
Thanks
Offline
https://wiki.archlinux.org/index.php/Fstab#Swap_UUID
https://wiki.archlinux.org/index.php/Fstab#File_example
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
/etc/fstab:
cat /etc/fstab
# UUID=6b394443-6109-41c7-8cc9-d37171210bde
/dev/sda3 / ext4 rw,relatime,data=ordered0 1
# UUID=463c9819-38f8-47b2-bded-f732ca3c6edb
/dev/sda1 /boot ext2 rw,relatime 0 2
/dev/sda5 none swap defaults 0 0
/dev/sda4 /media/multimedia ext4 defaults 0 0
# virtualbox usb
none /proc/bus/usb usbfs auto,busgid=108,busmode=0775,devgid=108,devmode=664 0 0
lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 ext2 463c9819-38f8-47b2-bded-f732ca3c6edb /boot
├─sda2
├─sda3 ext4 6b394443-6109-41c7-8cc9-d37171210bde /
├─sda4 ext4 95c246c7-72f4-46f3-a989-4e87462dd215 /media/multimedia
└─sda5 swap ac1ca38e-c423-4024-9f5b-2588b0c91734 [SWAP]
Any help is welcom thanks...
Last edited by rado3105 (2012-10-24 00:16:28)
Offline
Nobody?
Offline
when did the error show up? and what does swapon -s say
gnomengineer; a blend (a portmanteau) of the words gnome from the high fantasy and engineer as in software engineer.
Offline
Pages: 1