HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to create FS in Linux.
Operating System - Linux
1825794
Members
2096
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 12:59 AM
07-10-2002 12:59 AM
Hi Linux Experts,
Since I am new to Linux, maybe this question is too easy for you.
How to create File systems in Linux by command? Would you mind to give me the procedure for that?
I am using RH7.
Thanks very much.
Kenny.
Since I am new to Linux, maybe this question is too easy for you.
How to create File systems in Linux by command? Would you mind to give me the procedure for that?
I am using RH7.
Thanks very much.
Kenny.
Kenny
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 02:31 AM
07-10-2002 02:31 AM
Solution
Hi
First of all, confirm if you have free (un-assigned) space in your HD.
# fdisk -l
Then create new partition using fdisk.
Then you can create filesystem on your new partition.
# mkfs -t ext2 /dev/hdaX
# mkfs -t msdos /dev/hdaX
# mke2fs /dev/hdaX
Check online manual of the mkfs for more detail options.
Good luck
First of all, confirm if you have free (un-assigned) space in your HD.
# fdisk -l
Then create new partition using fdisk.
Then you can create filesystem on your new partition.
# mkfs -t ext2 /dev/hdaX
# mkfs -t msdos /dev/hdaX
# mke2fs /dev/hdaX
Check online manual of the mkfs for more detail options.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 07:54 AM
07-10-2002 07:54 AM
Re: How to create FS in Linux.
You can also make them journaled filesystem (ext3) by supplying the -j flag to mke2fs:
mke2fs -j /dev/hda3
mount -t ext3 /dev/hda /mnt/blah
mke2fs -j /dev/hda3
mount -t ext3 /dev/hda /mnt/blah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 05:50 PM
07-10-2002 05:50 PM
Re: How to create FS in Linux.
Thanks for your information.
Regards,
Kenny.
Regards,
Kenny.
Kenny
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP