05-23-2013
UBCD has TestDisk for errors on the media, and many tools for partiotion and boot record repair. They can be tricky to use, and sometimes it helps to be googling a laptop by your elbow.
9 More Discussions You Might Find Interesting
1. Filesystems, Disks and Memory
Just trying to come up with a solution to something I'm trying...
Does anyone know if it's possible to edit the contents of an ISO image? Or a file created using the dd command?
What am I trying to do? - Well, I had the idea that if I took the FreeBSD "mini.iso" - I could strip out the bits... (4 Replies)
Discussion started by: WIntellect
4 Replies
2. SCO
can i make an iso file from my DAT tape?
pref .ISO?
the thing is ..
i have an 5.0.7 and
a complete backup of hd (cpio cmd) on to tape (find . -depth -print | cpio -oVcB -C 20480 -O /dev/rStp0)
that i made after booting from boot&root floppies
now i want to take this backup and dump it on... (5 Replies)
Discussion started by: asafronit
5 Replies
3. Windows & DOS: Issues & Discussions
hello again all,
assume I can not log in to the windows installation, (maybe) because of a system file corruption or failure.. however, I do log in to the system using the windows CD with R (repair) mode, that is the command line prompt.
Is there a way in that command prompt to copy the files... (10 Replies)
Discussion started by: milhan
10 Replies
4. AIX
which windows tool can burn iso file? The iso file is download from IBM web site for HMC upgrade.
How to burn this iso file to cd or dvd? (1 Reply)
Discussion started by: rainbow_bean
1 Replies
5. Red Hat
Hello Everyone,
Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies
6. Filesystems, Disks and Memory
My CD drive isn't working. So, is there any way to create windows recovery/repair software in flash drive/usb. This is the s/w which we use if system fails to boot. (1 Reply)
Discussion started by: ravisingh
1 Replies
7. Boot Loaders
I successfully created a bootable windows 7 repair usb.
Please clarify me:
I rebooted my system via USB. windows repair window appeared. There were 5 options. I opted 'windows memory diagnostic' and it worked fine. There was an option named 'start up repair'. This option can be used if windows... (2 Replies)
Discussion started by: ravisingh
2 Replies
8. Ubuntu
I am hoping that someone will give me information on opening and installing Ubuntu to run beside Windows 7 on my computer.
I downloaded Ubuntu-14.04-desktop-i386, but it came as an .ISO file, and I have no idea how to open it to install it.
Please Help. (7 Replies)
Discussion started by: JohnBaxter
7 Replies
9. Windows & DOS: Issues & Discussions
I have a 1TB HD, suspect it had bad sectors and blocks...
it was pre-installed with windows 8.0..
I was able to boot up ubuntu and looked at the partitions and run a badblocks comand to verify secotors, after getting a serious of Input and Output errors mounting the partition and doing any... (2 Replies)
Discussion started by: ppchu99
2 Replies
LEARN ABOUT CENTOS
fragiso
FRAGISO(8) System Manager's Manual FRAGISO(8)
NAME
fragiso - split rpm packages from an iso and reassemble the iso later on
SYNOPSIS
fragiso make iso fiso
fragiso list fiso
fragiso fill [-m] fiso iso
DESCRIPTION
fragiso can be used to convert an iso file into a fragment file, which is a list describing all of the rpms on the iso and a data chunk
containing everything but the rpms. It is used by drpmsync when an iso needs to be transferred. The idea is that often the rpms on the iso
are already available on the destination host, so it saves bandwidth to first transfer the fragmented iso, copy the locally available rpms,
transfer the unavailable rpms and reassemble the iso file.
fragiso make converts the iso into the fragment iso, fragiso list can be used to extract the rpm information. This information consists of
the offset and length of all rpms and the lead/signature header md5sum plus the header/payload md5sum. To reassemble the iso one has to
copy the rpms at the right offset into a new file and then use fragiso fill later on to provide all data not contained in the rpms. The -m
option tells fragiso to print the resulting md5sum of the iso to stdout. It can be used for verification purposes.
SEE ALSO
drpmsync(8)
AUTHOR
Michael Schroeder <mls@suse.de>
Mar 2007 FRAGISO(8)