I'm using fstab to create /var /tmp and /dev in mfs using swap in fstab to save writes to the CF card in our device.
/etc/fstab --- /dev/wd0a /ffs rw,noatime 1 1 swap /var mfs rw,-P=/template/var,-s=65535,noexec,nosuid,nodev 0 0 swap /dev mfs rw,-P=/template/dev,-s=1200,-i=128,noexec,nosuid 0 0 --- [ /tmp is linked one time during setup with: ln -s /var/tmp /tmp ] snipit of boot with warning: --- Automatic boot in progress: starting file system checks. /dev/rwd0a: files system is clean; not checking Warning: inode blocks/cyl group (132) >= data blocks (63) in last cylinder group. This implies 1022 sector(s) cannot be allocated. setting tty flags --- I think this may be normal, but I'm concerned I haven't configured the size values in fstab correctly and I'm wasting space in RAM - or perhaps my entire fstab config may cause a more ugly problems that I haven't run into yet? I know these are noob questions, but I researched the best I can an just need to make sure my fstab and linking /tmp to /var/tmp is correct... thanks, Ray