# below is an example of smbmount # smbmount //Ibm5000-100/imagesA /var3/www/html/misc/imagesA -o credentials=/home/michele/.smbpasswd # Below is the command to mount the shared imagesA directory (newest stored personal images) on Drive G: of the IBM5000, 192.168.1.100 # Note that in each mount the target dirctory of the mount, in this case imagesA at /var3/www/html/misc/imagesA, is a "real" # hand-made-in-advance directory. # Mounting at boot time is handled by /etc/fstab mount -t smbfs -o username=administrator,password=adminpw //Ibm5000-100/imagesA /var3/www/html/misc/imagesA # Note: imagesA is the location of personal images from 2005 onward. # # # Below is the command to mount the shared 2004CubLeaderPowWow directory (Cub Scout PDF files) on Drive G: of the IBM5000, 192.168.1.100 mount -t smbfs -o username=administrator,password=adminpw //Ibm5000-100/2004CubLeaderPowWow /var3/www/html/misc/2004CubLeaderPowWow # The mount below, ChaseArchive, is not normally active and is just an archive directory of AIX files from the chase userid at IBM RTP # mount -t smbfs -o username=administrator,password=adminpw //Ibm5000-100/ChaseArchive /var3/www/html/misc/ChaseArchive # Below is the mount for the tar files from the Sonic images: # mount -t smbfs -o username=administrator,password=adminpw //Ibm5000-100/SonicArchive /var3/www/html/misc/SonicArchive # Below is the command to mount the entire shared E: drive on the IBM5000, 192.168.1.100 mount -t smbfs -o username=administrator,password=adminpw //Ibm5000-100/E$ /var3/www/html/misc/images # Below is the command (in progress) to mount the music folder on IBM 5000 striped drive I: (made up of piano drives 0, 1, & 2). # It is intended to have drive I: auotmatically backed up to striped drive J: (made up of piano drives 3, 4, & 5), which will not be mounted. However, the backup has not yet been implemented, so these files are "at risk". mount -t smbfs -o username=administrator,password=adminpw //Ibm5000-100/music /var3/www/html/misc/music/ mount -t smbfs -o username=administrator,password=adminpw //Ibm5000-100/OriginalModem /var3/www/html/misc/OriginalModem mount -t smbfs -o username=administrator,password=adminpw //4100-108/HarrisView /var3/www/html/misc/HarrisView mount -t smbfs -o username=administrator,password=adminpw //4100-108/Var2archive /var3/www/html/misc/Var2archive # Below is mount of CDRom mount -t smbfs -o username=administrator,password=adminpw //4100-108/CDR /var3/www/html/misc/CDR mount -t smbfs -o username=administrator,password=adminpw //Ws42/Lost_Camera /var3/www/html/misc/Lost_Camera mount -t smbfs -o username=administrator,password=adminpw //Ws42/News_Letter /var2/www/html/adapti/News_Letter mount -t smbfs -o username=administrator,password=adminpw //Ws42/images3 /var/www/html/misc/images3 mount -t smbfs -o username=administrator,password=adminpw //Ws42/diesel /var/www/html/adaset/fuelcell/public/diesel