is there any irix util that given a file name tells you what file system its
on? or a script or something....
so i tried to roll my own, and the stat man pages says:
st_dev This field uniquely identifies the file system that contains
the file. Its value may be used as input to the ustat system
call to determine more information about this file system. No
other meaning is associated with this value.
so i do that and pass it to ustat, and the ustat man page says:
daddr_t f_tfree; /* Total free blocks */
ino_t f_tinode; /* Number of free inodes */
char f_fname[6]; /* Filsys name */
char f_fpack[6]; /* Filsys pack name */
and the two char fields are always blank - call is completing ok, good retval,
and f_t* fields are filled in, even if the f_f* fields were filled in what
good would just 6 chars be anyway... i then tried statvfs() too since ustat
deprecates to it, but it gets me nowhere too.
fish
--
what a beautiful world this will be,
what a glorious time to be free. IGY