| Mount Point | Device | Filesystem | Size | Function |
|---|---|---|---|---|
| / | /dev/ram01) | cramfs | ~15MB (~32 when uncompressed) | main system, read only |
| /mnt/conf | varies2) | vfat, ext2/ext3, reiserfs and isofs are supported | at least 16MB | saving configuration, rotating logs and usually also booting |
| /mnt/ramdisk | - | at least 10MB3) | tmpfs | running configuration and logs are located here |
| /mnt/stick | - | - | - | unused at the moment |
| /proc | - | procfs | - | as usual |
This changes the size of /mnt/ramdisk to 20MB:
mount -t tmpfs none /mnt/ramdisk -o size=20m,remount