Linux Mounting HDDs in RedHat 7.3

Discussion in 'Software' started by Hwulex, 22 Feb 2003.

Thread Status:
Not open for further replies.
  1. Hwulex

    Hwulex What's a Dremel?

    Joined:
    1 Feb 2002
    Posts:
    4,007
    Likes Received:
    1
    Ok, I managed this fine in RedHat 8, edited fstaband all that, but had a few other issues with , so went back to 7.3. Just done a fresh install, and want to mount my Storage HDD on boot, so added this line to /etc/fstab:
    Code:
    /dev/hdb		/mnt/storage		vfat	defaults	0 0
    
    But it returns this error:
    Code:
    wrong fs type, bad option, bad superblock on /dev/hdb, or too many mounted file systems.
    
    (Could this be the IDE device where you in fact use ide-scsi so that sr0 or sda or so is needed?)
    
    I've also tried mounting at the console, with the same error. The drive is FAT, and used to work fine with RH8. Any ideas?

    Cheers.
     
  2. Hwulex

    Hwulex What's a Dremel?

    Joined:
    1 Feb 2002
    Posts:
    4,007
    Likes Received:
    1
    Ok. Even stranger, I can mount my Windows partition no problems with
    Code:
    mount -t vfat /dev/hda1 /mnt/windows
    :sigh:
     
  3. Hwulex

    Hwulex What's a Dremel?

    Joined:
    1 Feb 2002
    Posts:
    4,007
    Likes Received:
    1
    nvm, apparently Windows decided to make my storage drive on partition hdb5. Cheers for that!

    (found out by running fdisk -l)

    /self closed.
     
Tags:
Thread Status:
Not open for further replies.

Share This Page