| DamnSmallLinux This forum is for the discussion of DamnSmallLinux. |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-13-2008, 08:47 AM
|
#1
|
|
Member
Registered: Feb 2008
Location: Australia
Distribution: Mint Maya, Ubuntu Studio, Fedora 17, Android, Windows 7, XP
Posts: 475
Rep:
|
Does DSL Have A Format HD Option?
Does Damn Small Linux, like Knoppix, have an option to format the hard drive?
If so, how is it done?
|
|
|
|
05-13-2008, 09:30 AM
|
#2
|
|
Senior Member
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853
Rep:
|
If you're looking for a graphical tool, there probably isn't one, unless DSL comes with gparted or qtparted; DSL does come with parted which is much like cfdisk - it's just a partition editor.
To format a harddrive, just use parted or cfdisk, to modify the partitions, then depending on the filesystem you want (let's use the Linux-standard ext2 and ext3 filesystems), use the corresponding command and the terminal:
Code:
For an ext2 (non-journaling) filesystem
# mke2fs /dev/partition
For an ext3 (journaling) filesystem
# mke2fs -j -O dir_index /dev/parition
Just a reminder, if it's a SCSI (SATA or USB) drive, the PARTITION bit should read as " sd{a,b,c}{1,2,3,..,9}". Whereas IDE drives would read "" hd{a,b,c}{1,2,3,..,9}".
|
|
|
|
05-13-2008, 09:32 AM
|
#3
|
|
Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,817
|
I don't know if there is some GUI tool to format drives (which I assume is what you are referring too) but you can certainly format a drive from any Linux distribution using the command line tools. Though DSL doesn't include as many FS tools as more robust distributions, so your available FS choices would be limited.
In fact, looking at the packages that ship with DSL, the only filesystem tools that appear to be included are for EXT2.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:44 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
|
|