Results 1 to 8 of 8

Thread: USB Drive won't mount

  1. #1
    Join Date
    Mar 2006
    Location
    The Netherlands
    Posts
    152

    USB Drive won't mount

    I've got a problem: When I try to mount an USB HDD by just turning it on, it is not recognized. The disk is formatted with the EXT3 Filesystem and has 160GB of space. It has only got one partition that is primary. When I issue the command "df" only the root filesystem shows up. Tried the same with an 128MB usb stick but then the same problem occurs. Whats wrong?
    My Router Specs:

    Model: ASUS WL500G Deluxe
    Firmware Version: 1.9.2.7-7G (OLEG)

  2. #2
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    try to mount it manually with
    mount /dev/discs/disc0/part1 /opt
    Check, if /dev/discs is empty, issue:
    insmod scsi_mod && insmod sd_mod && insmod usb-storage

    BTW, which firmware do you use? asus orignal AFAIK doesn't support ext3, only ext2

  3. #3
    Join Date
    Mar 2006
    Location
    The Netherlands
    Posts
    152
    As you can read in my signature: THE LATEST VERSION OF OLEG'S FIRMWARE

    I'll try it tomorrow.

    Thanks!
    My Router Specs:

    Model: ASUS WL500G Deluxe
    Firmware Version: 1.9.2.7-7G (OLEG)

  4. #4
    Join Date
    Mar 2007
    Location
    Budapest / Hungary
    Posts
    79
    Have you got any swap memory?

    check this: fdisk -l
    (listing your storages and partitions, if you look ~160GB partition on list, you
    not enough memory to mount this storage)

    Check this: free
    if you look:
    total used free shared buffers
    Mem: 13932 12016 1916 0 1132
    Swap: 0 0 0
    Total: 770892 15232 755660
    you not have enough memory (router ram and swap)

    if you have Swap: 0, create swap partition (fdisk, mkswap, swapon) or create swap file (dd, mkswap, swapon)

    change partition: your data lost

    or create swap file on other mounted storage. (on 128MB stick. if you use for swap, required to mount 160GB hdd!)

    bye, György

    sorry my english...

  5. #5
    Join Date
    Mar 2006
    Location
    The Netherlands
    Posts
    152
    When I try something, I only get errors. fdisk -l doesn't do something. My 128MB USB stick won't even mount. Do I have to re-install the firmware?
    Last edited by MHz; 30-04-2007 at 11:15.
    My Router Specs:

    Model: ASUS WL500G Deluxe
    Firmware Version: 1.9.2.7-7G (OLEG)

  6. #6
    Join Date
    Mar 2007
    Location
    Budapest / Hungary
    Posts
    79
    Please write to forum somesting system response:

    cat /usr/local/sbin/post-boot

    ps

    free

    ls -l /dev/discs (connected both usb drives)

    fdisk -l



    No, I think the re-install firmware no solving the problem.

  7. #7
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Do you've samba, ftp or nfs enabled?

    You've to provide system log too.

  8. #8
    Join Date
    Mar 2006
    Location
    The Netherlands
    Posts
    152
    I think there was an ERROR in my samba config. I resetted everything and now it works!

    Thanks Oleg for making this great firmware!
    My Router Specs:

    Model: ASUS WL500G Deluxe
    Firmware Version: 1.9.2.7-7G (OLEG)

Similar Threads

  1. linuxrc bug? - WL-500g not booting from usb drive with hub
    By daniel632 in forum WL-500g Custom Development
    Replies: 5
    Last Post: 14-03-2012, 15:28
  2. Unstable boot from USB
    By Tamadite in forum WL-500g Q&A
    Replies: 6
    Last Post: 20-08-2008, 15:19
  3. refused mount request
    By colalight890 in forum WL-500g Q&A
    Replies: 0
    Last Post: 01-12-2006, 15:03
  4. Mirroring WL-700g external USB hard drive
    By Joho in forum WL-700g Q&A
    Replies: 0
    Last Post: 11-09-2006, 14:49
  5. Wl500g > 2 USB and 1 LPT Printer
    By Trebron in forum WL-500g Q&A
    Replies: 0
    Last Post: 27-01-2006, 22:17

Posting Permissions

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