Results 1 to 15 of 41

Thread: RSP e2 RSPv3.149 G1192

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Standard RSP member
    Join Date
    30 Dec 2008
    Location
    France
    Posts
    68
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default

    thanks a lot
    i tested and i found this
    BusyBox v1.11.2 (2010-09-20 10:41:33 EEST) built-in shell (ash)
    Enter 'help' for a list of built-in commands.

    Kathy_RSP:~# mount
    rootfs on / type rootfs (rw)
    /dev/root on / type ext2 (rw)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    tmpfs on /ram type tmpfs (rw)
    /dev/root on /dev.static type ext2 (rw)
    tmpfs on /dev type tmpfs (rw)
    devpts on /dev/pts type devpts (rw)
    tmpfs on /dev/shm type tmpfs (rw)
    usbfs on /proc/bus/usb type usbfs (rw)
    /dev/sda1 on /hdd type ext2 (rw,noatime,nodiratime)
    tmpfs on /tmp type tmpfs (rw)
    Kathy_RSP:~#
    i'll check this evening
    have a good sunday


    my file
    for j in $l
    do
    lab=`/var/config/tune2fs -l $j | grep "Filesystem volume name"`
    lab=${lab:24}
    echo $lab
    if [ $lab == $record ] ;
    then
    if [ ! -e /hdd/movie ] ;
    then
    mkdir /hdd/movie
    fi
    mount $j /hdd/movie
    else
    lb=${j:5}
    if [ $lb = sdb1 ] ; then
    if [ ! -e /media/mkv ] ; then
    mkdir /media/mkv
    fi
    mount $j /media/mkv
    else
    mkdir /tmp/"$lb"
    mount $j /tmp/"$lb"
    fi
    done
    Last edited by dreanew; 03-10-10 at 13:57. Reason: add file
    Flash : AAF2.e
    USB Stick with BA : RSP ( pkt ou AAF) with OSCAM

    5?W_13?E_19?E_28?E

Posting Permissions

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