Showing posts with label boot-disk. Show all posts
Showing posts with label boot-disk. Show all posts

Tuesday, September 07, 2010

lock and dismount every volume of a physical drive

email post
lock and dismount every volume of a physical drive
Related Topics:

LockDismount is a small tool that does only one thing (or two to be exactly). It locks and dismounts every volume of a physical drive (HD or UFD for example). That's it!

So what is that good for?

Microsoft changed the way programs can directly write to physical drives in Windows Vista and later.
More technical background informations about this new 'feature' (or restriction) can be found here: http://msd.........353.aspx

Unfortunately some older (but still good and useful) programs are not compatible with this new restriction and stopped working. You will usually see an "Access Denied" error message when they try to write to \\.\PhysicalDriveX.

This is where LockDismount can help. By locking and dismounting all volumes it will allow some of these older programs to work again.

How to use it?

It's simple. Select the Drive you want to lock and press 'Lock it!'. Now open the 'older program' and let it perform the task that usually gave you the access denied error message. When done, unlock the drive again. That's all.
The only important thing is that every volumes gets successfully locked and that you keep them locked until the other program is done.

Please note that you can not lock your system drive or any drive that holds a pagefile!

The idea for this little tool was born here:
http://www.boot-land.net/forums/index.php?...st&p=108122 by Wonko cheers.gif
So you know who you have to blame for it

Programs tested so far:

Windows 7:
- RoadKil's Disk Image v1.6
- dsfi (part of the dsfok package)
- Flashnul

Windows Vista:
- still looking for testers

Download: LockDismount v0.2.0.0

Sunday, August 29, 2010

Ultimate Boot CD

email post


Ultimate Boot CD is completely free for the download, or could be obtained for a small fee. If you had somehow paid a ridiculous amount of money for it, you have most likely been fleeced. The least you could do is to make as many copies of the offical UBCD and pass it to your friends, relatives, colleagues or even complete strangers to minimize the per unit cost of your loss! 

You need the Ultimate Boot CD if you want to:
  • Run floppy-based diagnostic tools from CDROM drives. More and more PCs are shipped without floppy drives these days, and it is such a royal pain when you need to run diagnostic tools on them.

  • Free yourself from the slow loading speed of the floppy drive. Even if you do have a floppy drive, it is still much much faster to run your diagnostic tools from the CDROM drive, rather than wait for the tool to load from the floppy drive.

  • Consolidate as many diagnostic tools as possible into one bootable CD. Wouldn't you like to avoid digging into the dusty box to look for the right floppy disk, but simply run them all from a single CD? Then the Ultimate Boot CD is for you!

  • Run Ultimate Boot CD from your USB memory stick. A script on the CD prepares your USB memory stick so that it can be used on newer machines that supports booting from USB devices. You can access the same tools as you would from the CD version.  
Related Topics:
Current release: V5.0.3
Download formatSizeChecksums
ISO image
301MB[MD5 ] 6cf0f4ff7f11ad2d78058541831c4bcc
[SHA1] 407fe935d942b3d14c85bf12415a37ce46b19c51
Download
Jerry Blogger / CC BY-ND 3.0

Tuesday, July 27, 2010

Build Windows 7 PE (X86 only) without WAIK

email post


Every Windows 7 has equipped with Windows PE (Winre) as a recovery tools that can be access from install DVD, recovery folder or system repair cd.
All those Winre image are the same image except start with different shell.

Windows 7 also has Dism to mount/unmount wim image, all of that resources (winre and dism) can be use to build custom Windows 7 PE without downloading WAIK.

I made a batch command to build custom Windows 7 PE using winre image, mount wim image using dism, add additional file/registry, save wim image and create bootable ufd using diskpart to be used with Windows 7 PE.
it has additional tasks also to make back up entry of installed Windows 7 so you can use UFD to boot current windows 7.
more details about build process can be read in readme.txt
limitations:
-My_7PE can only be run on windows 7 or windows 7 PE
-My_7PE support WIndows 7 32 bit only
My_7PE tested on Windows 7 en-US only, but it supposed to automatically detect distribution language and international settings, please let me know if does not work for others distribution languages.

Due to similarity of build processes with Wimb's Make_PE3, i use packages/file list and registry from Make_PE3. thanks to Wimb for his great effort thumbup.gif
credits goes to Wimb and others original author thumbup.gif

here some screenshots My_7PE running some portable apps
(notes: portables apps are not included, you can add portable apps to ufd and manage using pstart)


My_7PE has been updated, see post #34
Download My_7PE from here :
http://www.mediafire.com/?wwokx3adrnw