Seite 3 von 5 ErsteErste 12345 LetzteLetzte
Ergebnis 21 bis 30 von 50
  1. #21
    Neuer Benutzer
    Registriert seit
    11.02.2014
    Beiträge
    27
    Thanks
    9
    Thanked 0 Times in 0 Posts
    How to do that?


  2. #22
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    fdisk -l

    we have to see 320gb, then we can create partitions with fdisk, after that format that parts with mkfs.
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500


  3. The Following User Says Thank You to santa For This Useful Post:



  4. #23
    Neuer Benutzer
    Registriert seit
    11.02.2014
    Beiträge
    27
    Thanks
    9
    Thanked 0 Times in 0 Posts

    After a hard reset the menu shows back the hard disk menu, showing correct size of the hdd. If i try to inicializate always say error mounting. Fdisk -l doesn't show real size.
    I Will try another hard disk or will try with a pen drive.


  5. #24
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    Put the HDD in a pc and format with any Tool.
    After that try again in Box.
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500


  6. The Following User Says Thank You to santa For This Useful Post:



  7. #25
    Neuer Benutzer
    Registriert seit
    11.02.2014
    Beiträge
    27
    Thanks
    9
    Thanked 0 Times in 0 Posts
    My pc is a laptop without sata ports.
    On Morlys utility, where should I copy dll files for windows 7?

    identical results with another hdd:

    root@S400:~# fdisk -l


    Disk /dev/sda: 524 MB, 524869632 bytes
    189 heads, 61 sectors/track, 88 cylinders, total 1025136 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000a5053


    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 1023999 510976 83 Linux


    Disk /dev/sdb: 4041 MB, 4041211904 bytes
    64 heads, 32 sectors/track, 3854 cylinders, total 7892992 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x30624145


    Device Boot Start End Blocks Id System
    /dev/sdb1 * 64 1327103 663520 17 Hidden HPFS/NTFS
    /dev/sdb2 1329150 7890943 3280897 5 Extended
    /dev/sdb5 1329152 7516159 3093504 83 Linux
    /dev/sdb6 7518208 7890943 186368 82 Linux swap / Solaris
    root@S400:~#

    - - - Aktualisiert - - -

    Zitat Zitat von ray._b Beitrag anzeigen
    I run the image off a pen drive without too many issues!

    If you have multi boot all is good...

    This is how I created my pen drive boot.

    I assume you have e2 in flash
    You will need to be able to FTP your box, and use putty...

    I use putty for the next bit.
    User: root
    Password: HDMU

    To create a partition on the pen drive
    mkfs,ext2 /dev/sdb1 -L ext2

    Then copy your downloaded file into this directory via FTP transfer (tar.gz on this site)

    Back to putty...to unpack the file
    mount dev sdb1 /mnt/usb


    Then use putty to unpack the file...

    cd /mnt/usb

    tar -vzxf *****.tar.gz (then the full name of the image)

    then...
    sync

    remove the image using FTP if required.

    Start your box using the correct key number on the remote. Set-up the image as per the instructions

    Cheers
    When I put the first comand I get this:

    root@S400:~# mkfs,ext2 /dev/sdb1 -L ext2
    -bash: mkfs,ext2: no se encontró la orden (command not found)


  8. #26
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    the command is wrong, it should be mkfs.ext2 /dev...

    Remove your hdd, put a usb stick on your Box and boot.

    then show me fdisk -l
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  9. #27
    Neuer Benutzer
    Registriert seit
    11.02.2014
    Beiträge
    27
    Thanks
    9
    Thanked 0 Times in 0 Posts
    Hdd removed, atached 4Gb usb stick, power on box, fdisk:

    root@S400:~# fdisk -l


    Disk /dev/sda: 524 MB, 524869632 bytes
    189 heads, 61 sectors/track, 88 cylinders, total 1025136 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000a5053


    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 1023999 510976 83 Linux


    Disk /dev/sdb: 4041 MB, 4041211904 bytes
    64 heads, 32 sectors/track, 3854 cylinders, total 7892992 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x30624145


    Device Boot Start End Blocks Id System
    /dev/sdb1 * 64 1327103 663520 17 Hidden HPFS/NTFS
    /dev/sdb2 1329150 7890943 3280897 5 Extended
    /dev/sdb5 1329152 7516159 3093504 83 Linux
    /dev/sdb6 7518208 7890943 186368 82 Linux swap / Solaris
    root@S400:~#

    - - - Aktualisiert - - -

    root@S400:~# mkfs.ext2 /dev/sdb1 -L ext2
    mke2fs 1.42.5 (29-Jul-2012)
    Etiqueta del sistema de ficheros=ext2
    OS type: Linux
    Tamaño del bloque=4096 (bitácora=2)
    Tamaño del fragmento=4096 (bitácora=2)
    Stride=0 blocks, Stripe width=0 blocks
    41472 inodes, 165880 blocks
    8294 blocks (5.00%) reserved for the super user
    Primer bloque de datos=0
    Número máximo de bloques del sistema de ficheros=171966464
    6 bloque de grupos
    32768 bloques por grupo, 32768 fragmentos por grupo
    6912 nodos-i por grupo
    Respaldo del superbloque guardado en los bloques:
    32768, 98304, 163840


    Allocating group tables: hecho
    Escribiendo las tablas de nodos-i: hecho
    Escribiendo superbloques y la información contable del sistema de ficheros: hecho

    If you need spanish to english translation let me now.

    Then Ray said:
    Then copy your downloaded file into this directory via FTP transfer (tar.gz on this site)witch destination directory should it go tar.gz file?


  10. #28
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    fdisk -l
    blkid
    mount
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  11. #29
    Neuer Benutzer
    Registriert seit
    11.02.2014
    Beiträge
    27
    Thanks
    9
    Thanked 0 Times in 0 Posts
    root@S400:~# blkid
    /dev/sdb6: UUID="a26b6819-829f-49a7-a6d0-b7e35ec5c4f1" TYPE="swap"
    /dev/sda1: UUID="523e3d3e-8e8b-4c0e-bcf6-8ce0207d26be" TYPE="ext4"
    /dev/sdb1: LABEL="ext2" UUID="41f5e7ac-c7ce-4459-be62-a9600e59ad6a" TYPE="ext2"
    /dev/sdb5: UUID="1c449d43-6205-4d6f-91fa-095de646405a" TYPE="ext4"

    root@S400:~# mount
    sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=58978,mode=755)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode =000)
    tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=48188k,mode=755)
    /dev/disk/by-uuid/1c449d43-6205-4d6f-91fa-095de646405a on / type ext4 (rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered)
    tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
    tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=133640k)
    rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)


  12. #30
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    fdisk /dev/sdb

    d (delete all parts)
    6
    d
    5
    d
    2
    d
    1

    n (create new part)
    p (primary)
    1 (first part)
    1 or return
    xxx (=max cylinder/4)

    n
    p
    2
    return
    yyy

    n
    p
    3
    return
    zzz

    n
    p
    4
    return
    return

    w

    reboot
    fdisk -l
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500


  13. The Following 2 Users Say Thank You to santa For This Useful Post:



Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •