File: client-append-fstab.example

package info (click to toggle)
drbl 5.7.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,984 kB
  • sloc: sh: 43,522; perl: 8,820; xml: 867; makefile: 131
file content (12 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
# This file is for DRBL client to append specific mount point in fstab
# Yo can put local device to be mounted in this file
# The mount point will be created by drblpush.
# The format is just like /etc/fstab
# Ex:
# /dev/hda1 /work1      ext3    defaults        1 2
# In the example, 
# (1) A dir /tftpboot/node_root/work1 will be created in drbl server.
# (2) This line will be appended to client's /etc/fstab
#
# NOTE! NOTE!  NOTE! NOTE!  NOTE! NOTE!  NOTE! NOTE!
# NOTE! You have to create the partition table and format the partition by yourself.