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

Thread: persistent store creation freezes at 96%

  1. #1
    Junior Member
    Join Date
    May 2005
    Posts
    3

    persistent store creation freezes at 96%

    hello:

    i am having difficulty creating a persistent store using knoppix 3.8.1. with either a 7gb fat partion (which is seen by knoppix) or a usb pen flash drive the issue is consistent. when i attempt to create the store i-

    * choose not to use encryption (although i have tried this and the result is consistent)
    * choose a store size (which i have tried either all available or less than the total available)

    knoppix then begins the store creation process but freezes @96%. it never completes the store creation and the window must be closed manually. the store does not function properly after that.

    i have tried this process with serveral disc instances of knoppix 3.8.1 and believe it is not related to media/iso issues.

    any help that anyone can provide would be greatly appreciated.

    thanks in advance,
    js

  2. #2
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376

    Re: persistent store creation freezes at 96%

    That's odd. I've created a persistent home folder (a mis-nomer, BTW) several times. Works great. So, given that it can work, how exactly are you creating your persisent home folder? Have you tried creating it using the CLI program "knoppix-mkimage" from within either a virtual terminal or an xterm? Could it be that you are running out of disk space, that is, you don't have enough room to store your image or that your image size is too small for the number of files you are storing? Do you see any error messages on your first virtual terminal or in your logs (/var/log/syslog) or dmesg? What kind of system are you on: cpu, ram, disk space?

    Just throwing out some thoughts.

    Regards,
    - Robert

  3. #3
    Junior Member registered user
    Join Date
    May 2005
    Posts
    10
    I'm seeing the same thing here, also with 3.8.1. I'm trying with a USB flash drive, plugged into an older Compaq P3 Deskpro. Told it to use 25Meg of ~64. It appears (from a "ps -eaf" output) that there is a "umount /mnt/uba1" that has been sitting there for (now) 30 minutes. All the while, the access LED on the USB flash drive has been flashing.

  4. #4
    Junior Member
    Join Date
    May 2005
    Posts
    3
    robert:

    it is a pretty strong box. dual athlon 1900+, 768mb memory. i allocated 7gb fat (i have tried ntfs, too) to the persistent store (in the case of the hard drive) and the maximum (64mb) in the case of the pen drive.

    as for the logs, i am pulling them now and will update when i have a bit more info...

    likewise, i am having the same issue with my pen drive as heiby. the drive is running (and appears to be writing/accessing) constantly while the create process is running. i have let both creates run for >20mins with no success.

    thanks for your help...
    js

  5. #5
    Junior Member
    Join Date
    May 2005
    Posts
    3
    robert:

    all of these logs (/var/log/syslog, /KNOPPIX/var/log & /UNIONFS/var/log) are empty.

    thanks,
    js

  6. #6
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376

    RE: persistent store creation freezes at 96%

    Quote Originally Posted by jaschoon
    robert:

    it is a pretty strong box. dual athlon 1900+, 768mb memory. i allocated 7gb fat (i have tried ntfs, too) to the persistent store (in the case of the hard drive) and the maximum (64mb) in the case of the pen drive.
    Let's start simple and quick by creating a small (2 MB) knoppix.img file on the vfat partition (I'll assume /dev/hda1) like so:
    Code:
    boot: knoppix dma 1
    knoppix-mkimage
    click "yes" for "Do you want to create a persistent home directory ..."
    press the space key to select /dev/hda1
    click "no" for encryption.
    enter "2" for the number of MB
    click "OK" when finished
    mount /mnt/hda1
    ls -la --si /mnt/hda1/knoppix.img
    In the end, you should see a 2.1 MB file named knoppix.img. Does the above work for you?

    BTW, in order for the knoppix-mkimage script to work, /dev/hda1 must be listed in your /etc/fstab.

    If you want to do further debugging, subsitute this commad for the knoppix-mkimage above:
    Code:
    ( set -x ; knoppix-mkimage 2> img.log.txt )
    This will "turn on debugging" so that you can view the log file with 'less img.log.txt'.

    Regards,
    - Robert
    http://www.cwelug.org/~rwcitek

  7. #7
    Senior Member registered user
    Join Date
    Feb 2005
    Location
    Saint Louis, MO, USA
    Posts
    376
    Quote Originally Posted by jaschoon
    all of these logs (/var/log/syslog, /KNOPPIX/var/log & /UNIONFS/var/log) are empty.
    If you are in KDE, click K > Knoppix > Services > Start SYSLOG, then make your knoppix persistent image.

    Regards,
    - Robert
    http://www.cwelug.org/~rwcitek

  8. #8
    Senior Member registered user
    Join Date
    Oct 2004
    Posts
    135
    I had the same problem (stuck at 96%) but found the system eventually produced a PH after about 2-3 hours (230 MB on 256 MB Pen Drive).

    drb

  9. #9
    Member registered user
    Join Date
    Apr 2005
    Posts
    67
    I had the same problems with 3.8.1 so I dumped knoppix and started using Kanotix. I now have zero problems with the USB home.

  10. #10
    Junior Member registered user
    Join Date
    May 2005
    Posts
    10
    I found that whether I tried creating the image file in-place on my USB memory stick, or tried to copy the 32M file onto it from my HD, it sat there interminably trying to sync all of the information out.

    I ended up creating the image file on my FAT32 HD partition, booting Windows 2K Pro, and copying the image file to the USB memory. The copy took less than a minute. Under Knoppix, I had given up on the copy after an hour.

    Things seem pretty reasonable now, though shutdown time of several minutes seems to me to be excessive.

Page 1 of 2 12 LastLast

Similar Threads

  1. Excellent web store, like it?
    By in forum General Support
    Replies: 0
    Last Post: 02-08-2007, 06:18 PM
  2. Replies: 2
    Last Post: 01-31-2006, 02:23 PM
  3. where store iso??
    By babelbrennt in forum Customising & Remastering
    Replies: 3
    Last Post: 10-30-2005, 07:29 PM
  4. store configurations
    By pacho in forum Customising & Remastering
    Replies: 0
    Last Post: 11-13-2003, 08:56 PM
  5. Swap store boost?
    By quantuumdot in forum Ideas
    Replies: 0
    Last Post: 09-10-2003, 04:46 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
  •  


Altair 8800 CPU Board Working *TESTED* reproduction picture

Altair 8800 CPU Board Working *TESTED* reproduction

$790.00



Altair MITS 8800 CPU Parts Kit not IMSAI 8080 S100 (board NOT included) picture

Altair MITS 8800 CPU Parts Kit not IMSAI 8080 S100 (board NOT included)

$69.95



IMSAI 8080A MPU-A CPU Parts Kit Not Altair MITS (board NOT included) picture

IMSAI 8080A MPU-A CPU Parts Kit Not Altair MITS (board NOT included)

$59.95



Vintage NorthStar Horizon HRAM 64k Dynamic RAM Board, S-100 IMSAI Altair picture

Vintage NorthStar Horizon HRAM 64k Dynamic RAM Board, S-100 IMSAI Altair

$125.00



MITS ALTAIR 8800  Original Vintage Microcomputer picture

MITS ALTAIR 8800 Original Vintage Microcomputer

$6000.00



Altair MITS 8800 CPU Card 8080A S-100 S100 replica IMSAI CP/M  picture

Altair MITS 8800 CPU Card 8080A S-100 S100 replica IMSAI CP/M 

$35.00



MITS ALTAIR 8800  Original Vintage Microcomputer  S-100   Buy It Now $5999 picture

MITS ALTAIR 8800 Original Vintage Microcomputer S-100 Buy It Now $5999

$5999.00



CROMEMCO  64KZ, 64K Memory board S-100 board 1978 used for Imsai, or Altair picture

CROMEMCO 64KZ, 64K Memory board S-100 board 1978 used for Imsai, or Altair

$250.00



1978 S-100 Bus Handbook MITS Altair Interfacing + Apple II Commodore PET TRS-80 picture

1978 S-100 Bus Handbook MITS Altair Interfacing + Apple II Commodore PET TRS-80

$48.00



HyperWorks 2020 Suite for PC (Tool For Engineering Design, Simulation) 50Gb picture

HyperWorks 2020 Suite for PC (Tool For Engineering Design, Simulation) 50Gb

$72.87