Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: HDD install hangs at 1-2 percent of file copying

  1. #1
    Junior Member
    Join Date
    Jun 2003
    Posts
    5

    HDD install hangs at 1-2 percent of file copying

    I have read dozens of posts which have definately helped me get further along. My situation is this:

    I have an AcerNote Light Laptop with no CDROM drive. I have copied the Knoppix Dir to a FAT32 Partition, booted from FDD and started knx-hdinstall. The install starts, I select the partitions for Swap, etc.

    The file copy process starts, then stops after about 2 mins only at 2 percent each time.

    The laptop only has 16MB RAM. That's the only thing I can think of. I am going to up it to 40MB (unfortunately max amount).

    Any help would be greatly appreciated.

    -PuTzHeAd-

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041

    Re: HDD install hangs at 1-2 percent of file copying

    --Make sure you have an active swap partition ' swapon -s '; if not, ' mkswap /dev/hdZ99 ' (replace z99 with whatever drive+partition has the type 82) and then ' swapon /dev/hdZ99 '

    --When installing and it stops:
    o Boot into non-GUI mode ' knoppix 2 '

    o On another virtual console such as alt-F2, start ' nice top -d 10 ' to monitor the install process.

    o Switch back to alt-F1 and start knx-hdinstall. If/when it stops, switch back to alt-F2 and see if the screen is still updating every 10 seconds. If it is... Hit Alt-Sysrq-S to "emergency Sync" the pending I/O to all HDs. Hopefully the install will resume copying (this worked on my laptop with Reiserfs.) You may have to do this multiple times, so keep an eye on the install.

    --Post back, especially if this works.

    Quote Originally Posted by PuTzHeAd
    I have read dozens of posts which have definately helped me get further along. My situation is this:

    I have an AcerNote Light Laptop with no CDROM drive. I have copied the Knoppix Dir to a FAT32 Partition, booted from FDD and started knx-hdinstall. The install starts, I select the partitions for Swap, etc.

    The file copy process starts, then stops after about 2 mins only at 2 percent each time.

    The laptop only has 16MB RAM. That's the only thing I can think of. I am going to up it to 40MB (unfortunately max amount).

    Any help would be greatly appreciated.

    -PuTzHeAd-

  3. #3
    Junior Member
    Join Date
    Jun 2003
    Posts
    5
    I have done exactly as suggested to no avail. The Alt-Sysrq-S did not help - it seemed the HDD light flashed for a second then that was it. I tried again and again - no luck.

    The system doesn't freeze thought it just stops copying files.

    Bizarre...

  4. #4
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    --Post results of ' sudo hdparm /dev/hda '.

    Quote Originally Posted by PuTzHeAd
    I have done exactly as suggested to no avail. The Alt-Sysrq-S did not help - it seemed the HDD light flashed for a second then that was it. I tried again and again - no luck.

    The system doesn't freeze thought it just stops copying files.

    Bizarre...

  5. #5
    Junior Member
    Join Date
    Jun 2003
    Posts
    5
    sudo hdparm /dev/hda

    /dev/hda:
    multcount =16 (on)
    I/O support = 0 (default 16-bit)
    unmaskirq = 0 (off)
    using_dma = 0(off)
    keepsettings = 0 (off)
    nowerr = 0 (off)
    readonly = 0 (off)
    readahead = 8 (on)
    geometry = 789/255/63, sectors = 12685680, start = 0
    busstate = 1 (on)

  6. #6
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    I see where Dave is going here before you start the install sudo hdparm -d1 /dev/hda to turn on DMA access for your drive or boot with the cheat code dma and check to make sure it is on before you start to install. If you use the sudo method you may want a -c1 or -c3 option also to turn on 32 bit support without (c1) and with sync (c3).

    This will speed up the copying process the drive I have in my computer here for example - without dma will transfer about 4mb/sec with dma about 35mb/sec (64mb test).

    To test the speed of the drive sudo hdparm -Tt /dev/hda do it before and after you set the dma to see the difference to find out information about the drive sudo hdparm -i /dev/hda.

  7. #7
    Member registered user
    Join Date
    Jun 2003
    Posts
    73
    If the hdparm trick doesn't help it may not be a bad idea to check for disk errors.

  8. #8
    Junior Member
    Join Date
    Jun 2003
    Posts
    5
    It gets further (3 percent) now, but still stops copying files??

    I tried the sudo hdparm -Tt /dev/hda at bootup:

    20.58MB/sec

    after running sudo hdparm -d1 -c1 -c3 /dev/hda:

    24.11MB/sec

    how would I check for errors?

  9. #9
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    --What kind of filesystem are you installing to (ext2, reiserfs?)

    Quote Originally Posted by PuTzHeAd
    It gets further (3 percent) now, but still stops copying files??

    I tried the sudo hdparm -Tt /dev/hda at bootup:

    20.58MB/sec

    after running sudo hdparm -d1 -c1 -c3 /dev/hda:

    24.11MB/sec

    how would I check for errors?

  10. #10
    Member registered user
    Join Date
    Jun 2003
    Posts
    73

    Checking for errors

    Depends on the type of partition (thanks Dave) but in general you can use the fsck command (man fsck). Also check the CD for errors to make sure there isn't a bad spot on your install media. You can do this by doing
    Code:
    knoppix testcd
    when you boot with the CD.

Page 1 of 2 12 LastLast

Similar Threads

  1. ISO file download vs copying ISO from CD
    By stevesr0 in forum General Support
    Replies: 6
    Last Post: 02-20-2005, 05:59 PM
  2. How to boot as Debian after copying file to harddisk
    By winglion in forum Hdd Install / Debian / Apt
    Replies: 6
    Last Post: 11-07-2004, 08:54 AM
  3. Problem copying file to an external HDD...(Urgent)
    By jch02140 in forum General Support
    Replies: 4
    Last Post: 06-18-2004, 03:14 PM
  4. Copying windows System file
    By TMcGrath in forum Tips and Tricks
    Replies: 0
    Last Post: 02-21-2004, 10:41 AM
  5. copying a large file
    By igor_m in forum General Support
    Replies: 4
    Last Post: 12-26-2003, 05:48 PM

Posting Permissions

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


Intel Core i7-9700 Octa-Core 3 GHz Desktop Processor LGA 1151 picture

Intel Core i7-9700 Octa-Core 3 GHz Desktop Processor LGA 1151

$79.99



RYZEN 7 9800X3D 8-Core, 16-Thread Desktop Processor picture

RYZEN 7 9800X3D 8-Core, 16-Thread Desktop Processor

$475.00



INTEL CORE I7-870 SLBJG 2.93GHZ LGA1156 4 CORE CPU PROCESSOR picture

INTEL CORE I7-870 SLBJG 2.93GHZ LGA1156 4 CORE CPU PROCESSOR

$23.00



Lot of (7) Intel Core CPU Processors picture

Lot of (7) Intel Core CPU Processors

$219.00



AMD Ryzen 5 5600X Desktop Processor (3.7GHz, 6 Cores, AM4 CPU) 100-100000065 picture

AMD Ryzen 5 5600X Desktop Processor (3.7GHz, 6 Cores, AM4 CPU) 100-100000065

$135.00



Intel Core i9-9900 3.10GHz CPU Processor SRG18 picture

Intel Core i9-9900 3.10GHz CPU Processor SRG18

$165.00



Intel Core i7-7700 3.6GHz Quad-Core Desktop CPU Processor SR338 LGA1151 picture

Intel Core i7-7700 3.6GHz Quad-Core Desktop CPU Processor SR338 LGA1151

$40.00



Intel Core i5-7500 SR335 3.4GHz 4-Core LGA 1151 CPU PROCESSOR picture

Intel Core i5-7500 SR335 3.4GHz 4-Core LGA 1151 CPU PROCESSOR

$14.99



INTEL CORE I9-10940X X-SERIES PROCESSOR | 3.30GHZ | SRGSH picture

INTEL CORE I9-10940X X-SERIES PROCESSOR | 3.30GHZ | SRGSH

$179.99



*Brand New-Sealed* AMD Ryzen 9 9950X3D2 Dual Ed. 4.3GHz 16Core AM5 (Bulk+Fast) picture

*Brand New-Sealed* AMD Ryzen 9 9950X3D2 Dual Ed. 4.3GHz 16Core AM5 (Bulk+Fast)

$790.00