OBDFS - v 0.001 This version can mount, list and set the attributes of the root directory. 1. configure the obd to use /dev/obd with a scratch file system 2. make 3. insmod obdfs 4. mount -t obdfs -o device=/dev/obd0 /dev/obd0 /mnt/obd To verify: type mount (output: /dev/obd on /mnt/obd type obdfs (rw)) 5. ls -ld /mnt/obd 6. chmod 711 /mnt/obd, ls -ld /mnt/obd 7. chown disk /mnt/obd, ls -ld /mnt/obd