Jump to content

jaclaz

Member
  • Posts

    21,274
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. Also check this: http://www.jeffothy.com/weblog/filedisk-iso-mounter/ and this: http://www.benlaufer.com/2006/04/24/filedisk-ua/ jaclaz
  2. This guy jeffothy has put 'em all together: http://www.jeffothy.com/weblog/filedisk-iso-mounter/ check this also: http://www.benlaufer.com/2006/04/24/filedisk-ua/ jaclaz
  3. Actually it is better to always apply polish radially, i.e. at 90 degrees to the "grooves", at least in final steps. Any mark that is radial or however not tangential to the groove tends to be interpreted correctly by the reader while marks and scratches in the same or near to same direction of th grooves tend to cause mis-readings. http://www.mcgee-flutes.com/scratches.html A complete guide: http://en.chinabroadcast.cn/3100/2006/08/11/271@125577.htm jaclaz
  4. Yes, I may add that besides hardware problems, this floppy format, as well as ANY floppy format with more than 80 tracks CANNOT be made under NT/2K/XP/2003 due to the HAL and drivers. (and besides you cannot even properly format a disk under XP): http://www.denispetrov.com/format144/ See for reference my post here: http://www.serverelements.com/phpBB2/viewtopic.php?t=64 and Winimage's author Gilles Vollant: http://www.winimage.com/wimushlp/wini1a1y.htm And some links to (dos/win9x) programs: Nformat: http://toastytech.com/files/nformat.html fdformat: ftp://ftp.simtel.net/pub/simtelnet/msdos/...til/fdfrm18.zip SmartFormat: http://members.tripod.com/ieeecrce/innovations99/tformat/ and to dcopy 2.8 (the one I use): http://users.pandora.be/jbosman/applications.html There is also the 2M program that gives even better capacity (but it needs a special driver): http://esca.atomki.hu/paradise/sac/utildisk.html ftp://ftp.sac.sk/pub/sac/utildisk/2m30.zip ftp://ftp.sac.sk/pub/sac/utildisk/2mgui19.zip But I never heard about the 1,802,240 size, the math does not fit: 2x84x21x512= 1,806,336 Can you post more details? jaclaz
  5. From what you say, most probably there is a problem with the chip controller. As LLXX suggested you should try "reviving" it, but as far as I know the "Portfree Production Tool" is specific for i-create controllers, which are not used by Sandisk. Try using the Sandisk utility: http://www.sandisk.com/Oem/DesignSupportTools/ http://www.sandisk.com/Assets/File/OEM/Des...b-test-tool.exe jaclaz
  6. There are a few ways to make a bootable CD: 1) The El_Torito standard, which involves using a floppy image either 1.44 or 2.88 Mbytes as "bootsector" 2) The no-emulation image, which involves using a special bootloader, this is typically used by Microsoft NT/2K/XP/2003 Setup disks 3) The Hard-Disk emulation this is an actually VERY poorly documented feature of Nero for 1) there is no problem, you just make a floppy image of the DOS floppy and you are done, just search on the net, there are hundreds of tutorials on how to use Nero to make a CD from a floppy image for 2) I may suggest GRLDR (part of the GRUB4DOS package) that can act as a no-emulation mode bootloader, that thus gives you all the power of GRUB for booting nearly every OS, I would use mkisofs to build a CD with GRLDR, but it might be possible with Nero too. Simply search fro GRUB4DOS on the 911cd forum, you will find quite a bit of posts/links. for 3) read these: http://www.geocities.com/freedatarecovery/ http://www.msfn.org/board/index.php?showtopic=19003 Check this also: http://www.911cd.net/forums//index.php?showtopic=735 jaclaz
  7. If I have got it right, this should work: @echo off & setlocal ENABLEEXTENSIONS ::STEAMDIR DELETE ::by Jacopo Lazzari ::thanks to Rob van Der Woude for the examples, tutorials and ::info on his page http://www.robvanderwoude.com/ ::and to Simon Sheppard http://www.ss64.com/ ::----------------------------------------------------------- ::Usage: STEAMDIR ::----------------------------------------------------------- :: ::Following five lines must be customized to actual paths: Set SERVER_AD=\\10.2.7.2\ Set SERVER_SHARE=C_on_server Set SERVER_PATH=\Program Files\Steam\SteamApps Set SERVER_DIR=\NetFragz Set Limit=4500000000 ::Above five lines must be customized to actual paths Set BASE_PATH=%SERVER_AD%%SERVER_SHARE%%SERVER_PATH% DIR "%BASE_PATH%">NUL 2>NUL IF %ERRORLEVEL% NEQ 0 ( ECHO Folder %BASE_PATH% does not exist! Echo Exiting batch... GOTO :EOF ) Set BASE_PATH=%SERVER_AD%%SERVER_SHARE%%SERVER_PATH%%SERVER_DIR% Set Number=1 :LOOP Set FULL_PATH="%BASE_PATH%%Number%" ECHO Checking folder %SERVER_DIR%%Number% .... DIR %FULL_PATH%>NUL 2>NUL IF %ERRORLEVEL% NEQ 0 ECHO Folder does not exist... &GOTO :Skip for /f "tokens=*" %%a in ('dir/w/s/-c %FULL_PATH% ^|findstr "File"') do ( set sizeline=%%a if not defined sizeline set sizeline=%Limit% ) echo Directory %SERVER_DIR%%Number% - %sizeline% for /f "tokens=3 delims= " %%a in ("%sizeline%") do set dsize=%%a SET /A Result = (%dsize% - %Limit%) SET minus=%result:~0,1% IF "%minus%"=="-" ( echo %dsize% is smaller than %Limit% echo Are you sure you want to delete it? echo Press Ctrl+C to abort PAUSE RMDIR /S /Q %FULL_PATH% ) IF %number%==1 goto :Skip DIR "%BASE_PATH%1">NUL 2>NUL IF %ERRORLEVEL%==0 ( Echo. Echo Folder %SERVER_DIR%%Number% is bigger than limit Echo but a folder named %SERVER_DIR%1 already exists! Echo Skipping... GOTO :Skip ) MOVE %FULL_PATH% "%BASE_PATH%1" :Skip Set /A Number=%number%+1 If not %Number%==31 goto :loop You must set your exact paths and size limit (in bytes). As it is, it skips ANY folder bigger than size limit, after the first one has been found and (if not already #1) copied to folder#1. Please adapt it to your exact needs and report (hopefully) success. jaclaz P.S.: Double check line breaks inserted by board software, this: for /f "tokens=*" %%a in ('dir/w/s/-c %FULL_PATH% ^|findstr "File"') do ( must be on the same line
  8. You seem not wanting to "install" Win2k from ZIP, but rather to "boot" from it. This might prove to be tricky. The main steps involved are however: 1) Make the Zip disk "bootable" in DOS (possibly 7.1, i.e Win98 one), it MUST be FAT16 or FAT32 2) Verify that you can boot DOS from it 3) add to it the win2K files If you are interested in the procedure, just say so. You will need a couple of freeware progs and some (let's say quite some) time to do the needed procedures. If on the other hand, you want to install win2k FROM the ZIP disk, you can have a look at this: http://www.911cd.net/forums//index.php?showtopic=16713 I am assuming we are talking of a ATA/ATAPI ZIP disk drive, there is no simple/known way to boot Win2K from a USB device, though with a LOT of work and try and error it is possible. jaclaz
  9. Of course it exists, it is called VDK: http://chitchat.at.infoseek.co.jp/vmware/vdk.html#top I wrote a pseudo GUI for it: http://home.graffiti.net/jaclaz:graffiti.n...ts/VDM/vdm.html Please note that the tool allows to mount a RAW image too. If you need (for any reason) to specify a disk geometry, you need to make a .pln file and open it with VDK, not the actual file of the disk image. Contents of the .pln file (a text file you can make with Notepad): example: If you made multivolume sets, you can use multiple "ACCESS" lines: You might want to run testdisk: http://www.cgsecurity.org/wiki/TestDisk on a thus mounted partition if you have problem accessing data in the image because of a bad partition table (of course, use a copy of the data). jaclaz
  10. Well, a good start would be trying to follow the flyakite guide: http://flyakite.msfnhosting.com/ About UBCD, do you really mean UBCD: http://www.ultimatebootcd.com/ or you mean UBCD4WIN: http://www.ubcd4win.com/ (which is a good derivative of BartPE)? (both are covered in the guide, just use BartPE instructions for UBCD4WIN) If you have a problem with the guide, post here your questions. Once you have a working DVD made along the lines of the guide, and you will have in the building of it acquired the needed confidence with terms and procedures used, you can start exploring "variations". Here is a "condensed" and updated version: http://www.msfn.org/board/index.php?showtopic=74862 (though examples are limited to multi-install DVD) If you use XP SP2 or later, do check this sticky: http://www.msfn.org/board/index.php?showtopic=58410 jaclaz
  11. How strange! Maybe some of the members here told them to change the link? jaclaz
  12. You could spend a few minutes more to read the rules:http://www.msfn.org/board/index.php?showtopic=18408 Rule#1 or to search on the board, you would have easily found these: http://www.msfn.org/board/index.php?showtopic=78448 http://www.msfn.org/board/index.php?showtopic=73241 Hiren's is considered warez. jaclaz
  13. Most probably it s a driver issue. About the BSOD, there is a setting, if you right click on "My Computer", under the advanced tab to re-boot automatically: http://www.microsoft.com/windowsxp/using/h...el_02may13.mspx You should un-check it, this way the computer will stop on the BSOD. jaclaz
  14. Well, I don't want to criticize your project, which I like, but with the same schematics using 4 AA or maybe even AAA batteries should be better, as the IC will have to regulate only between ~6 V and 5 V instead of 9 V to 5V, and that should reduce the amount of heating of the thingy, it will also last longer. It would also be interesting if you could use 4 NiMH rechargeable batteries, but since they are 1.2 V, maybe the resulting 4.8 V is not enough. Specs for common Alkaline batteries: http://en.wikipedia.org/wiki/List_of_battery_sizes 6LR61 (9V) 565 mAh AAA 1200mAh AA 2700 mAh I guess one could easily make a 4 battery holder from an old remote, or you can buy one for a few cents: http://www.allelectronics.com/cgi-bin/item...34;_LEADS_.html http://www.allelectronics.com/cgi-bin/item..._AA_CELLS_.html jaclaz
  15. Doesn't the ALPS software work? : http://www.soft32.com/download_185339.html some more here: http://www.soft32.com/Download/Free/Alps_P...4-185339-4.html Another link (elder release): http://www.opendrivers.com/categorycompany...load-page1.html They seem to be 2K/XP, cannot say if they work on FG390, though. jaclaz
  16. What kind of .inf are you talking about? Read this: http://www.911cd.net/forums//index.php?showtopic=17644 This should be the thread on MSFN mentioned, but I can't see how it would help: http://www.msfn.org/board/index.php?showtopic=78984 jaclaz
  17. Just for the record, a download link is here: http://www.freewarebox.com/free_6484_blue-...n-download.html http://www.freewarebox.com/download_6484_b...rive-logon.html jaclaz
  18. You can try this: EXPORTER http://www.systemtools.com/free.htm However, DumpAcl has been renamed to DumpSec and is now free. (same link above or direct one below) http://www.systemtools.com/somarsoft/index.html jaclaz
  19. It shouldn't be a problem. Can you post a dir of an example directory tree? Just issue from command prompt DIR > C:\testdir.txt A basic idea: @echo off & setlocal ENABLEEXTENSIONS ::DIRSIZE COMPARE ::by Jacopo Lazzari ::thanks to Rob van Der Woude for the examples, tutorials and ::info on his page http://www.robvanderwoude.com/ ::and to Simon Sheppard http://www.ss64.com/ ::----------------------------------------------------------- ::Usage: Dirsize <PATH> [size to compare] ::----------------------------------------------------------- for /f "tokens=*" %%a in ('dir/w/s/-c %1 ^|findstr "File"') do ( set sizeline=%%a ) echo Directory %1 - %sizeline% for /f "tokens=3 delims= " %%a in ("%sizeline%") do set dsize=%%a SET dsize SET limit=%2 SET /A Result = (%dsize% - %limit%) SET result SET minus=%result:~0,1% SET minus IF "%minus%."=="-." ( echo %dsize% is smaller than %limit% ) ELSE ( echo %dsize% is bigger than %limit% ) jaclaz
  20. Actually, at the moment, all we know is that on your computer, Explorer associates to it the icon of a 7-zip sfx. jaclaz
  21. Just for the record, and for future memory, there is NO such thing as a Low-level Format on IDE/ATA drives. The term Low-level Formatting was related to elder interfaces. Since a controller is on-board of the drive, REAL Low-Level Formatting is IMPOSSIBLE by normal means. You would need some special hardware, software and drive info to replicate what manufacturers do, something like these: http://www.acelaboratory.com/pc3000.htm http://www.acelaboratory.com/dataextractor.htm Read these: http://freepctech.com/pc/001/007.shtml http://www.seagate.com/support/kb/disc/faq...llfmt_what.html http://www.msfn.org/board/index.php?showtopic=34575 Low-level formatting, when used with IDE/ATA drives is a Synonym of zero-fill. A very good source of freeware programs to diagnose and "revive" hard disks is this: http://hddguru.com/content/en/software/ jaclaz
  22. You are joking, aren't you? 7zip has nothing to do with iexpress/makecab. @XL-DJK95355 Check these: http://www.microsoft.com/technet/prodtechn...s.mspx?mfr=true http://www.msfn.org/board/index.php?showtopic=49202 http://www.mdgx.com/INF_web/ http://www.mdgx.com/INF_web/iexpress.htm jaclaz
  23. @LLXX corrected original post, sorry for the misleading gender assumption. jaclaz
  24. Actually, as scientifically proven here: http://www.improb.com/airchives/paperair/v...1-3-apples.html apples and oranges are NOT much different. ...and generally calling another person "fool" is not very nice, I guess you can disagree with LLXX opinions and ideas without calling him her names, just take it easy jaclaz
  25. Yep, that should be one of those "this is by design" feature. However, take it easy , man, no need to become furious, there are alternative tools B) : Ycopy: http://www.ruahine.com/ http://www.ruahine.com/ycopy-file-copy-utility.html jaclaz
×
×
  • Create New...