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
  •  


IBM System X3850-X5 Server w/4x Intel  Xeon E7-4870 CPU , 512 GB DDR3 RAM,NO HDD picture

IBM System X3850-X5 Server w/4x Intel Xeon E7-4870 CPU , 512 GB DDR3 RAM,NO HDD

$1599.99



IBM 7915 AC1 M4 E27R704 Server Intel 2650V2 32GB RAM NO HDD w/ 2x 750w PSU picture

IBM 7915 AC1 M4 E27R704 Server Intel 2650V2 32GB RAM NO HDD w/ 2x 750w PSU

$225.00



IBM QRadar xx29 2x Xeon E5-2650v4 2x 900W PSU M5120 12x 3.5

IBM QRadar xx29 2x Xeon E5-2650v4 2x 900W PSU M5120 12x 3.5" Bay Server No RAM

$179.99



DELL POWEREDGE HP IBM SERVER XEON GOLD 5315Y 8 CORE PROCESSOR 3.2 GHZ SRKXR picture

DELL POWEREDGE HP IBM SERVER XEON GOLD 5315Y 8 CORE PROCESSOR 3.2 GHZ SRKXR

$1100.00



IBM SYSTEM X3500 M3 SERVER 7380AC1 TOWER Server XEON E5620 8GB RAID SEE NOTES picture

IBM SYSTEM X3500 M3 SERVER 7380AC1 TOWER Server XEON E5620 8GB RAID SEE NOTES

$111.70



IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER picture

IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER

$349.99



IBM x3550 M4 1x 3.50GHz Quad Core Xeon E5-2637v2 32GB RAM 8-Bay No HDDs - READ picture

IBM x3550 M4 1x 3.50GHz Quad Core Xeon E5-2637v2 32GB RAM 8-Bay No HDDs - READ

$20.00



IBM Power 720 8202-E4B Server - POWER7 4-Core 3GHz, 8GB, 2x 146GB HDD, 1725W PSU picture

IBM Power 720 8202-E4B Server - POWER7 4-Core 3GHz, 8GB, 2x 146GB HDD, 1725W PSU

$450.00



IBM 9307-RC4 42U 19in Freestanding Server Rack Cabinet 1000 lb Capacity picture

IBM 9307-RC4 42U 19in Freestanding Server Rack Cabinet 1000 lb Capacity

$100.00



IBM X3650 M4 Server System Board 00MX553 00AM209 00Y8499 00Y8457 00D2888 00W2671 picture

IBM X3650 M4 Server System Board 00MX553 00AM209 00Y8499 00Y8457 00D2888 00W2671

$230.00