LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mount issues pleaseeee help (https://www.linuxquestions.org/questions/linux-hardware-18/mount-issues-pleaseeee-help-487587/)

xpftp 09-27-2006 11:14 PM

mount issues pleaseeee help
 
ok here is my issue.. i have installed 2 - 200 gig HDs.
i did the fdisk /dev/hde and hdg on them they r on a raid card. the system see's them when i do a dmesg.. they r there..
but when i do a reboot it will not mount them . hde is set up i think right way .. hdg isnt set up yet till i figure out hde issues..

i get a message on boot .. fs type worng or bad super blocks or to many fs mounted.. iam useing RH9 i think kernel 2.4

here is the fdisk -l and fstab

**************** fdisk -l ****************

Disk /dev/hdg: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/hdg doesn't contain a valid partition table

Disk /dev/hde: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hde1 1 24792 199141708+ 83 Linux

Disk /dev/hda: 4321 MB, 4321787904 bytes
255 heads, 63 sectors/track, 525 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 460 3590527+ 83 Linux
/dev/hda3 461 525 522112+ 82 Linux swap

**********************************************

****************** fstab ********************

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda3 swap swap defaults 0 0
/dev/hde1 /mnt/200A ext3 defualts 1 2
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0

***********************************************

i have done both /mnt/200A and /200A still not work ...
under HDE1 and or HDE .. iam at a lose please any help or ideas would be great ty

xpftp 09-27-2006 11:52 PM

used for fdisk
 
this is the site i used to fdisk my drives


yolinux.com/TUTORIALS/LinuxTutorialAdditionalHardDrive.html

xpftp 09-28-2006 01:55 AM

bumpd up
 
bumped up for much needed helppppp

giblet1973 09-28-2006 07:54 AM

did you add these to moint points in /etc/fstab?

xpftp 09-28-2006 09:02 AM

will i just upgraded to fedora and all seems ok now on mounting on boot..

it seems RH9 doesnt like or work very good with other drives .. i tried it on the MB IDEs and same issues .. and i went nuts all over net lookin n no real fix for this issue so there must be a bug in the kernel .. and iam far form that good lol but i thank all that helped.. now for the samba issues lol new post for that ..........

giblet1973 09-28-2006 09:43 AM

Beware of selinux with samba! I found this command very useful.

chcon –R -t samba_share_t /home

(if /home is the directory you want to share)

If you have your own mount points you will need to first run a fixfiles, eg

fixfiles relable /data

for /data.


All times are GMT -5. The time now is 07:19 AM.