Computing.Net > Forums > Linux > HDDs and GUIs

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

HDDs and GUIs

Reply to Message Icon

Name: Rogue Jedi X
Date: November 1, 2003 at 15:39:12 Pacific
OS: Windows 2000 SP3
CPU/Ram: 1200 MHz / 256 MB RAM
Comment:

Hi. I just got a 6 GB HDD for my router which has been running RH9 for some time now. I set it up like I should (set it as a Slave drive, removing everything on it, etc.) and BIOS detects it OK, but the problems begin in Linux. From what I've read I should use fdisk and mk2-something or other. The thing is, I don't even understand what fdisk wants from me (like cylinders and such). Isn't there a friendlier, GUI based program that lets you format and mount HDDs, like in the RH9 installer? Thanks in advance for your help!



Sponsored Link
Ads by Google

Response Number 1
Name: C_Legend
Date: November 2, 2003 at 00:42:25 Pacific
Reply:

Use fdisk; it's not difficult.

First, enter it with "fdisk /dev/hdb", assuming slave is on primary, "hdd" if on secondary.

Then, as it says, enter "m" for help. Enter "p" for current parititioning scheme. You'll now want to enter "n" for a new partition. Then, enter "p" for primary, then enter "1", then "1" again for starting cylinder. Then, enter last cylinder (it should display that value). Use "t" to change the filesystem type to swap or something else, if you desire (not required). Lastly, enter "w" to write it out.

Now, you can make the filesystem, with mkfs (or similar), such as "mkfs /dev/hdb". You'll then probably want to add it to /etc/fstab to have it mount upon boot, such as:

/dev/hdb1 /apps ext2 defaults 1 1

Done.

Good luck.


0

Response Number 2
Name: 3Dave
Date: November 3, 2003 at 01:48:28 Pacific
Reply:

You could try either cfdisk or parted if
installed.


0

Response Number 3
Name: Rogue Jedi X
Date: November 3, 2003 at 15:20:12 Pacific
Reply:

Thanks for your replies. In the end, I decided to go the way C_Legend suggested. Mounting and formatting don't seem that hard after all, but since I'm still a total Linux n00b, I still have some things to clear up ;)
Anyway, thanks for your help!


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: HDDs and GUIs

How to add 2 hdd and mount to /home www.computing.net/answers/linux/how-to-add-2-hdd-and-mount-to-home/22309.html

Installing Fedora on 160GB HDD www.computing.net/answers/linux/installing-fedora-on-160gb-hdd/25078.html

winxp and rh7.2 - separate hdds www.computing.net/answers/linux/winxp-and-rh72-separate-hdds/9377.html