* making a file system
@ Glenn at home
` Adam Myrow
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Glenn at home @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Thanks to all for all the help so far.
I got brave and decided that I would use fDisk and make another partition on
my drive.
I made it a primary, and I gave it #2, so I think it is /dev/hda2
Now, I try to mount /dev/hda2 /mnt
and it tells me that I need to specify a file system.
I tried
mkfs /dev/hda2
and the same with /mnt at the end, and in both cases, it says
invalid argument passed to ext 2library while setting up super block
I looked at
man mkfs
but I still don't know how to tell it what file system to use.
Should I put something like X3 or x2?
Thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: making a file system
making a file system Glenn at home
@ ` Adam Myrow
` Igor Gueths
` Lorenzo Taylor
2 siblings, 0 replies; 4+ messages in thread
From: Adam Myrow @ UTC (permalink / raw)
To: Glenn at home, Speakup is a screen review system for Linux.
Try mke2fs instead of mkfs. You will always use the device/partition
format. That is, /dev/hda2. To make sure that's really the right device,
do "fdisk -l /dev/hda" and it will show you all your partitions. You
don't want to accidentally wipe out the wrong partition, so make sure you
are using the right one.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: making a file system
making a file system Glenn at home
` Adam Myrow
@ ` Igor Gueths
` Lorenzo Taylor
2 siblings, 0 replies; 4+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: Glenn at home, Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Mkfs is just a frontend for various filesystem makers. What you need is the actual program that creates the filesystem (I think those are easier to work with), like mke2fs for EXT2 and
mkreiserfs for ReiserFS for example.
On Thu, May 05, 2005 at 10:34:40PM -0500, Glenn at home wrote:
> Thanks to all for all the help so far.
> I got brave and decided that I would use fDisk and make another partition on
> my drive.
> I made it a primary, and I gave it #2, so I think it is /dev/hda2
> Now, I try to mount /dev/hda2 /mnt
> and it tells me that I need to specify a file system.
> I tried
> mkfs /dev/hda2
> and the same with /mnt at the end, and in both cases, it says
> invalid argument passed to ext 2library while setting up super block
> I looked at
> man mkfs
> but I still don't know how to tell it what file system to use.
> Should I put something like X3 or x2?
> Thanks
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
- --
How many chunks could checkchunk check if checkchunck could check chunks?
- -- Alan Cox
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCe19fNohoaf1zXJMRA4VXAJ4v1Mj+8UpTMy34kt7/+ZZhA868PgCbBT3s
WqalIx0kD5lxA8IcooDB9qo=
=SlsT
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: making a file system
making a file system Glenn at home
` Adam Myrow
` Igor Gueths
@ ` Lorenzo Taylor
2 siblings, 0 replies; 4+ messages in thread
From: Lorenzo Taylor @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Try using mke2fs instead:
mke2fs /dev/hda2
or
mke2fs -j /dev/hda2
if you want ext3.
Lorenzo
- --
"We decided that we should evaluate the Microsoft offerings first. Once we
realised what a powerful set of tools they were, it became self-evident this was
the right way to go down."
Microsoft: the right way to go down
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCe9odG9IpekrhBfIRAhFXAJ49cXnk/mEVDa+cIZqV4bhB+DfLrgCfW2YW
cBU9kXMD7Qj2QWuAxBXa03s=
=jerF
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
making a file system Glenn at home
` Adam Myrow
` Igor Gueths
` Lorenzo Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).