Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: LiveCD/USB HELP

  1. #11
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    It took less than a minute to create the ISO image file.
    Code:
    Fr 17. Mai 09:25:15 CEST 2013
    root@Microknoppix:/media/sda1/knx402# mkisofs -l -r -J -V "KNOPPIX" -o knx402.iso -no-emul-boot -boot-load-size 4 -boot-info-table -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat master
    I: -input-charset not specified, using utf-8 (detected in locale settings)
    Size of boot image is 4 sectors -> No emulation
      1.41% done, estimate finish Fri May 17 09:25:17 2013
    [...]
     99.85% done, estimate finish Fri May 17 09:25:42 2013
    Total translation table size: 2048
    Total rockridge attributes bytes: 5225
    Total directory bytes: 12288
    Path table size(bytes): 86
    Max brk space used 22000
    355562 extents written (694 MB)
    You can find a link for downloading Knoppix 4.0.2 at http://www.distromania.com/distro_info.php?distro=332

    I think possible reasons for I/O errors are a dirty or damaged DVD-ROM medium and a dirty DVD-ROM drive.
    You could try to clean the DVD with water and some dishwashing detergent.
    If there are serious scratches you could try some polishing paste that is intended for the repair of CD or DVD surfaces.

  2. #12
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    ISO integrity

    Quote Originally Posted by klaus2008 View Post
    I think possible reasons for I/O errors are a dirty or damaged DVD-ROM medium and a dirty DVD-ROM drive.
    You could try to clean the DVD with water and some dishwashing detergent.
    If there are serious scratches you could try some polishing paste that is intended for the repair of CD or DVD surfaces.
    Hi,

    I have always used a bloated windows app to verify ISO integrity.

    Q: Using Knoppix 7.0.3 LiveUSB, what is the correct indexing used to check the following MD5:

    KNOPPIX 4.0.2 MD5_Sum:
    1188f67d48c9f11afb8572977ef74c5e

    Thanks for getting me wise to the archive of all Linux Distributions, klaus2008!

    luther

  3. #13
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    In the terminal you can use the program md5sum
    Code:
    md5sum KNOPPIX_V4.0.2CD-2005-09-23-EN.iso

  4. #14
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    ISO did verify OK

    Quote Originally Posted by klaus2008 View Post
    In the terminal you can use the program md5sum
    Code:
    md5sum KNOPPIX_V4.0.2CD-2005-09-23-EN.iso
    Dear klaus2008:

    Once I pluged in the complete path, verification proved a valid ISO:
    Q: Is there a way to see which directories are in the path?
    I thought the 'Desktop', by default, was.

    Q2: Can 'Desktop' be added to the path?
    Code:
    knoppix@Microknoppix:~$ md5sum /home/knoppix/Desktop/KNOPPIX_V4.0.2CD-2005-09-23-EN.iso
    EXP: 1188f67d48c9f11afb8572977ef74c5e
    ACT: 1188f67d48c9f11afb8572977ef74c5e  /home/knoppix/Desktop/KNOPPIX_V4.0.2CD-2005-09-23-EN.iso
    knoppix@Microknoppix:~$
    Finally got some hard data to work with, thanks!

    luther

  5. #15
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    ISO was burnt

    Dear klaus2008:

    Does this dialog compare to what you are familiar with:



    Code:
    root@Microknoppix:/home/knoppix# cdrecord dev=/dev/sr0 speed=1 /home/knoppix/Desktop/KNOPPIX_V4.0.2CD-2005-09-23-EN.iso
    wodim: No write mode specified.
    wodim: Assuming -tao mode.
    wodim: Future versions of wodim may have different drive dependent defaults.
    Device type    : Removable CD-ROM
    Version        : 5
    Response Format: 2
    Capabilities   : 
    Vendor_info    : 'PIONEER '
    Identification : 'DVDRW   DVR-K16 '
    Revision       : '1.15'
    Device seems to be: Generic mmc2 DVD-R/DVD-RW.
    Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
    Driver flags   : MMC-3 SWABAUDIO BURNFREE 
    Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
    Speed set to 705 KB/s
    Starting to write CD/DVD at speed   4.0 in real TAO mode for single session.
    Last chance to quit, starting real write in    0 seconds. Operation starts.
    Track 01: Total bytes read/written: 728190976/728190976 (355562 sectors).
    root@Microknoppix:/home/knoppix#
    I'm geting a sense Linux has compatibility issues with this burner:

    Vendor_info : 'PIONEER '
    Identification : 'DVDRW DVR-K16 '

    The reason being I get the LiveCD to boot initially, then down-the-road, the boot freezes!

    Your feelings?

    Regards,
    luther

  6. #16
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    I/o error #2

    Hi,

    The created ISO did boot OK, BUT shutdown sequence trapped this error:

    Code:
    # ./etc/init.d/knoppix-reboot: line 51: /usr/bin/usleep: input/output error
    I have never had this problem with Knoppix LiveUSB.

    Q: Can this LiveCD be converted to a LiveUSB?

    Regards,
    luther

  7. #17
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    Do you still get the I/O error if you use the cheatcode acpi=off ?
    Code:
    knoppix acpi=off
    Q: Is there a way to see which directories are in the path?
    I thought the 'Desktop', by default, was.
    There are two kinds of paths. The first one is the search path used by the shell to find an application. This path can be shown by issuing
    Code:
    echo $PATH
    The other kind of path is specific for an application. There are programs using a list of directories wherein they look for data files, but in most cases a program must be told where it finds the files it has to work on. Usually the data search path of an application is defined in a configuration file. The program md5sum does not use a configuration file or an environment variable for the data search path. Therefore you have to describe the path of the data file if it is not in the current directory.

  8. #18
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    missing sub-directory

    [QUOTE=klaus2008;129319]
    Code:
    mkdir -p /media/sda1/knx402/master
    Hey Klaus2008!

    The code you posted above, only creates the '/knx402' directory, using Knoppix LiveUSB 7.0.3!

    Shouldn't it have crested the subdirectory '/master', too?

    luther

  9. #19
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    The command 'mkdir' creates a directory. If you use the switch '-p' the program creates missing parents if necessary. Thus the command
    Code:
    mkdir -p /home/knoppix/dir1/dir2/dir3
    should create the directory dir1 in the home directory, a sub directory /home/knoppix/dir1/dir2 and a sub sub directory /home/knoppix/dir1/dir2/dir3. The command
    Code:
    ls -Rl /home/knoppix/dir1
    should show the new directories.

  10. #20
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    systax not functional

    Code:
    mkdir -p /media/sda1/knx402/master
    Hey Klaus2008!

    Could you run the above code in a root terminal and post your keystrokes?

    It appears this HDD only acceps the first directory.

    luther

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

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


1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



HP Proliant MicroServer (Model: HSTNS-5151) NO HARD DRIVES-Power Tested, Read picture

HP Proliant MicroServer (Model: HSTNS-5151) NO HARD DRIVES-Power Tested, Read

$119.00



Super micro Server picture

Super micro Server

$168.00



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 240GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 240GB SSD 2x 10GBE

$259.00



HP ProLiant MicroServer HSTNS-5151 picture

HP ProLiant MicroServer HSTNS-5151

$59.99



HPE ProLiant MicroServer Gen10 picture

HPE ProLiant MicroServer Gen10

$420.00



HP HPE Microserver Gen 7 8 9 iLO 2/3/4/5Advanced License Lifetime Key| FAST SHIP picture

HP HPE Microserver Gen 7 8 9 iLO 2/3/4/5Advanced License Lifetime Key| FAST SHIP

$10.00



HP ProLiant MicroServer Generation 8 Xeon 4gb 4-BAY 2x500GB HDD (included) picture

HP ProLiant MicroServer Generation 8 Xeon 4gb 4-BAY 2x500GB HDD (included)

$200.00



2U 12 Bay SAS3 SuperMicro Server 6028U-TR4T+ W/ X10DRU-i+ Barebone 12 Caddy RAIL picture

2U 12 Bay SAS3 SuperMicro Server 6028U-TR4T+ W/ X10DRU-i+ Barebone 12 Caddy RAIL

$299.00



Supermicro 2U Server 12 Caddy Bay 3.5 LFF E ATX Storage Chassis SAS2 6GBPS Rail picture

Supermicro 2U Server 12 Caddy Bay 3.5 LFF E ATX Storage Chassis SAS2 6GBPS Rail

$199.00