How can I find out when a UFS filesystem was created on a Solaris 8 machine?
Asked
Active
Viewed 522 times
2 Answers
0
You could perhaps look at when the block devices were created by running "ls -lrt /dev/dsk".
You can also check the parameters used to create a ufs file system by running mkfs -m against the raw device, for example "mkfs -m /dev/rdsk/c0t0d0s4"
hth.
cachonfinga
- 250
/lost+found, as that would partially defeat the purpose of the directory. If there are any files in it, they'll date no earlier than the first time the file systems was made dirty, fscked, and detached inodes were found. – MadHatter Sep 09 '11 at 07:47