Results 1 to 4 of 4

Thread: USB external HD not detected when Samba is disabled

  1. #1

    USB external HD not detected when Samba is disabled

    My USB external HD is only detected when I enable Samba in the web interface. Is there any other way to have my router detect the USB HD without Samba?

  2. #2
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736
    load modules

  3. #3
    Quote Originally Posted by oleo View Post
    load modules
    Thanks and how do I load modules and which modules?

  4. #4
    Join Date
    Nov 2003
    Location
    Eindhoven
    Posts
    2,407
    Quote Originally Posted by wannaplay View Post
    Thanks and how do I load modules and which modules?
    this should do the trick:

    Code:
    flashfs enable
    mkdir -p /usr/local/sbin/
    echo "#!/bin/sh" > /usr/local/sbin/post-boot
    echo "insmod scsi_mod" >> /usr/local/sbin/post-boot
    echo "insmod sd_mod" >> /usr/local/sbin/post-boot
    echo "insmod usb-storage" >> /usr/local/sbin/post-boot
    chmod +x /usr/local/sbin/post-boot
    flashfs save && flashfs commit && flashfs enable && reboot

    My little Asus Collection: Too much to fit inhere, my 2 babies:WL500w 1.9.2.7-10(OLEG) VX2SE Yellow Lamborghini notebook



    WL500g Forum Asus Files OpenDir

    Asusforum.NL -- Asusforum.DE -- Asusforum.RU -- Asusforum.PL -- Asusforum.NET -- Asusforum.EU -- Asusforum.BE -- Asusforum.ES -- Asusforum.INFO

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. WL500g 2 USB Drucker und ein LPT
    By Trebron in forum German Discussion - Deutsch (DE)
    Replies: 1
    Last Post: 27-01-2006, 23:48
  4. Please help... USB HDD doesn't work
    By jirina42 in forum WL-500g Q&A
    Replies: 6
    Last Post: 05-01-2006, 19:04
  5. Kann nicht schreiben per Samba!?!
    By Smart71 in forum German Discussion - Deutsch (DE)
    Replies: 3
    Last Post: 31-12-2005, 08:33

Posting Permissions

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