Problem mounting hda3-4


Forum: HD Install
Topic: Problem mounting hda3-4
started by: boogaloo

Posted by boogaloo on Mar. 27 2005,06:12
I am having a problem with my frugal installation.  I set aside .5g for the F install, .5g for swap, 2.5g for media, 2.5g for other. Hda1-2-3-4.  I can mount the hda1 but none others will mount.  Have I done something wrong?
Posted by boogaloo on Mar. 27 2005,06:13
Oh yea, they are all linux fs except for the swap (linuxswap).
Posted by ke4nt1 on Mar. 27 2005,08:34
Well, you can't mount the swap partition, cause it's swap..

The others you mentioned, 'media' and 'other' , should easily mount
as soon as you've formatted them with 'e2fsck /dev/hdXx'
( Xx = your partition names , assuming hda3 and hda4 by your notes )

You can mount with either the mount tool in your slitapps dock,
or, open a root shell, and type ' mount /dev/hda3 /mnt/hda3 ' for hda3 mounting

73
ke4nt

Posted by mikshaw on Mar. 27 2005,14:50
Or add "auto" to their /etc/fstab options to have them mount automatically on boot.
< http://www.die.net/doc/linux/man/man5/fstab.5.html >
< http://www.die.net/doc/linux/man/man8/mount.8.html >

You may need to bypass fstab creation in order for this to work.  I think the boot option is nofstab

Posted by boogaloo on Mar. 27 2005,21:37
Hi, thanks for the help.

I tried to format with e2fsck, although i formatted both hda3-4 with cfdisk before I installed(not sure if thats the same thing).  However, it told me that I either have a corrupt superblock, or the disk is not an ext2 fs.  The partitions are just linux, not linux ext2, except for hda1, it somehow through installation became ext2.  During formatting with cfdisk I couldn't find the ext2 type, only linux and some others.  Any ideas?

Posted by cbagger01 on Mar. 27 2005,22:13
cfdisk is NOT a formatting program.  It just defines the partitions type and space.

Try:

sudo mkfs -t ext2 /dev/hda3


for example.

Posted by boogaloo on Mar. 27 2005,23:32
Thats a nice bit of information, thanks man!
Posted by mikshaw on Mar. 27 2005,23:44
yeah...I didn't know that either =o)
Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.