Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-23-2010, 03:42 AM
|
#1
|
Member
Registered: Nov 2003
Location: Planet Earth
Distribution: Redhat, Gentoo, Mandrake, FreeBSD
Posts: 73
Rep:
|
2.3. Creating a File System on the Partition (Bedside mke2fs there is mkfs.ext2/3)
Hello People,
Just want to share some of my discovery on "Creating a File System on the Partition".
Beside using mke2fs -jv to create ext2/3 file system, we could use mkfs.ext2/3 -jv to create ext2/3 file system.
There are other mkfs to make different type file system, such as:
mkfs.vfat -> Create MS-DOS FAT/16/32 file system
mkfs.msdos -> Create MS-DOS file system
mkfs.ntfs -> Create NTFS file system
mkfs.xfs -> Create XFS file system
mkfs.reiserfs -> Create Reiser file system
and etc etc.
Thank you.
Last edited by johncsl82; 05-23-2010 at 03:53 AM.
|
|
|
05-23-2010, 04:01 AM
|
#2
|
LQ Veteran
Registered: Sep 2003
Posts: 10,532
|
Hi,
Just to clarify:
The presence of the mkfs.XXX executables depend a bit on the distro/host you use, not all of them are always present. mkfs should always be present and depending on what else is installed it can create other filesystems then ext2/3.
LFS doesn't have to be build on a ext3 FS, as long as it is a linex FS all is ok (I wouldn't use vfat, msdos or ntfs....).
|
|
|
05-23-2010, 04:15 AM
|
#3
|
Member
Registered: Nov 2003
Location: Planet Earth
Distribution: Redhat, Gentoo, Mandrake, FreeBSD
Posts: 73
Original Poster
Rep:
|
Quote:
Originally Posted by druuna
Hi,
Just to clarify:
The presence of the mkfs.XXX executables depend a bit on the distro/host you use, not all of them are always present. mkfs should always be present and depending on what else is installed it can create other filesystems then ext2/3.
|
Yup, agree...
Thank you.
Last edited by johncsl82; 05-23-2010 at 04:17 AM.
|
|
|
All times are GMT -5. The time now is 09:51 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|