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
  •  


Genuine IBM ThinkPad Trackpoint Tip Cap Pack 91P8421 NEW OLD STOCK -SEALED - OEM picture

Genuine IBM ThinkPad Trackpoint Tip Cap Pack 91P8421 NEW OLD STOCK -SEALED - OEM

$8.88



2025 NEW Genuine OEM BATTERY for IBM 00Y4643 00Y4594 90Y7689 90Y7632 V3700 V3500 picture

2025 NEW Genuine OEM BATTERY for IBM 00Y4643 00Y4594 90Y7689 90Y7632 V3700 V3500

$119.00



NEW IBM Lenovo T61 14in 4;3 NOT WIDE motherboard  T601F FRANKENPAD 44C3924 OEM picture

NEW IBM Lenovo T61 14in 4;3 NOT WIDE motherboard T601F FRANKENPAD 44C3924 OEM

$299.95



IBM OEM Genuine 1969-010 CD Driver  Untested picture

IBM OEM Genuine 1969-010 CD Driver Untested

$44.99



IBM OEM WD25R 20MB MFM 5.25

IBM OEM WD25R 20MB MFM 5.25" Full Height Hard Disk Drive - TESTED BAD

$49.99



Vintage New Old Stock IBM PS/2 Mouse 6450350 OEM picture

Vintage New Old Stock IBM PS/2 Mouse 6450350 OEM

$19.95



IBM OEM Model DTTA-371440 14.4 GB 12V 500 A picture

IBM OEM Model DTTA-371440 14.4 GB 12V 500 A

$70.00



OEM Lenovo IBM Keyboard T440 T440s T440p T431s E431 04Y2726 0C45291 Non Backlit picture

OEM Lenovo IBM Keyboard T440 T440s T440p T431s E431 04Y2726 0C45291 Non Backlit

$18.00



Lot of 12 Genuine IBM 1299790 Quietwriter Non-Correcting Ribbons Indelible NOS picture

Lot of 12 Genuine IBM 1299790 Quietwriter Non-Correcting Ribbons Indelible NOS

$129.99



IBM 5763-SS1 R02M00 AS/400 Cumulative PTFS Operating System/400 V3 LOT 6 OEM New picture

IBM 5763-SS1 R02M00 AS/400 Cumulative PTFS Operating System/400 V3 LOT 6 OEM New

$999.99