Whamcloud - gitweb
fixes for deliverables.
[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 /dev/obd /mnt
13
14 To verify: type mount (output:
15 /dev/obd on /mnt type obdfs (rw))
16
17 5. ls -ld /mnt
18
19 6. chmod 711 /mnt, ls -ld /mnt
20
21 7. chown seagate /mnt , ls -ld /mnt
22