Hi,
My problem was:
> I know this doesn't relate directly to OSF, but my Alpha 1000 has the
> internet package installed and my INN news saw my mounted partition in
> "innstat" and now that it's a mounted volume it doesn't see it. Has
anyone
> seen this before and does "innwatch" also have this problem?
after some suggestions about the innstat script I noticed this line:
echo 'Disk usage:'
df ${SPOOL} ${SPOOL2} ${NEWSLIB} ${INCOMING} ${BATCH} ${MOST_LOGS} |
grep "/dev" |sort -u
A "df" of system shows that the volumes don't have "/dev"'s:
Filesystem 1024-blocks Used Avail Capacity Mounted on
/dev/rz0a 63167 53838 3012 95% /
/proc 0 0 0 100% /proc
/dev/rz0g 1016022 577680 336739 63% /usr
data_domain#data 746368 365323 368408 50% /data
newsvol#oracle 6144000 1795131 4275624 30%
/data/spool/news
So I changes the grep line to "/" instead of "/dev".
Thanks for any help.
Scott Johnson
scott_at_dsuper.net
Received on Tue Oct 01 1996 - 03:25:47 NZST