I was asking for help a little while back and was finnaly able to return to it again. After I set everything up and installed a few apps I ran the commands in terminal emulator to check my setup.
I have a 16GB SDCard, ran SSM (11836MB-fat32/2048MB-ext2/2048MB-swap)
Did the whole setup thing as I posted here-->
http://androidforums.com/4449600-post947.html
-and only used a 1 swap file setup
Is this the way it should be below?:
# mount
rootfs on / type rootfs (ro,noatime)
tmpfs on /dev type tmpfs (rw,noatime,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
none on /acct type cgroup (rw,relatime,cpuacct)
tmpfs on /mnt/asec type tmpfs (rw,noatime,mode=755,gid=1000)
tmpfs on /mnt/obb type tmpfs (rw,noatime,mode=755,gid=1000)
/dev/stl14 on /cache type ext4 (rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=ordered,noauto_da_alloc)
/dev/stl12 on /system type ext4 (ro,noatime,nodiratime,barrier=1,data=ordered,noauto_da_alloc)
none on /dev/cpuctl type cgroup (rw,relatime,cpu)
/dev/stl13 on /data type ext4 (rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=ordered,noauto_da_alloc)
/dev/block/mmcblk0p2 on /data/app type ext4 (rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=ordered,noauto_da_alloc)
/dev/block/mmcblk0p3 on /data/dalvik-cache type ext4 (rw,nosuid,nodev,noatime,nodiratime,barrier=1,data=ordered,noauto_da_alloc)
/dev/block/vold/179:1 on /mnt/sdcard type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
/dev/block/vold/179:1 on /mnt/secure/asec type vfat (rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
tmpfs on /mnt/sdcard/.android_secure type tmpfs (ro,relatime,size=0k,mode=000)
# df
Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 145132 80 145052 0% /dev
tmpfs 145132 0 145132 0% /mnt/asec
tmpfs 145132 0 145132 0% /mnt/obb
/dev/stl14 95744 8060 87684 8% /cache
/dev/stl12 164272 117292 46980 71% /system
/dev/stl13 163768 74388 89380 45% /data
/dev/block/mmcblk0p2 1968684 87524 1881160 4% /data/app
/dev/block/mmcblk0p3 1967876 103652 1864224 5% /data/dalvik-cache
/dev/block/vold/179:1
11547432 5433800 6113632 47% /mnt/sdcard
/dev/block/vold/179:1
11547432 5433800 6113632 47% /mnt/secure/asec
# cat /proc/swaps
Filename Type Size Used Priority
/data/swap/swapfile0 file 32764 104 100
# free
total used free shared buffers
Mem: 290264 284536 5728 0 23680
Swap: 32764 104 32660
Total: 323028 284640 38388