how would we know a file system exists on a slice when it
is unmounted from its mount point.
please anyone help me out.
Answers were Sorted based on User's Feedback
Answer / mady
i am not pretty sure about this
but u can try /etc/vfstab option
just check it
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / basil
You can run fstyp command
#fstyp /dev/rdsk/c0t0d0s7
it will give the file system type
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / babu
we check the mounted filesystems with df -h
and if the filesystem is mounted it will show..
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / satyanarayana
you can use the fsck command to check the particular slice
ex:
#fcsk c0d0t1s6
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / babar
I dont think you can check FS on unmounted slice.
etc/vfstab only tells you about FS mounted/to e mounted at
system boot.
#df -h only tells you mounted FS
and fsck only check and allow you to fix any errors. it
doesn't tells you about the FS on slice.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mukram
In that case mount the perticular slice on /mnt and check
the contents. if it is umounted, check
the /var/adm/messages file , u can see the message of
umounting for that filesytem.
Else Mostly, there will be old explorer files availble in
the system . we can refer to them.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to mount the FLOPPY & CD-ROM?
how to add Kernel patch in all systems at a time?
How can threads be created in a solaris environment?
What type of job tickets do u handle?
3 Answers Infotech, Satyam, Wipro,
How do you remove a swap space?
What causes the rpc.ttdbserverd process to be cpu bound?
How to upgrade diskgroup? Vxdg upgrade
How do you copy files from remote system using ftp?
Ip classes, OSI layers,its significance, ?
How to add gateway in solaris ?
Veritas logging file?
List out a few performance monitoring tools.