Tiny Core Linux
dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: jls on April 10, 2015, 08:07:47 AM
-
Hi
I'm trying my usb pendrive in many places, but on this pc the swap partition is not automatically used:
jls@box:~$ cat /etc/fstab
# /etc/fstab
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devtmpfs /dev devtmpfs mode=0755,nosuid 0 0
/dev/fd0 /mnt/fd0 auto noauto,users,exec 0 0 # Added by TC
/dev/sda1 /mnt/sda1 ext4 noauto,users,exec 0 0 # Added by TC
/dev/sda2 /mnt/sda2 ext4 noauto,users,exec 0 0 # Added by TC
/dev/sda4 none swap defaults 0 0 # Added by TC
/dev/sdb1 /mnt/sdb1 vfat noauto,users,exec,umask=000 0 0 # Added by TC
/dev/sdb2 /mnt/sdb2 ext2 noauto,users,exec,relatime 0 0 # Added by TC
jls@box:~$
but if I
sudo swapon /dev/sda4
then it is used.
Thnks
-
Ok, I will check it out
-
Swap is getting automatically set up on my box:
tc@box:~$ swapon -s
Filename Type Size Used Priority
/dev/sda1 partition 2047996 91216 -1
tc@box:~$
-
hi jason,
what do you think about enabling swap in zram, again.
thank you for your help
-
Hi netnomad.
I had disabled it as I could not get it to work before, I will try iti again.