Jump to content

Orgino

Active Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Orgino

  1. Hey I got a sandisk cruzer fit 4 gb usb with a bad partition or something.

    The partition program can see the partitions that already are on the drive, but it can't access or delete the partitions.

    When I try to format it the program will just crash or it will say:

    This usb drive can't be formatted.

    Here is a output from Parted magic on UBCD boot cd:

    GParted 0.9.0

    Libparted 2.3

    Delete /dev/sdb1 (ext4, 2.79 GiB) from /dev/sdb 00:01:52 ( ERROR ) calibrate /dev/sdb1 00:00:00 ( SUCCESS ) path: /dev/sdb1
    start: 63
    end: 5861422
    size: 5861360 (2.79 GiB)
    delete partition 00:01:52 ( ERROR ) libparted messages ( INFO ) Input/output error during write on /dev/sdb Error opening /dev/sdb: Resource temporarily unavailable

    ========================================

    Delete /dev/sdb2 (unknown, 956.00 MiB) from /dev/sdb

    ========================================

    Hope someone can help me!

  2. For some reason my tftpd server wont tranfere the files from the pc to the pineapple.

    Her is my config:

    service tftp
    {
    protocol = udp
    port = 69
    socket_type = dgram
    wait = yes
    user = nobody
    server = /usr/sbin/in.tftpd
    server_args = /tftpboot -s
    disable = no
    }

    If I use "netstat -na | grep LIST | grep 69" I don't get anything.

  3. I tried it first on my ubuntu laptop. But I can't get tftpgui to work I just get this Python error:

    Traceback (most recent call last):  File "tftpgui.py", line 78, in <module>    from tftp_package import tftpcfg, tftp_engine  File "/home/ox/Desktop/tftpgui/tftp_package/tftpcfg.py", line 46, in <module>    import configparserImportError: No module named configparser
×
×
  • Create New...