Portál AbcLinuxu, 15. července 2025 05:19
convmv
====================== How to mount ====================== 1, You may need execute "diskmgmt.msc" under a dos cmd box to get the driver and partition number of your ext2 volumes. For first disk id is 0, the first partition number is 1 ... 2, Example: to mount the 3rd partition of the 2nd disk as driver z: mount 1 3 z: Q) How to start Ext2Fsd automatically during system booting A) Two optional ways for this problem: 1) Modify the registry directly with regedit.exe: Change the value of [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Ext2Fsd\Start] to 1. The original value is 3. (1 means system start, 3 menas Manual Start). 2) Modify the Ext2Fsd.REG file, then import it via double-click on it. ================================================================ REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Ext2Fsd] "ErrorControl"=dword:00000001 "Group"="File System" "Start"=dword:00000001 // Change this value to 1 or 0. The original value is 3. "Type"=dword:00000002 ================================================================ Q) How to let system auto mount my ext2 partition when booting A) Window NT won't mount an ext2 partition automatically. We must modify the registry to automatically mount an ext2 part. You could execute "diskmgmt.msc" under a dos cmd box to see the driver and partition number of your ext2 volumes. Ex. Mount Disk 0 (first disk) Partition 2 (the 2'nd part) to z: ================================================================================= REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices] "Z:"="\\Device\\Harddisk0\\Partition2" =================================================================================
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.