| 210 | * [Note 1] The "/boot" problem had been fixed by DRBL version 1.9.1-5 |
| 211 | * [Note 2] You can also modify "/opt/drbl/conf/client-append-fstab" for adding new mount point for each nodes. You can check the offical [[http://drbl.sourceforge.net/one4all/ document] for more detail. |
| 212 | {{{ |
| 213 | If all the clients have their local harddisk, and the partition is formated (For example, /dev/hda1, its filesystem is ext3), then if you want the client to mount /dev/hda1 as /localwork when booting. Therefore you can edit /opt/drbl/conf/client-append-fstab, and its syntax is just like /etc/fstab. In this example, you can make /opt/drbl/conf/client-append-fstab like this: |
| 214 | /dev/hda1 /localwork ext3 defaults 0 0 |
| 215 | (PS: You do not have to create the directory /tftpboot/node_root/localwork in DRBL server manually, later drblpush will do that for you) |
| 216 | }}} |