Jump to content

xXxCryxXx

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by xXxCryxXx

  1. 2 minutes ago, xXxCryxXx said:

     

    Filesystem                Size      Used Available Use% Mounted on
    rootfs                    2.2M      1.6M    644.0K  71% /
    /dev/root                12.5M     12.5M         0 100% /rom
    tmpfs                    29.9M    508.0K     29.4M   2% /tmp
    /dev/mtdblock3            2.2M      1.6M    644.0K  71% /overlay
    overlayfs:/overlay        2.2M      1.6M    644.0K  71% /
    tmpfs                   512.0K         0    512.0K   0% /dev
    /dev/sdb                 28.6G     80.0K     28.6G   0%
  2. Hello together,

     

    i found a way to mount at the newest Firmware a USB-Stick from the Wifi-pineapple Nano

    I have a SanDisk USB-Stick with 32GB of Memory at the first time i plug the stick in it dosent work

    but if i do in the  coomand line via SSH type his "fdisk -l" i saw the usb stick but i wasnt able to mount it so i was loocking for "dsmesg" an saw at the end

    was written " 2366.110000] sd 7:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA " i dont really know what that means but i was then

    loocking in google for     "opkg usb driver" and then i found this https://wiki.openwrt.org/doc/howto/usb.essentials

    so i was just do all stuff just updating it with ignoring errors and after that i was chaneging the fstab file to:

    config 'global'
            option  anon_swap       '0'
            option  anon_mount      '0'
            option  auto_swap       '1'
            option  auto_mount      '1'
            option  delay_root      '5'
            option  check_fs        '0'
    
    config 'mount'
            option  target          '/sd'
            option  device          '/dev/sdb/'
            option  fstype          'auto'
            option  options         'rw,sync'
            option  enabled         '1'

    and you have to format to ext4 your stick via ssh or on your Webinterface.

    after that you just need to refresh the page and i saw then a drive "/dev/sdb" and there it is !!! MY USB Stick !

    i hope i was helping there some guys.

     

    And a really sorry for my bad english :(

    Greets from Germany Nico!

×
×
  • Create New...