Virtual TapeServer 6.03.42 Installation Guide
Adding Vaults for External Storage | 33
7. Update the file-system table to reflect the new disks. Using a text editor, add the
following lines to the /etc/fstab file for each vault created above:
LABEL=/VAULT01 /VAULT01 ext3 defaults 1 2
Repeat this command for each vault.
8. Mount the newly created disks by entering the following command:
mount /VAULT01
Repeat this command for each vault.
9. Assign access rights to the newly created disks by completing the following steps:
a. Change the ownership of the vault by entering the following command:
chown bill.root /VAULT*
b. Change the rights of the lost+found directory by entering the following command:
chmod 750 /VAULT*/lost+found