09-14-2009
Make a Copy Entire Hard Disk
Dear All,
I have a standalone desktop with SCO Openserver V 5, this is used to control a machine with custom written software. The problem is that the machine manufacturer has closed shop (bankruptcy) and there is no support on software.
As a precaution I would want to make a complete backup of the hard disk, so that my machine would run without any risk of data corruption/ hard disk crashes.
I am not at all familiar with this OS and would appreciate if someone could guide me in a baby way to make an exact copy of the loaded hard disk. There is no GUI on the OS and all inputs are entered through keyboard.
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hello all..
Iam New to Unix Environment. I need to copy .cpio file from CD to a Folder on Sun 5.8 Box.
Can anyone give me the commands to execute this ?..
Thanks in advance
Ron (4 Replies)
Discussion started by: vr76413
4 Replies
2. UNIX for Dummies Questions & Answers
Hi,
- i am not unix specialist and i would like to save all the contents of a directory containing symbolic links BUT:
+ i want to get the links within the copy (to be able to restaor them)
+ i dont want to copy the directories which are pointed to by theses links
some advice?
what... (4 Replies)
Discussion started by: JAKEZ
4 Replies
3. Linux
I'm running FC3 and I'd like to copy the entire /dev/hda to /dev/hdc, including all the boot info, so that I can boot off of it in case of failure. This will be a one time thing. I'm doing an app upgrade and I'm very afraid the install will go wrong, so I want to be able to quickly be back up in... (11 Replies)
Discussion started by: dangral
11 Replies
4. Shell Programming and Scripting
Hi:
I am a trying to write a script using a loop i guess. What I need to do is write a script that can allow my users to load a tape and copy a range of files from a tape to the hard disk. By range I mean, I would like the users to pick a range of numbers like files 3 - 8 and the script will... (0 Replies)
Discussion started by: msjazzie
0 Replies
5. UNIX for Dummies Questions & Answers
Hi,
I have a folder named "A".
I want to copy the entire stuff inside it to another location except the folder "B" which is present inside it.
How can it be done? (6 Replies)
Discussion started by: vibhor_agarwali
6 Replies
6. UNIX for Dummies Questions & Answers
Hello All,
I am after the script or the command which can scan the entire file for a string $PART_ID and when found to extract/copy the corresponding $PART_ID value (e.g THIRE_PTY_SOFTWARE for the 1st occurance of $PART_ID in the attached file) to a file.
Appreciate your help.
Thanks in... (3 Replies)
Discussion started by: forumthreads
3 Replies
7. SCO
hi
I've a fresh installation of SCO 5.0.7 on the IDE hard disk.
For SCSI hard disk I can declare, for example blc disk driver using:
# mkdev hd 0 SCSI-0 0 blc 0but it works for IDE hard disk? (3 Replies)
Discussion started by: ccc
3 Replies
8. Linux
Hi all,
I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies
9. Solaris
ho do you check filesystem on entire hard disk? (9 Replies)
Discussion started by: orange47
9 Replies
10. Solaris
To Solaris 8 Experts,
Please let me know what's the best method / procedure as well as the Solaris 8 commands for accomplishing the following tasks on a production Sun Enterprise 250 Server running Sun Solaris 8 Operating System:
1. Make an exact image/copy of the SCSI Hard Drive in the... (3 Replies)
Discussion started by: ssabet
3 Replies
LEARN ABOUT DEBIAN
systemd-machine-id-setup
SYSTEMD-MACHINE-ID(1) systemd-machine-id-setup SYSTEMD-MACHINE-ID(1)
NAME
systemd-machine-id-setup - Initialize the machine ID in /etc/machine-id
SYNOPSIS
systemd-machine-id-setup
DESCRIPTION
systemd-machine-id-setup may be used by system installer tools to initialize the machine ID stored in /etc/machine-id at install time with
a randomly generated ID. See machine-id(5) for more information about this file.
This tool will execute no operation if /etc/machine-id is already initialized.
If a valid D-Bus machine ID is already configured for the system the D-Bus machine ID is copied and used to initialize the machine ID in
/etc/machine-id.
If run inside a KVM virtual machine and a UUID is passed via the -uuid option this UUID is used to initialize the machine ID instead of a
randomly generated one. The caller must ensure that the UUID passed is sufficiently unique and is different for every booted instanced of
the VM.
Similar, if run inside a Linux container environment and a UUID is set for the container this is used to initialize the machine ID. For
details see the documentation of the Container Interface[1].
OPTIONS
This tool does not take any options or arguments.
EXIT STATUS
On success 0 is returned, a non-zero failure code otherwise.
SEE ALSO
systemd(1), machine-id(5), dbus-uuidgen(1)
AUTHOR
Lennart Poettering <lennart@poettering.net>
Developer
NOTES
1. Container Interface
http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface
systemd 10/07/2013 SYSTEMD-MACHINE-ID(1)