Wie USb stick mounten?

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Da brauchst du überhaupt nicht mit Putty ran.
      Du gehst per FTP auf deine Box und bearbeitest die Datei rcS sie unter /etc/init.d liegt.Dort such mal nach mount.
      Wenn du das gefunden hast dann kannst du dort noch eine Mounts hinzufügen.
      mount /dev/sda1 /usb/ als Beispiel würde den Stick dann beim hochfahren nach /usb mounten.
      Meine Bastelboxen: Mut@nt HD51 | GB Quad 4K | Mut@nt HD60 | OSMIO4K | HIS 4k Combo+

      ... Keinen Support per PN ... bitte stellt eure Fragen ins Forum!...

      ~ Benutzung OpenHDF Image ~ Benutzung der HDF-Toolbox ~ FAQ und Linksammlung ~ Build und Foren Server Spendenaktion ~
    • #!/bin/sh
      #
      # rcS Call all S??* scripts in /etc/rcS.d in
      # numerical/alphabetical order.
      #
      # Version: @(#)/etc/init.d/rcS 2.76 19-Apr-1999 [email protected]
      #

      PATH=/sbin:/bin:/usr/sbin:/usr/bin
      runlevel=S
      prevlevel=N
      umask 022
      export PATH runlevel prevlevel

      # Make sure proc is mounted
      #
      [ -d "/proc/1" ] || mount /proc

      #
      # See if system needs to be setup. This is ONLY meant to
      # be used for the initial setup after a fresh installation!
      #
      if [ -x /sbin/unconfigured.sh ]
      then
      /sbin/unconfigured.sh
      fi

      #
      # Source defaults.
      #
      . /etc/default/rcS

      #
      # Trap CTRL-C &c only in this shell so we can interrupt subprocesses.
      #
      trap ":" INT QUIT TSTP

      #
      # Do we have /proc/progress and set VERBOSE to "no" ?
      # If so, calculate the number of scripts and the incremental step
      #
      if [ "$VERBOSE" = no ]; then
      if [ -e /proc/progress ]; then
      set `ls -1 /etc/rc$runlevel.d/S* | wc`
      numscripts=$1
      PROGRESS_incstep=`expr 90 / $1`
      PROGRESS_value=10
      PROGRESS=yes
      export PROGRESS_value PROGRESS_incstep
      fi
      fi
      export VERBOSE PROGRESS

      #
      # Call all parts in order.
      #
      for i in /etc/rcS.d/S??*
      do
      # Ignore dangling symlinks for now.
      [ ! -f "$i" ] && continue

      # Handle verbosity
      [ "$VERBOSE" = very ] && echo "INIT: Running $i..."
      if [ "$PROGRESS" = yes ]; then
      export PROGRESS_value=`expr $PROGRESS_value + $PROGRESS_incstep`
      echo "$PROGRESS_value Starting $i..." >/proc/progress
      fi

      case "$i" in
      *.sh)
      # Source shell script for speed.
      (
      trap - INT QUIT TSTP
      set start
      . $i
      )
      ;;
      *)
      # No sh extension, so fork subprocess.
      $i start
      ;;
      esac

      #
      # Report status based on result code
      #
      result=$?
      if [ "$PROGRESS" = yes ]; then
      if [ "$result" = 0 ]; then
      echo "=s" >/proc/progress
      else
      echo "=f" >/proc/progress
      fi
      fi
      done

      #
      # For compatibility, run the files in /etc/rc.boot too.
      #
      [ -d /etc/rc.boot ] && run-parts /etc/rc.boot

      #
      # Finish setup if needed. The comment above about
      # /sbin/unconfigured.sh applies here as well!
      #
      if [ -x /sbin/setup.sh ]
      then
      /sbin/setup.sh
      fi
      mount /dev/sda1 /usb/

      so richtig?
    • nach dem ich dmesg eingegeben habe
      kommt sowas raus------
      ----------------------------------


      [LCD]:vfd reply success 2



      d2:55:80:52:a6:ff:9e: d:

      [FE]: bcm7335_set_tone: tone :1

      [FE]: bcm7335_set_voltage: voltage :2

      [FE]: bcm7335_set_voltage: voltage :1

      [FE]: bcm7335_set_voltage: voltage SEC_VOLTAGE_18

      d2:55:80:52:a6:ff:9e: d:

      [LCD]:dbox_lcd_write H a u p count : 10



      [LCD]:vfd reply success 2



      [FE]: bcm7335_set_tone: tone :0

      [FE]: p->inversion 0x2

      [FE]: INVERSION_AUTO

      [FE]: setting Pilot_Off

      [FE]: p->u.qpsk.fec_inner 3

      [FE]: bcm7335_set_frontend p, frequency:1587500, fec_inner 3,
      bitPerSymbol 27500000

      [FE]: bcm7335_set_frontend fe_setting , frequency:1587500000, numerator :
      3, denominator 4, bitPerSymbol 27500000

      [FE]: entering wait loop fe_handle : 0x8745e580

      [FE]: >>>>> bcm7335_set_frontend fe_setting ,
      frequency:1587500000, symbolRate : 27500000, numerator : 3, denominator
      4, bitPerSymbol 27500000 locked:1 i=1

      [AUD]: AUDIO_SET_BYPASS_MODE 1

      [AUD]: proc_get_ac3 1 bcm7335->audio_passthrough_spdif : 0

      [AUD]: AUDIO_PAUSE 1

      [AUD]: AUDIO_PLAY 1

      [AUD]: bcm7335->audio_dec_ss.codec 1

      [VID]: VIDEO_SET_STREAMTYPE 0

      [LCD]:bm750_dbox_lcd_write_icon 2 0



      [VID]: VIDEO_FREEZE 2142402344 0

      [VID]: VIDEO_PLAY 2142402344 2 2

      [LCD]:bm750_dbox_lcd_write_icon 12 0



      [LCD]:bm750_dbox_lcd_write_icon 13 0



      [LCD]:bm750_dbox_lcd_write_icon 14 0



      [VID]: VIDEO_SLOWMOTION 0 1

      [LCD]:bm750_dbox_lcd_write_icon 14 0



      [VID]: VIDEO_FAST_FORWARD 0 1

      [LCD]:bm750_dbox_lcd_write_icon 13 0



      [LCD]:bm750_dbox_lcd_write_icon 12 0



      [VID]: VIDEO_CONTINUE 0 1

      [AUD]: AUDIO_CONTINUE 0 1 audio pid_hndl : 0xc0a9fb50

      d2:5c:80:52:26:ff:25: d:

      [VID]: VIDEO_STOP 1 1

      [AUD]: AUDIO_STOP 277166688

      [AUD]: AUDIO_CONTINUE 6488064 0 audio pid_hndl : 0x0

      [AUD]: AUDIO_CONTINUE:bcm7335->audio_pid_hndl is null 0 0

      d2:5c:80:52:26:ff:25: d:

      [LCD]:dbox_lcd_write M e d i count : 11



      [LCD]:vfd reply success 2



      d2:59:80:52:a6:ff:a2: d:

      [LCD]:dbox_lcd_write / H a r count : 49



      [LCD]:vfd reply success 2



      d2:59:80:52:a6:ff:a2: d:

      d2:5c:80:52:26:ff:25: d:

      d2:5c:80:52:26:ff:25: d:

      [LCD]:dbox_lcd_write / b a c count : 47



      [LCD]:vfd reply success 2



      d2:55:80:52:a6:ff:9e: d:

      [FE]: p->inversion 0x2

      [FE]: INVERSION_AUTO

      [FE]: setting Pilot_Off

      [FE]: p->u.qpsk.fec_inner 3

      [FE]: bcm7335_set_frontend p, frequency:1587500, fec_inner 3,
      bitPerSymbol 27500000

      [FE]: bcm7335_set_frontend fe_setting , frequency:1587500000, numerator :
      3, denominator 4, bitPerSymbol 27500000

      [FE]: entering wait loop fe_handle : 0x8745e580

      [FE]: >>>>> bcm7335_set_frontend fe_setting ,
      frequency:1587500000, symbolRate : 27500000, numerator : 3, denominator
      4, bitPerSymbol 27500000 locked:1 i=1

      d2:55:80:52:a6:ff:9e: d:

      [AUD]: AUDIO_SET_BYPASS_MODE 1

      [AUD]: proc_get_ac3 1 bcm7335->audio_passthrough_spdif : 0

      [AUD]: AUDIO_PAUSE 1

      [AUD]: AUDIO_PLAY 1

      [AUD]: bcm7335->audio_dec_ss.codec 1

      [VID]: VIDEO_SET_STREAMTYPE 0

      [LCD]:bm750_dbox_lcd_write_icon 2 0



      [VID]: VIDEO_FREEZE 2142402344 0

      [VID]: VIDEO_PLAY 2142402344 2 2

      [LCD]:bm750_dbox_lcd_write_icon 12 0



      [LCD]:bm750_dbox_lcd_write_icon 13 0



      [LCD]:bm750_dbox_lcd_write_icon 14 0



      [VID]: VIDEO_SLOWMOTION 0 1

      [LCD]:bm750_dbox_lcd_write_icon 14 0



      [VID]: VIDEO_FAST_FORWARD 0 1

      [LCD]:bm750_dbox_lcd_write_icon 13 0



      [LCD]:bm750_dbox_lcd_write_icon 12 0



      [VID]: VIDEO_CONTINUE 0 1

      [LCD]:dbox_lcd_write H a u p count : 10



      [AUD]: AUDIO_CONTINUE 0 1 audio pid_hndl : 0xc0a9fb50

      [LCD]:vfd reply success 2



      d2:5c:80:52:26:ff:25: d:

      [VID]: VIDEO_STOP 1 1

      [AUD]: AUDIO_STOP 770805872

      [AUD]: AUDIO_CONTINUE 6488064 0 audio pid_hndl : 0x0

      [AUD]: AUDIO_CONTINUE:bcm7335->audio_pid_hndl is null 0 0

      d2:5c:80:52:26:ff:25: d:

      [LCD]:dbox_lcd_write M e d i count : 11



      [LCD]:vfd reply success 2



      d2:5c:80:52:a6:ff:a5: d:

      [LCD]:dbox_lcd_write / < S p count : 63



      [LCD]:vfd reply success 2



      d2:5c:80:52:a6:ff:a5: d:

      d2:55:80:52:26:ff:1e: d:

      [AUD]: AUDIO_SET_BYPASS_MODE 1

      [AUD]: proc_get_ac3 1 bcm7335->audio_passthrough_spdif : 0

      [AUD]: AUDIO_PAUSE 1

      [AUD]: AUDIO_PLAY 1

      [AUD]: bcm7335->audio_dec_ss.codec 1

      [VID]: VIDEO_SET_STREAMTYPE 0

      [LCD]:bm750_dbox_lcd_write_icon 2 0



      [VID]: VIDEO_FREEZE 2142391696 0

      [VID]: VIDEO_PLAY 2142391696 2 2

      [LCD]:bm750_dbox_lcd_write_icon 12 0



      [LCD]:bm750_dbox_lcd_write_icon 13 0



      [LCD]:bm750_dbox_lcd_write_icon 14 0



      [VID]: VIDEO_SLOWMOTION 0 1

      [LCD]:bm750_dbox_lcd_write_icon 14 0



      [VID]: VIDEO_FAST_FORWARD 0 1

      [LCD]:bm750_dbox_lcd_write_icon 13 0



      [LCD]:bm750_dbox_lcd_write_icon 12 0



      [VID]: VIDEO_CONTINUE 0 1

      [AUD]: AUDIO_CONTINUE 0 1 audio pid_hndl : 0xc0a9fb50

      d2:55:80:52:26:ff:1e: d:

      d2:55:80:52:26:ff:1e: d:

      [LCD]:dbox_lcd_write H a u p count : 10



      [LCD]:vfd reply success 2



      d2:55:80:52:a6:ff:9e: d:

      [LCD]:dbox_lcd_write R T L count : 14



      [LCD]:vfd reply success 10



      d2:55:80:52:a6:ff:9e: d:

      usb 2-1: USB disconnect, address 2

      usb 2-1: new high speed USB device using brcm-ehci-1 and address 3

      usb 2-1: configuration #1 chosen from 1 choice

      scsi3 : SCSI emulation for USB Mass Storage devices

      usb-storage: device found at 3

      usb-storage: waiting for device to settle before scanning

      Vendor: Verbatim Model: Store 'n' Go Rev: 3.00

      Type: Direct-Access ANSI SCSI revision: 02

      SCSI device sdb: 15794176 512-byte hdwr sectors (8087 MB)

      sdb: Write Protect is off

      sdb: Mode Sense: 00 00 00 00

      sdb: assuming drive cache: write through

      SCSI device sdb: 15794176 512-byte hdwr sectors (8087 MB)

      sdb: Write Protect is off

      sdb: Mode Sense: 00 00 00 00

      sdb: assuming drive cache: write through

      sdb: sdb1

      sd 3:0:0:0: Attached scsi removable disk sdb

      sd 3:0:0:0: Attached scsi generic sg1 type 0

      usb-storage: device scan complete

      d2:10:80:52:26:ff:d9: d:

      d2:10:80:52:26:ff:d9: d:

      d2:10:80:52:a6:ff:59: d:

      d2:10:80:52:a6:ff:59: d:

      d2:10:80:52:26:ff:d9: d:

      d2:10:80:52:26:ff:d9: d:

      d2:10:80:52:a6:ff:59: d:

      d2:10:80:52:a6:ff:59: d:

      usb 2-1: USB disconnect, address 3

      usb 2-1: new high speed USB device using brcm-ehci-1 and address 4

      usb 2-1: configuration #1 chosen from 1 choice

      scsi4 : SCSI emulation for USB Mass Storage devices

      usb-storage: device found at 4

      usb-storage: waiting for device to settle before scanning

      Vendor: Verbatim Model: Store 'n' Go Rev: 3.00

      Type: Direct-Access ANSI SCSI revision: 02

      SCSI device sdb: 15794176 512-byte hdwr sectors (8087 MB)

      sdb: Write Protect is off

      sdb: Mode Sense: 00 00 00 00

      sdb: assuming drive cache: write through

      SCSI device sdb: 15794176 512-byte hdwr sectors (8087 MB)

      sdb: Write Protect is off

      sdb: Mode Sense: 00 00 00 00

      sdb: assuming drive cache: write through

      sdb: sdb1

      sd 4:0:0:0: Attached scsi removable disk sdb

      sd 4:0:0:0: Attached scsi generic sg1 type 0

      usb-storage: device scan complete

      root@bm750:~#
    • Medusa schrieb:

      SCSI device sdb: 15794176 512-byte hdwr sectors (8087 MB)


      Du hast also einen 8GB angesteckt der auf SDB gemountet wird.
      mount /dev/sdb1 /usb
      Aber nur wenn das Verzeichnis /usb auch vorhanden ist. Aber kannst du ja per putty testen ob es geht.
      Meine Bastelboxen: Mut@nt HD51 | GB Quad 4K | Mut@nt HD60 | OSMIO4K | HIS 4k Combo+

      ... Keinen Support per PN ... bitte stellt eure Fragen ins Forum!...

      ~ Benutzung OpenHDF Image ~ Benutzung der HDF-Toolbox ~ FAQ und Linksammlung ~ Build und Foren Server Spendenaktion ~

    Unsere Partnerboards

    ^
    Flag Counter