Results 1 to 15 of 15

Thread: internal hd not mounting?!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    internal hd not mounting?!

    hey all,

    i have a wl-hdd running olegs fw 1.9.2.7-7e. inside is a 100gb internal hd. i managed to partition and format it, but i am definitely not able to mount it
    [admin@banana /]$ fdisk -l

    Disk /dev/ide/host0/bus0/target0/lun0/disc: 100.0 GB, 100030242816 bytes
    255 heads, 63 sectors/track, 12161 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/ide/host0/bus0/target0/lun0/part1 1 28 224878+ 82 Linux swap
    /dev/ide/host0/bus0/target0/lun0/part2 29 2461 19543072+ 83 Linux
    /dev/ide/host0/bus0/target0/lun0/part3 2462 7325 39070080 83 Linux
    /dev/ide/host0/bus0/target0/lun0/part4 7326 12161 38845170 83 Linux

    [admin@banana /]$ mount /dev/ide/host0/bus0/target0/lun0/part1 /opt
    mount: Mounting /dev/ide/host0/bus0/target0/lun0/part1 on /opt failed: Invalid argument

    [admin@banana /]$ mount /dev/discs/disc0/part2 /opt
    mount: Mounting /dev/discs/disc0/part2 on /opt failed: Invalid argument
    someone told me to install ext3 support to the firmware but i guess its in olegs firmware...maybe someone knows?!

    best regards,
    hullahulla

  2. #2
    It seems that you are trying to mount the swap partition.
    TRY:
    [admin@banana /]$ mount /dev/ide/host0/bus0/target0/lun0/part2 /opt

  3. #3
    Quote Originally Posted by vladut
    It seems that you are trying to mount the swap partition.
    TRY:
    [admin@banana /]$ mount /dev/ide/host0/bus0/target0/lun0/part2 /opt
    :-) yeah, this was a typo. i tried almost all possible combinations (part1+4 etc), i just wanted to show, that i tried the /dev/ide/host0/bus0/t.... and the /dev/discs/disc0... way. i dont get why theres a invalid argument....

    but thanks for the reply,
    hullahulla

  4. #4
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    looks like you've ext2 partitions, add a journal to make them ext3...

  5. #5
    It may work if you use "-t ext3" switch:
    mount -t ext3 /dev/scsi/host0/bus0/target0/lun0/part2 /opt

  6. #6
    Quote Originally Posted by vladut
    It may work if you use "-t ext3" switch:
    mount -t ext3 /dev/scsi/host0/bus0/target0/lun0/part2 /opt
    which results in the same "invalid argument"...

    my syslog says something like this:
    Code:
    Jan  1 01:00:02 kernel: -DMA at 0x0140-0x0147, BIOS settings: hda:pio, hdb:pio
    Jan  1 01:00:02 kernel:     ide1: BM-DMA at 0x0148-0x014f, BIOS settings: hdc:pio, hdd:pio
    Jan  1 01:00:02 kernel: hda: SAMSUNG HM100JC, ATA DISK drive
    Jan  1 01:00:02 kernel: ide2: ports already in use, skipping probe
    Jan  1 01:00:02 kernel: ide3: ports already in use, skipping probe
    Jan  1 01:00:02 kernel: ide4: ports already in use, skipping probe
    Jan  1 01:00:02 kernel: ide5: ports already in use, skipping probe
    Jan  1 01:00:02 kernel: ide0 at 0x100-0x107,0x10a on irq 6
    Jan  1 01:00:02 kernel: blk: queue c00222e8, I/O limit 4095Mb (mask 0xffffffff)
    Jan  1 01:00:02 kernel: hda: 195371568 sectors (100030 MB) w/8192KiB Cache, CHS=12161/255/63, UDMA(33)
    Jan  1 01:00:02 kernel: Partition check:
    Jan  1 01:00:02 kernel:  /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4
    .....
    Jan  1 01:00:17 kernel: FAT: bogus logical sector size 0
    Jan  1 01:00:17 kernel: VFS: Can't find a valid FAT filesystem on dev 03:03.
    Jan  1 01:00:17 kernel: FAT: freeing iocharset=cp950
    Jan  1 01:00:17 kernel: FAT: bogus logical sector size 0
    Jan  1 01:00:17 kernel: VFS: Can't find a valid FAT filesystem on dev 03:03.
    Jan  1 01:00:17 kernel: ext3: No journal on filesystem on ide0(3,4)
    .....
    Jan  1 01:01:28 kernel:  /dev/scsi/host0/bus0/target0/lun3: I/O error: dev 08:30, sector 0
    Jan  1 01:01:28 kernel:  I/O error: dev 08:30, sector 0
    Jan  1 01:01:28 kernel:  unable to read partition table
    Jan  1 01:02:08 kernel: ext3: No journal on filesystem on ide0(3,2)
    how do i add journaling to linux disk - or is it something else?

    thanks a lot,
    hullahulla

Similar Threads

  1. WL-HDD, where's my internal disk
    By grunchy in forum WL-HDD Q&A
    Replies: 1
    Last Post: 30-05-2006, 18:29
  2. USB-HD not mounting correctly
    By Control in forum WL-500g Q&A
    Replies: 1
    Last Post: 27-05-2006, 10:26
  3. Replies: 3
    Last Post: 04-05-2006, 13:46
  4. Mounting ??
    By Willie2_z in forum WL-500g Q&A
    Replies: 0
    Last Post: 30-03-2006, 18:39
  5. Loop device mounting - not a block device
    By pardonfiu in forum WL-500g Q&A
    Replies: 0
    Last Post: 16-01-2006, 15:14

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •