This list includes all versions of all files in all MSS directories. It includes files from about 2000 tapes, including log files from tapes which could not be successfully copied or even read. If duplicate versions of files are present, there are separate entries, for example all.tar and all.tar;2.
to remake:
cd $PDOCS/gss/mss alldir >alldir.log #(uses onedir) #(edit alldir.log to make alldir.txt)
Tapes in other formats were examined, and the information stored in MSS; however, those tapes were not copied to MSS.
allfiles.txt
same, ragged array format
1765 directories with files
to remake:
cd $PDOCS/gss/mss grep -v alldir.txt >temp.1 splus <filetable.s rm temp.1 splus <allfiles.s csh -fx convertnl.csh.txt >allfiles.txt
to remake:
cd $PUB/gss/mss splus <dir_total.s csh -xf convertnl.csh.txt >mss_total.txt grep N mss_total.txt >mss_duptxt grep Y mss_total.txt >mss_ok.txtto read:
cd $PDOCS/gss/mss
splus
source("read_mss_ok.s")
tx[,1] tapeno unique tape number
tx[,2] owner alsu, asztalos, petrush, mikelu, bradtapes
tx[,3] space_du space in kilobytes (from du) (46 GB in 1762 directories)
tx[,4] bestcopy most complete copy? (Y/N)
tx[,5] space_ls space in kilobytes (from ls) (50 GB in 1762 directories)
sum(as.numeric(tx[,5])) total space used in kilobytes
MSS file locations (as of 1/8/96) are:
/home/mss/icsd/seedis/<owner>/gss/<tapeno>/
Only one directory for a given tapeno has bestcopy=Y.
Directories with tapeno > 69999 (for test purposes only) have bestcopy=N.