Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
I include my swap partition in my fstab, so that 'swapon -a' works properly using the following (standard) format:
/dev/sda1 none swap defaults 0 0
/dev/sdb1 none swap defaults 0 0
However, when I run '/ffp/bin/mount -a', I get the following error message:
mount: mounting /dev/sda1 on none failed: No such file or directory
mount: mounting /dev/sdb1 on none failed: No such file or directory
Why is mount trying to mount the swap partitions when they are CLEARLY labeled as swap?
Offline
Pages: 1