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
  •  


Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" x Xeon E5-2680 v2 2.8GHz 20-Cores 128gb 4x Trays

$349.99



Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram  2x 550W PSU No HDD picture

Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram 2x 550W PSU No HDD

$275.00



Dell PowerEdge R730XD Server 2x E5-2695 V4 = 36 Cores H730p 32GB RAM 4x trays picture

Dell PowerEdge R730XD Server 2x E5-2695 V4 = 36 Cores H730p 32GB RAM 4x trays

$649.99



Dell PowerEdge R420 Rack Server Intel Xeon 1.90GHz Six-Core 8GB DDR3 RAM picture

Dell PowerEdge R420 Rack Server Intel Xeon 1.90GHz Six-Core 8GB DDR3 RAM

$95.00



Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" 2x Xeon E5-2680 v2 2.8GHz 20-Cores 64gb 4x Trays

$259.99



Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5

Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5" 4-BAY 32GB RAM No OS 2x 495w

$168.95



Dell Poweredge R740 8 Bay LFF 3.5

Dell Poweredge R740 8 Bay LFF 3.5" 2U Rack Server DUAL XEON GOLD CPUs HOMELAB US

$399.94



Dell PowerEdge R640 Server 2.10Ghz 32-Core 64GB RAM Energy-Efficient picture

Dell PowerEdge R640 Server 2.10Ghz 32-Core 64GB RAM Energy-Efficient

$649.95



Dell PowerEdge R530 2x E5-2630v4 H330 iDRAC8 Port Card Riser No PSU/RAM/HDD picture

Dell PowerEdge R530 2x E5-2630v4 H330 iDRAC8 Port Card Riser No PSU/RAM/HDD

$99.99



Dell Poweredge R630 2x Xeon E5-2680 v3 2.5ghz 24-Cores / 64gb / Raid / 2x 1Tb picture

Dell Poweredge R630 2x Xeon E5-2680 v3 2.5ghz 24-Cores / 64gb / Raid / 2x 1Tb

$374.99