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 |
What can be a reason for the solaris system slowing down?
How do you view shared memory statistics?
environment? Is it heterogeneous (mix of linux, solaris,other UNIX)?
What is master map?
What is the cmd used to print default values get by user? Useradd –D
Explain crashdumps & core files?
how to check network card speed ? set it mode(half/full duplex)? ndd -get /dev/hme0 link-speed
What do you understand by mail aliases?
What can be done to protect the system from overflow exploits?
How to bring New LUN under veritas , create f/s on it ?
What type of job tickets do u handle?
3 Answers Infotech, Satyam, Wipro,
What causes the rpc.ttdbserverd process to be cpu bound?