OS/2, eCS & ArcaOS - Technical > Applications

Creating an OS/2 image from HDD

<< < (4/4)

Dave Yeo:
Another consideration with large partitions is chkdsk time if a full chkdsk is required, maybe not too bad with a SSD. When I purchased a 2TB USB drive for backup purposes, I created a 1.5 TB partition for backing up OS/2 including a lot of source files, chkdsk would fail due to lack of memory after I backed a bunch of stuff up.
Being USB, a hard crash or whatever meant a full chkdsk.
Which reminds me Dariusz, you posted a bunch of chkdsk flags earlier, could you repost them?

Dariusz Piatkowski:
Hi Dave,


--- Quote from: Dave Yeo on January 23, 2023, 01:57:32 am ---...Which reminds me Dariusz, you posted a bunch of chkdsk flags earlier, could you repost them?

--- End quote ---

here is what I have:


--- Code: ---Check FS content
 
  Usage: chkdsk drive: [/A] [/B] [/C] [/D] [/F[:n]] [/O] [/P] [/V]
 
    /A      Enable autocheck mode (undocumented)
    /B      Perform LVM Bad Block List utility processing only
    /C      Process ifdirty after logredo
    /D      Enable debug mode (undocumented)
            all log messages written to stdout in english
    /F[:n]  Full check
            0 => read only (default)
            1 => prompt for permission for each repair
            2 => preen (default if n omitted)
            3 => Assume permission given for all repairs.
                 If exiting with clean file system, invoke LVM Bad Block
                 List utility processing on the way out.
            Note: :1 and :2 are converted to :3
    /O      Omit logredo (undocumented)
    /P      Enable pmchkdsk mode (undocumented)
    /V      Verbose messaging (ignored)
 
  Both / and - prefix supported
  Options are case-insenitive
 
  Called as
 
    chkdsk drive: /F /A [/C]
 
  for autocheck

--- End code ---

TeLLie:
Hi All,

I think it's from this where those flags coming from ;)

http://www.2rosenthals.net/wordpress/jfs-chkdsk-options-on-os2-1020/

Dave Yeo:
Thanks for the list. Unluckily, I was hoping for a simple logredo option such as runs during boot for those cases where the system crashes etc with a USB HD plugged in as it takes forever to do a full chkdksk on the USB drive.
Quicker to boot to Linux and do a fsck where the default is logredo and takes a minute or so.

Pete:
Hi Dave

If my system crashes with a USB drive attached I find it much quicker to power off (HD) or unplug (Flash) USB drive then reboot.
When booted I attach the USB drive, open a command window and chkdsk the USB drive while getting on with other things - such as writing this  :-)

Regards

Pete

Navigation

[0] Message Index

[*] Previous page

Go to full version