can we edit bochs's image file
can we edit bochs's image file
as the title said:can we edit bochs's image file,i just want to add/cut some files in a '.img' file
Re:can we edit bochs's image file
..
Last edited by Perica on Sun Dec 03, 2006 9:12 pm, edited 1 time in total.
Re:can we edit bochs's image file
oh bad!i didn't explain my idea correctly!
i meant can we edit Disk Images for bochs?
i tried to edit a floppy drive's image in 'winimage' ,it successed.but when i change to edit a larger image for hard drive,it failed.what can i do if i want to edit a large one?
i meant can we edit Disk Images for bochs?
i tried to edit a floppy drive's image in 'winimage' ,it successed.but when i change to edit a larger image for hard drive,it failed.what can i do if i want to edit a large one?
Re:can we edit bochs's image file
you create a larger image file with this tool provided by bochs.
Re:can we edit bochs's image file
To create a hard disk image, I do this:
1. Create the file using bximage
2. Add it to the bochsrc.txt
3. Boot Bochs with a FreeDOS image in drive A:
4. Use the FreeDOS fdisk and format programs to partition and format the new hard disk image
5. Optionally, use the FreeDOS sys program to install FreeDOS onto the hard disk
You can now edit the hard disk using Winimage.
1. Create the file using bximage
2. Add it to the bochsrc.txt
3. Boot Bochs with a FreeDOS image in drive A:
4. Use the FreeDOS fdisk and format programs to partition and format the new hard disk image
5. Optionally, use the FreeDOS sys program to install FreeDOS onto the hard disk
You can now edit the hard disk using Winimage.
Re:can we edit bochs's image file
sirs:
1.just edit file,not creat one.
2.maybe linux's file system(ext2?) is quite diffirent from freedos(fat?),so winimage can't recognize it.
3.my image is from http://prdownloads.sourceforge.net/boch ... z?download
1.just edit file,not creat one.
2.maybe linux's file system(ext2?) is quite diffirent from freedos(fat?),so winimage can't recognize it.
3.my image is from http://prdownloads.sourceforge.net/boch ... z?download
Re:can we edit bochs's image file
You're right -- Winimage won't recognise ext2. You'll have to find a different program.
Re:can we edit bochs's image file
Either I can type "ext2 disk image editor" into Google, or you can. It'll be quicker for you if you do it, because you won't have to wait for me to reply. Otherwise, I have no idea.
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:can we edit bochs's image file
i know there is a EXT2FS explorer for windows (ext2plorer or something alike) which can handle real EXT2 partitions from a windows program ... maybe the same program will be able to handle file images ...
Re:can we edit bochs's image file
Explore2fs is realy a good tool,but it can just view,not edit.It can export most of files but regular ones.
Hoping new version.
Hoping new version.
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:can we edit bochs's image file
it *can* edit ... the writing feature is just disabled by default and highly unrecommended, but if you're operating on a disk image, this should not be a problem
Re:can we edit bochs's image file
thanks sir,i found the way.
in help files:
version 1.00 pre 5
- 20020420
- Removed write support. If you realy want to use it set "DangerWriteSupport" = True in the registry
so i add DangerWriteSupport(N),1(V) in HKEY_CURRENT_USER\Software\Newbigin\explore2fs\
and it's ok now.
in help files:
version 1.00 pre 5
- 20020420
- Removed write support. If you realy want to use it set "DangerWriteSupport" = True in the registry
so i add DangerWriteSupport(N),1(V) in HKEY_CURRENT_USER\Software\Newbigin\explore2fs\
and it's ok now.