PROTOR Knowledge Base

PROTOR Redhat : Using SMB mounted disk for PROTOR Archive

Author: Don Davies
Date: 14-May-2002


Redhat 7.2 has better integrated support for Samba (SMB) clients the previous Linux distributions used for PROTOR. It now is fairly simple for PROTOR to use an SMB mounted disk as an archivee disk using the following instructions.

          # mkdir /mnt/optical
          # chown protor /mnt/optical
  //server/disk/ /mnt/optical smb noauto,user,username=xxxx,password=xxx 0 0

   Where //server/disk/ is the SMB server and mount point of the disk.
          chmod u+s /usr/bin/smbmnt
          chown root $PB_EXE/arcmount
          chown root $PB_EXE/arcumount
          chmod u+s $PB_EXE/arcmount
          chmod u+s $PB_EXE/arcumount
          mount $ARCHIVE_MOUNT
          smbclient -L server

You may be asked to provide a password dependent on the access to the share.


Return to Knowledge Base