LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-03-2005, 12:08 PM   #1
Tinku
Member
 
Registered: Jul 2004
Location: INDIA
Distribution: SusE, Gentoo,Debian,FreeBSD
Posts: 197

Rep: Reputation: 30
help formatting


In trying to install gentoo on my linux box,I was going thru the following steps

# mke2fs -j /dev/hda1

it returned the following error

mke2fs 1.34 (25-Jul-2003)
/dev/hda1: Invalid argument passed to ext2 library while setting up superblock

Can some one help plz?
 
Old 01-03-2005, 01:02 PM   #2
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
I'm not sure where that error came from but since you want ext3 journal , you could just try this command: mkfs.ext3 /dev/hda1
 
Old 01-03-2005, 01:09 PM   #3
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Have your partitioned yet? What does fdisk -l show?
 
Old 01-03-2005, 01:13 PM   #4
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
Quote:
Have your partitioned yet? What does fdisk -l show?
Good question! Sometimes I forget to ask the obvious.
 
Old 01-03-2005, 01:38 PM   #5
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Don't you think, guys, that fdisk is abit tricky thing to use. Would not it be advisable to use cfdisk for starters?
 
Old 01-03-2005, 01:42 PM   #6
student04
Member
 
Registered: Jan 2004
Location: USA
Distribution: macOS, OpenBSD
Posts: 669

Rep: Reputation: 34
http://www.gentoo.org/doc/en/handboo...?part=1&chap=4

That helped me get through it quite nicely. Hope it helps you, unless you've already read through it :-/
 
Old 01-03-2005, 01:51 PM   #7
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I never found fdisk tricky. It seemed rather straight forward to me, once I looked at the menu (press m or question mark).

I seem not to have cfdisk installed and never have used it, so it may be easier. What leads you to believe it is simpler and easier to use? (I'm too late in my schedule today to google it out)

Last edited by fancypiper; 01-03-2005 at 01:54 PM.
 
Old 01-03-2005, 01:55 PM   #8
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
I use both and find cfdisk rather more comprehensive and easy to use. Iwould even call it GUI partitioner
 
Old 01-03-2005, 02:15 PM   #9
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
Fedora doesn't have cfdisk installed by default. It's probably a matter of what you have gotten used to working with. I have no problem with fdisk, cfdisk, sfdisk or parted but I use fdisk mostly. If you really want GUI then I guess qtparted is the way to go.
 
Old 01-03-2005, 02:22 PM   #10
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Re: help formatting

Quote:
Originally posted by Tinku
In trying to install gentoo on my linux box,I was going thru the following steps

# mke2fs -j /dev/hda1

it returned the following error

mke2fs 1.34 (25-Jul-2003)
/dev/hda1: Invalid argument passed to ext2 library while setting up superblock

Can some one help plz?
I do not see any mentioning about Fedora from this post. And according to him he uses SUSE. I used suse 9.1 pro before slack and i had cfdisk. Moreover, you probably misunderstood.... I didn't say I wanted gui partitioner, but cfdisk LOOKS AS gui partitioner
Sorry if I was unclear..
 
Old 01-03-2005, 02:29 PM   #11
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
Quote:
I seem not to have cfdisk installed and never have used it, so it may be easier. What leads you to believe it is simpler and easier to use? (I'm too late in my schedule today to google it out)
fancypiper does
 
Old 01-03-2005, 02:37 PM   #12
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Again unclear who do you address the question to.....But anyway, here
http://ceu.fi.udc.es/docs/debian-use....0/node23.html
 
Old 01-03-2005, 03:06 PM   #13
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Quote:
Originally posted by homey
fancypiper does
I do?

Code:
Mon Jan 03 04:02 PM fancy@tinwhistle ~ $ locate cfdisk
Mon Jan 03 04:02 PM fancy@tinwhistle ~ $
I can't find it and haven't ever used it, so I doubt that it's my favorite...

I probably have it on my Knoppix, but I never have used it. I got used to using fdisk in 1999 and haven't really found it lacking. It does what I need it to do, quickly and easily.

Last edited by fancypiper; 01-03-2005 at 03:11 PM.
 
Old 01-03-2005, 03:10 PM   #14
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Re: Re: help formatting

Quote:
Originally posted by SlackerLX
I do not see any mentioning about Fedora from this post. And according to him he uses SUSE. I used suse 9.1 pro before slack and i had cfdisk. Moreover, you probably misunderstood.... I didn't say I wanted gui partitioner, but cfdisk LOOKS AS gui partitioner
Sorry if I was unclear..
Well, I use Fedora, the original poster is using SuSE.

You mean cfdisk acts sort of like the file manager portion (which I feel crippled without in Linux) of the midnight commander suite compared to ls?
 
Old 01-03-2005, 03:14 PM   #15
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Yes. I'd say simplified version of FreeBSD partitioner. I find it quite nice!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting??? Tipidy Linux - Software 5 03-21-2005 05:55 PM
Formatting Parradux Slackware 4 12-25-2004 05:54 PM
Formatting help. Ra1n Linux - Newbie 3 05-14-2004 10:42 PM
Formatting -=DpG26=- Linux - Newbie 10 09-01-2003 07:54 PM
formatting bnumark Linux - Software 3 07-21-2003 03:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration