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
  •  


TP-Link 5-Port Gigabit Unmanaged Ethernet Switch Network Expansion TL-SG105 picture

TP-Link 5-Port Gigabit Unmanaged Ethernet Switch Network Expansion TL-SG105

$19.95



5Ports Gigabit Network Switch w/ 4 PoE+ Ports Total 52W each port 30W Plug&Play picture

5Ports Gigabit Network Switch w/ 4 PoE+ Ports Total 52W each port 30W Plug&Play

$31.99



NETGEAR GS308EP Essential Series 8-Port Gigabit PoE+ Unmanaged Switch picture

NETGEAR GS308EP Essential Series 8-Port Gigabit PoE+ Unmanaged Switch

$49.99



NETGEAR 5-Port Gigabit Ethernet Unmanaged Switch (Gs305) - Desktop Quiet Fanless picture

NETGEAR 5-Port Gigabit Ethernet Unmanaged Switch (Gs305) - Desktop Quiet Fanless

$22.00



TP-LINK TL-SG108 8-Port Gigabit Unmanaged Desktop Switch RJ-45 New in Box picture

TP-LINK TL-SG108 8-Port Gigabit Unmanaged Desktop Switch RJ-45 New in Box

$23.99



Netgear PROSAFE 8-Port 10 Gigabit/Multi-Gigabit Ethernet Switch XS508M picture

Netgear PROSAFE 8-Port 10 Gigabit/Multi-Gigabit Ethernet Switch XS508M

$229.99



Arista DCS-7010T-48-R 48P 1GbE 4P 10GbE SFP+ RA Switch with rack mounts picture

Arista DCS-7010T-48-R 48P 1GbE 4P 10GbE SFP+ RA Switch with rack mounts

$69.00



Linksys 8-Port Managed Gigabit PoE+ Switch 110W w/ 2 Uplink Gigabit - LGS310MPC picture

Linksys 8-Port Managed Gigabit PoE+ Switch 110W w/ 2 Uplink Gigabit - LGS310MPC

$49.05



Cisco Catalyst 2960-48TT-L 48-Port Fast Ethernet Managed Rackmount Switch picture

Cisco Catalyst 2960-48TT-L 48-Port Fast Ethernet Managed Rackmount Switch

$46.99



10-Port Gigabit PoE Network Switch with 8 PoE+ Ports with 2 Combo SFP Slots 125W picture

10-Port Gigabit PoE Network Switch with 8 PoE+ Ports with 2 Combo SFP Slots 125W

$39.99