Whamcloud - gitweb
Updating obdfs/ext2obd methods for new obdo parameters.
[fs/lustre-release.git] / lustre / obdfs / README
1 OBDFS - v 0.001
2
3 This version can mount, list and set the attributes of the root
4 directory.
5
6 1. configure the obd to use /dev/obd with a scratch file system
7
8 2. make
9
10 3. insmod obdfs
11
12 4. mount -t obdfs -o device=/dev/obd0 /dev/obd0 /mnt/obd
13
14 To verify: type mount (output:
15 /dev/obd on /mnt/obd type obdfs (rw))
16
17 5. ls -ld /mnt/obd
18
19 6. chmod 711 /mnt/obd, ls -ld /mnt/obd
20
21 7. chown disk /mnt/obd, ls -ld /mnt/obd
22