Results 1 to 4 of 4
Anyone know how I can see the valid fields for the option -t? I do know that there are front ends to this program regarding individual file systems but I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-13-2004 #1Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
mkfs
Anyone know how I can see the valid fields for the option -t? I do know that there are front ends to this program regarding individual file systems but I need to be sure for an exam.
The best things in life are free.
- 01-13-2004 #2Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
the mkfs manpage says that it is a frontend for all of the mkfs.<fstype> programs.. so try this:
that should locate all of the mkfs progs..Code:find / -iname mkfs*
- 01-13-2004 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I'm fairly sure that "mkfs -t fstype" just execs "/sbin/mkfs.fstype".
- 01-13-2004 #4Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
this is the result of the find command on my system.. i told it to look for mkfs* :
hope that helps...Code:/usr/sbin/mkfs.vfat /usr/sbin/mkfs.msdos /usr/share/man/man8/mkfs.ext2.8.gz /usr/share/man/man8/mkfs.ext3.8.gz /usr/share/man/man8/mkfs.vfat.8.gz /usr/share/man/man8/mkfs.msdos.8.gz /usr/share/man/man8/mkfs.8.gz /usr/share/man/man8/mkfs.minix.8.gz /usr/share/man/man8/mkfs.bfs.8.gz /sbin/mkfs /sbin/mkfs.ext2 /sbin/mkfs.ext3 /sbin/mkfs.cramfs /sbin/mkfs.bfs /sbin/mkfs.minix


Reply With Quote
