Hi all, i start Tiny Core from my dos partition with linld; i use a ext2 format partition as "opt", "tce" and "home" persistent. As well as i understand, Tiny core load root partition on ram (i have 760Mb) and the rest on hd; however when i type "mount" and then press enter i see mounted also a "/dev/shm" but i am not able to understand where it is mounted.............. so, as the same, if i select "swap" or "swapfile" kernel parameter, i see swap mounted (190Mb) on "/dev/ram0" (if i remember well) by tiping "free"" but also in this case i am not able to understand where it is.................... I would want to use a real swapfile as swap (no partition) by making:
dd if=/dev/zero of=swapfile bs=1024k count=512
then:
mkswap swapfile
Can anyone help me?