how to check a file system type
Answers were Sorted based on User's Feedback
Answer / subbu
mount command without options will gives you better answer
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / manoj kumar
1) mount command
2)df -kh will give the percent wise mount points of the disk
file system
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / subbu
1. df -T
Ex : Output
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/hdb1 ext3 19228276 14737848 3513680 81% /
tmpfs tmpfs 383960 4 383956 1% /dev/shm
2.mount ---
Ex : Output
/dev/hdb1 on / type ext3 (rw,errors=remount-ro)
/dev/hdb2 on /home type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
automount(pid3558) on /data type autofs (rw,fd=4,pgrp=3558,minproto=2,maxproto=4)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / cece
cat /etc/default/fs
to know your default or local file system type in solaris or cat /etc/vfstab
and verify your mounted file systems and the types
| Is This Answer Correct ? | 0 Yes | 0 No |
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is command substitution?
How can you change the owner or group of a file?
how to unzip the contents of the gzip file
What is the different between UNIX command and UNIX shell script?
what is virtual machine?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
What is rmdir command?
How to open a Database using Unix Command Please Do Reply
the difference between a soft link and a hard link?
what is the use of "fg" command ?
What's a command word?