Quote:
|
Originally Posted by stolze
Do you want to know the paths where DB2 database files are stored? (More precisely, the absolute paths of containers of tablespaces?) If so, check out the DB2 command "LIST TABLESPACES ... [SHOW DETAIL]"
|
Thanks again Knut, this is helpful. I am interested in finding all mount points for my Linux environments including those in what I may term "sub-directories".
Here's why. I issue a mount command and I get
/dev/sda1 on /ald type ext3 (rw)
/dev/sdb1 on /ali type ext3 (rw)
/dev/sdc1 on /alt type ext3 (rw)
/dev/sdd1 on /bbd type ext3 (rw)
/dev/sde1 on /bbi type ext3 (rw)
/dev/sdf1 on /bbt type ext3 (rw)
/dev/sdg1 on /dmd type ext3 (rw)
/dev/sdh1 on /dmi type ext3 (rw)
/dev/sdi1 on /dmt type ext3 (rw)
/dev/sdj1 on /dwd type ext3 (rw)
/dev/sdk1 on /dwi type ext3 (rw)
/dev/sdl1 on /dwt type ext3 (rw)
I then entered cd /sbin and I am routed to /sbin. Now, looking at the output of mount command, I did not see /sbin listed as a mount point. Why is that?
This is why I am looking for command that will list all mount points regardless of the level in the directory path.
Thanks