wht is the difference between mkfs & newfs....
is there any difference..b/w both of them.?
Answers were Sorted based on User's Feedback
mkfs creates filesystems depends upon the option witch we
have given.
for example : mkfs -F vxfs /dev/rdsk/c0t0d0s7
mkfs -F ufs /dev/rdsk/c0t0d0s6
but whith the help of #newfs we can creates only UFS,this
command is only for unix file system.
| Is This Answer Correct ? | 17 Yes | 1 No |
mkfs creates filesystems depends upon the option witch we
have given.
for example : mkfs -o vxfs /dev/rdsk/c0t0d0s7
mkfs -o ufs /dev/rdsk/c0t0d0s6
but whith the help of #newfs we can creates only UFS,this
command is only for unix file system.
| Is This Answer Correct ? | 18 Yes | 4 No |
Answer / ankit
mkfs command is background command run but not showing
process.
but newfs is runing on forground, process showing of
formating filesystem and showing also no. of blocks.
by mkfs we can create and choose filesystem which we want
to create like vfat, ufs, vxfs, ext2, ext3.. etc.
in linux this is the only command which used for formating
partitions.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / das
mkfs will create the file system what ur r mentiong
like vxfs, ufs ,swap
newfs will be read the etc/profile in that what file
mentioned that they wil create . in default ufs in solaris
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / muthukumar
newfs is used to format the disk in UFS solaris file system.
mkfs is used to format the disk in Veritas file system
format
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / t.k.chaitanya
mkfs creates linux filesystems
newfs creates UFS(unix fs)
actually there is no difference between mkfs and newfs
newfs is a user friendly front end of the mkfs
when we run newfs then in back ground it calls the mkfs
| Is This Answer Correct ? | 7 Yes | 13 No |
Custom jumpstart works on which protocol? or What basis custom jumpstart works on?
how can u create aggregate
how to freeze nodes in vcs?tell me step by step?
What is LOM and how ur going to access it?
how to know OS release?
How to set a ACL for the user or a file?
What are the various clusters you have worked on?
In TOP command, can you please explain what is the three numbers reported as part of the load average output "load average: 11.57, 9.84, 8.26"
How to brk the root pwd?
How to add a patch on multiple servers(400) at a time.
if storage contain 500 disks in this one disk is failed,we placed new disk in failed disk place,how can we find out exact path of the newly installed disk when we execute format command?
How can i stop the telnet service in solaris 8 and 9?