<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://library.morph.zone/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jason</id>
		<title>MorphOS Library - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://library.morph.zone/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jason"/>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/Special:Contributions/Jason"/>
		<updated>2026-05-13T02:24:00Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=429</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=429"/>
				<updated>2010-05-04T19:51:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* Making the Disk Image Usable as a Regular Disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Author: Jason Grenier''&lt;br /&gt;
==Starting Out==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will need to format the drive in file-system format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with partitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==Fat32 and Amiga Protection Bits==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrypted images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The cryptographic options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The file-system page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usable As A Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Backing Up To Disk Images==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==Restoring From Disk Image Backups==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=428</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=428"/>
				<updated>2010-05-04T19:51:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* Making Your Backup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Author: Jason Grenier''&lt;br /&gt;
==Starting Out==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will need to format the drive in file-system format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with partitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==Fat32 and Amiga Protection Bits==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrypted images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The cryptographic options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The file-system page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making the Disk Image Usable as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Backing Up To Disk Images==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==Restoring From Disk Image Backups==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=427</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=427"/>
				<updated>2010-05-04T19:51:00Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* To Restore from Your Bsckups */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Author: Jason Grenier''&lt;br /&gt;
==Starting Out==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will need to format the drive in file-system format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with partitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==Fat32 and Amiga Protection Bits==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrypted images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The cryptographic options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The file-system page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making the Disk Image Usable as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==Restoring From Disk Image Backups==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=426</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=426"/>
				<updated>2010-05-04T19:50:36Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* To Restore From Your Bsckups */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Author: Jason Grenier''&lt;br /&gt;
==Starting Out==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will need to format the drive in file-system format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with partitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==Fat32 and Amiga Protection Bits==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrypted images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The cryptographic options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The file-system page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making the Disk Image Usable as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore from Your Bsckups==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=425</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=425"/>
				<updated>2010-05-04T19:50:20Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* Making The Disk Image Usable as a Regular Disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Author: Jason Grenier''&lt;br /&gt;
==Starting Out==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will need to format the drive in file-system format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with partitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==Fat32 and Amiga Protection Bits==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrypted images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The cryptographic options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The file-system page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making the Disk Image Usable as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore From Your Bsckups==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=424</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=424"/>
				<updated>2010-05-04T19:48:04Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Author: Jason Grenier''&lt;br /&gt;
==Starting Out==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will need to format the drive in file-system format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with partitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==Fat32 and Amiga Protection Bits==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrypted images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The cryptographic options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The file-system page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usable as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore From Your Bsckups==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=423</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=423"/>
				<updated>2010-05-04T19:47:12Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* Starting Out: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Starting Out==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will need to format the drive in file-system format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with partitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==Fat32 and Amiga Protection Bits==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrypted images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The cryptographic options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The file-system page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usable as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore From Your Bsckups==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=422</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=422"/>
				<updated>2010-05-04T19:46:39Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* A solution to the Fat32 Problem */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Starting Out:==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will need to format the drive in file-system format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with partitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==Fat32 and Amiga Protection Bits==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrypted images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The cryptographic options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The file-system page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usable as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore From Your Bsckups==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=421</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=421"/>
				<updated>2010-05-04T19:46:07Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* To Restore: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Starting Out:==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will need to format the drive in file-system format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with partitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==A solution to the Fat32 Problem==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrypted images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The cryptographic options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The file-system page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usable as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore From Your Bsckups==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=420</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=420"/>
				<updated>2010-05-04T19:40:44Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Starting Out:==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will need to format the drive in file-system format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using Windows XP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with partitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==A solution to the Fat32 Problem==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrypted images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The cryptographic options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The file-system page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usable as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore:==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=419</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=419"/>
				<updated>2010-05-04T19:39:02Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* Making The Disk Image Usabe as a Regular Disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Starting Out:==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==A solution to the Fat32 Problem==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrytped images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usable as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore:==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=418</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=418"/>
				<updated>2010-05-04T19:38:16Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* A solution to the Fat32 Problem */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Starting Out:==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==A solution to the Fat32 Problem==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition.&lt;br /&gt;
&lt;br /&gt;
First you need to create a disk image file. You can do this quite easily with Kryptos. We will use Kryptos to create an image, but not use it's encryption feature.&lt;br /&gt;
&lt;br /&gt;
Please note that you can use Kryptos to make disk image based backups, however, Kryptos makes encrypted disk images which may be more than what you need for backup purposes. Encrytped images are not covered by this tutorial.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usabe as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore:==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=417</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=417"/>
				<updated>2010-05-04T19:35:32Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Starting Out:==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
==A solution to the Fat32 Problem==&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usabe as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore:==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=416</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=416"/>
				<updated>2010-05-04T19:35:13Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* Starting Out: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Starting Out:==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I recommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems. It is also helpful to use Fat32 as almost all operating systems have support for it.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available here: http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm [http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usabe as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore:==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=415</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=415"/>
				<updated>2010-05-04T19:32:53Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Starting Out:==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I ecommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available at:&lt;br /&gt;
[http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usabe as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore:==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=414</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=414"/>
				<updated>2010-05-04T19:32:38Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==MorphOS External USB Drive Backup Guide==&lt;br /&gt;
Please follow the instructions carefully.&lt;br /&gt;
&lt;br /&gt;
==Starting Out:==&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I ecommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available at:&lt;br /&gt;
[http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
==Making The Disk Image Usabe as a Regular Disk==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
==Making Your Backup==&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
==To Restore:==&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=413</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=413"/>
				<updated>2010-05-04T19:30:25Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* Making Your Backup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==MorphOS External USB Drive Backup Guide==&lt;br /&gt;
&lt;br /&gt;
===Starting Out:===&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I ecommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available at:&lt;br /&gt;
[http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
===Making The Disk Image Usabe as a Regular Disk===&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
===Making Your Backup===&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following in a new command shell (Action-n from Ambient)  &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
===To Restore:===&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=412</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=412"/>
				<updated>2010-05-04T19:29:10Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* Making Your Backup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==MorphOS External USB Drive Backup Guide==&lt;br /&gt;
&lt;br /&gt;
===Starting Out:===&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I ecommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available at:&lt;br /&gt;
[http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
===Making The Disk Image Usabe as a Regular Disk===&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
===Making Your Backup===&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following command line commands. Press entere at the end of each line. &amp;lt;tt&amp;gt;copy clone all sys:#? IMAGE0:&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
===To Restore:===&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=411</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=411"/>
				<updated>2010-05-04T19:26:36Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==MorphOS External USB Drive Backup Guide==&lt;br /&gt;
&lt;br /&gt;
===Starting Out:===&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I ecommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available at:&lt;br /&gt;
[http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
===Making The Disk Image Usabe as a Regular Disk===&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
===Making Your Backup===&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following command line commands. Press entere at the end of each line.&lt;br /&gt;
&lt;br /&gt;
sys:&lt;br /&gt;
copy clone all #? IMAGE0:&lt;br /&gt;
&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
===To Restore:===&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=410</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=410"/>
				<updated>2010-05-04T19:25:48Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==MorphOS External USB Drive Backup Guide==&lt;br /&gt;
&lt;br /&gt;
===Starting Out:===&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I ecommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available at:&lt;br /&gt;
[http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
===Making The Disk Image Usabe as a Regular Disk===&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
'''Making Your Backup'''&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following command line commands. Press entere at the end of each line.&lt;br /&gt;
&lt;br /&gt;
sys:&lt;br /&gt;
copy clone all #? IMAGE0:&lt;br /&gt;
&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
===To Restore:===&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=409</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=409"/>
				<updated>2010-05-04T19:24:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MorphOS External USB Drive Backup Guide'''&lt;br /&gt;
&lt;br /&gt;
'''Starting Out:'''&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I ecommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available at:&lt;br /&gt;
[http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Applications/Kryptos&lt;br /&gt;
# Select a Unit and click on Create New...&lt;br /&gt;
# Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
# Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
# The crypto options don't matter. Click next.&lt;br /&gt;
# Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
# The filesystem page doesn't matter. Click Next.&lt;br /&gt;
# Wiggle the mouse, click Create.&lt;br /&gt;
# Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
# Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
# Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
Making The Disk Image Usabe as a Regular Disk&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Click a unit to highlight it, then click Insert...&lt;br /&gt;
# Select the disk image you created earlier, and click OK.&lt;br /&gt;
# Make sure Read/Write is selected in the window.&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/HDConfig&lt;br /&gt;
# Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
# Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
# Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
# Click Save... under the drive image icon.&lt;br /&gt;
# Close HDConfig&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
# Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
# Close the format window.&lt;br /&gt;
# Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
Making Your Backup&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
# Open a new shell (Action-N from ambient).&lt;br /&gt;
# Input the following command line commands. Press entere at the end of each line.&lt;br /&gt;
&lt;br /&gt;
sys:&lt;br /&gt;
copy clone all #? IMAGE0:&lt;br /&gt;
&lt;br /&gt;
# Wait for the copy to finish.&lt;br /&gt;
# Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
To Restore:&lt;br /&gt;
&lt;br /&gt;
# Open SYS:Tools/FileImageCtrl&lt;br /&gt;
# Select a Unit&lt;br /&gt;
# Click Insert...&lt;br /&gt;
# Select your backup image&lt;br /&gt;
# Close FileImageCtrl&lt;br /&gt;
# Open SYS:Tools/Mounter&lt;br /&gt;
# Select fileimage.device from the top pane&lt;br /&gt;
# Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
# Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
# Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
# Close Mounter&lt;br /&gt;
# You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=408</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=408"/>
				<updated>2010-05-04T19:23:05Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: This tutorial show you how to create disk image based backups stored on an external USB drive.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MorphOS External USB Drive Backup Guide'''&lt;br /&gt;
&lt;br /&gt;
'''Starting Out:'''&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I ecommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available at:&lt;br /&gt;
[http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm]&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
#1. Open SYS:Applications/Kryptos&lt;br /&gt;
#2. Select a Unit and click on Create New...&lt;br /&gt;
#3. Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
#4. Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
#5. The crypto options don't matter. Click next.&lt;br /&gt;
#6. Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
#7. The filesystem page doesn't matter. Click Next.&lt;br /&gt;
#8. Wiggle the mouse, click Create.&lt;br /&gt;
#9. Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
#10. Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
#11. Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
Making The Disk Image Usabe as a Regular Disk&lt;br /&gt;
&lt;br /&gt;
#1. Open SYS:Tools/FileImageCtrl&lt;br /&gt;
#2. Click a unit to highlight it, then click Insert...&lt;br /&gt;
#3. Select the disk image you created earlier, and click OK.&lt;br /&gt;
#4. Make sure Read/Write is selected in the window.&lt;br /&gt;
#5. Close FileImageCtrl&lt;br /&gt;
#6. Open SYS:Tools/HDConfig&lt;br /&gt;
#7. Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
#8. Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
#9. Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
#10. Click Save... under the drive image icon.&lt;br /&gt;
#11. Close HDConfig&lt;br /&gt;
#12. Open SYS:Tools/Mounter&lt;br /&gt;
#13. Select fileimage.device from the top pane&lt;br /&gt;
#14. Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
#15. Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
#16. Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
#17. Close Mounter&lt;br /&gt;
#18. On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
#19. Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
#20. Close the format window.&lt;br /&gt;
#21. Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
Making Your Backup&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
#1. Open a new shell (Action-N from ambient).&lt;br /&gt;
#2. Input the following command line commands. Press entere at the end of each line.&lt;br /&gt;
&lt;br /&gt;
sys:&lt;br /&gt;
copy clone all #? IMAGE0:&lt;br /&gt;
&lt;br /&gt;
#3. Wait for the copy to finish.&lt;br /&gt;
#4. Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
To Restore:&lt;br /&gt;
&lt;br /&gt;
#1. Open SYS:Tools/FileImageCtrl&lt;br /&gt;
#2. Select a Unit&lt;br /&gt;
#3. Click Insert...&lt;br /&gt;
#4. Select your backup image&lt;br /&gt;
#5. Close FileImageCtrl&lt;br /&gt;
#6. Open SYS:Tools/Mounter&lt;br /&gt;
#7. Select fileimage.device from the top pane&lt;br /&gt;
#8. Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
#9. Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
#10. Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
#11. Close Mounter&lt;br /&gt;
#12. You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=407</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=407"/>
				<updated>2010-05-04T19:19:38Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MorphOS External USB Drive Backup Guide'''&lt;br /&gt;
&lt;br /&gt;
'''Starting Out:'''&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I ecommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available at:&lt;br /&gt;
http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
1. Open SYS:Applications/Kryptos&lt;br /&gt;
2. Select a Unit and click on Create New...&lt;br /&gt;
3. Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
4. Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
5. The crypto options don't matter. Click next.&lt;br /&gt;
6. Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
7. The filesystem page doesn't matter. Click Next.&lt;br /&gt;
8. Wiggle the mouse, click Create.&lt;br /&gt;
9. Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
10. Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
11. Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
Making The Disk Image Usabe as a Regular Disk&lt;br /&gt;
&lt;br /&gt;
1. Open SYS:Tools/FileImageCtrl&lt;br /&gt;
2. Click a unit to highlight it, then click Insert...&lt;br /&gt;
3. Select the disk image you created earlier, and click OK.&lt;br /&gt;
4. Make sure Read/Write is selected in the window.&lt;br /&gt;
5. Close FileImageCtrl&lt;br /&gt;
6. Open SYS:Tools/HDConfig&lt;br /&gt;
7. Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
8. Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
9. Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
10. Click Save... under the drive image icon.&lt;br /&gt;
11. Close HDConfig&lt;br /&gt;
12. Open SYS:Tools/Mounter&lt;br /&gt;
13. Select fileimage.device from the top pane&lt;br /&gt;
14. Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
15. Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
16. Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
17. Close Mounter&lt;br /&gt;
18. On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
19. Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
20. Close the format window.&lt;br /&gt;
21. Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
Making Your Backup&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
1. Open a new shell (Action-N from ambient).&lt;br /&gt;
2. Input the following command line commands. Press entere at the end of each line.&lt;br /&gt;
&lt;br /&gt;
sys:&lt;br /&gt;
copy clone all #? IMAGE0:&lt;br /&gt;
&lt;br /&gt;
3. Wait for the copy to finish.&lt;br /&gt;
4. Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
To Restore:&lt;br /&gt;
&lt;br /&gt;
1. Open SYS:Tools/FileImageCtrl&lt;br /&gt;
2. Select a Unit&lt;br /&gt;
3. Click Insert...&lt;br /&gt;
4. Select your backup image&lt;br /&gt;
5. Close FileImageCtrl&lt;br /&gt;
6. Open SYS:Tools/Mounter&lt;br /&gt;
7. Select fileimage.device from the top pane&lt;br /&gt;
8. Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
9. Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
16. Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
17. Close Mounter&lt;br /&gt;
18. You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=406</id>
		<title>MorphOS External USB Drive Backup Guide</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=MorphOS_External_USB_Drive_Backup_Guide&amp;diff=406"/>
				<updated>2010-05-04T19:18:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: Created page with 'Attachment Manager  Edit this post Reply MorphOS External USB Drive Backup Guide  Starting Out: First things first, you need an external drive. 500GB to 1TB drives are now very i…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Attachment Manager  Edit this post Reply&lt;br /&gt;
MorphOS External USB Drive Backup Guide&lt;br /&gt;
&lt;br /&gt;
Starting Out:&lt;br /&gt;
First things first, you need an external drive. 500GB to 1TB drives are now very inexpensive, so go out and buy one.&lt;br /&gt;
&lt;br /&gt;
You will nedd to format the drive in filesystem format that MorphOS understands. I ecommend FAT32 as I have been told that external drives formatted as MorphOS SFS can cause serious problems.&lt;br /&gt;
&lt;br /&gt;
If you are using WindowsXP to format the drive, you will need a large capacity formatting tool as the built in tools will not allow you to format a large drive with patitions larger than 4GB.&lt;br /&gt;
&lt;br /&gt;
A good tool is guiformat.exe available at:&lt;br /&gt;
http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm&lt;br /&gt;
&lt;br /&gt;
You can, of course, also use MorphOS to format the drive, but this is not something I will cover in this tutorial.&lt;br /&gt;
&lt;br /&gt;
A solution to the Fat32 Problem:&lt;br /&gt;
Fat32 cannot store Amiga file protection bits. A solution to this problem is to create an SFS Disk Image on the the Fat32 partition. Here is how to do it.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create a disk image file. You can do this quite easily with Kryptos, however, you will need to memorize/write down a password, and this may become unwieldly. We will use Kryptos to create an image, but not use it's encryption feature. This is the only way I know of to create an image file.&lt;br /&gt;
&lt;br /&gt;
1. Open SYS:Applications/Kryptos&lt;br /&gt;
2. Select a Unit and click on Create New...&lt;br /&gt;
3. Save your image file somewhere on the Fat32 drive you formatted earlier by clicking on the file gadget. Give it an appropriate name, click ok, and click on Next.&lt;br /&gt;
4. Make the volume an appropriate size. You can make it large enough for one backup, or large enough for several. You may want to consider making it 3800MB so it will safely fit on a DVD.&lt;br /&gt;
5. The crypto options don't matter. Click next.&lt;br /&gt;
6. Enter any password. We won't be using it anyway, so it doesn't matter what it is. Click next.&lt;br /&gt;
7. The filesystem page doesn't matter. Click Next.&lt;br /&gt;
8. Wiggle the mouse, click Create.&lt;br /&gt;
9. Wait while the image is created. It could take quite a while depending on its size. Click OK.&lt;br /&gt;
10. Back in the Kryptos main window, click Eject to eject your newly created image.&lt;br /&gt;
11. Quit Kryptos.&lt;br /&gt;
&lt;br /&gt;
Making The Disk Image Usabe as a Regular Disk&lt;br /&gt;
&lt;br /&gt;
1. Open SYS:Tools/FileImageCtrl&lt;br /&gt;
2. Click a unit to highlight it, then click Insert...&lt;br /&gt;
3. Select the disk image you created earlier, and click OK.&lt;br /&gt;
4. Make sure Read/Write is selected in the window.&lt;br /&gt;
5. Close FileImageCtrl&lt;br /&gt;
6. Open SYS:Tools/HDConfig&lt;br /&gt;
7. Under FILE IMAGE you should see your disk. It will likely appear as a red disk icon. Click to the right of its icon.&lt;br /&gt;
8. Select One partition from the selection window, unless you wan't more, but you're on your own if you go that route.&lt;br /&gt;
9. Click to the right of the image drive icon again. This time you will have to give the partition a name. Call it IMAGE0 or whatever you want. Just make sure it isn't named the same as other partitions! Click OK.&lt;br /&gt;
10. Click Save... under the drive image icon.&lt;br /&gt;
11. Close HDConfig&lt;br /&gt;
12. Open SYS:Tools/Mounter&lt;br /&gt;
13. Select fileimage.device from the top pane&lt;br /&gt;
14. Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
15. Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
16. Click Mount, or Mount on Boot if you want the image to always be mounted when you insert the image using SYS:Tools/FileImageCtrl&lt;br /&gt;
17. Close Mounter&lt;br /&gt;
18. On your desktop (Ambient) select Utilities-&amp;gt;Format Disk from the main menu (right click menu)&lt;br /&gt;
19. Select IMAGE0 (or whatever you named your image), give it a label, and click Quick Format... You may uncheck any of the options.&lt;br /&gt;
20. Close the format window.&lt;br /&gt;
21. Your new disk image will show up on the desktop, or in My MorhpOS&lt;br /&gt;
&lt;br /&gt;
Making Your Backup&lt;br /&gt;
You may now copy clone your drive to the image.&lt;br /&gt;
&lt;br /&gt;
1. Open a new shell (Action-N from ambient).&lt;br /&gt;
2. Input the following command line commands. Press entere at the end of each line.&lt;br /&gt;
&lt;br /&gt;
sys:&lt;br /&gt;
copy clone all #? IMAGE0:&lt;br /&gt;
&lt;br /&gt;
3. Wait for the copy to finish.&lt;br /&gt;
4. Repeat for each drive you want to backup.&lt;br /&gt;
&lt;br /&gt;
CONGRATULATIONS! You now have perfect backups of your MorphOS drives!&lt;br /&gt;
&lt;br /&gt;
To Restore:&lt;br /&gt;
&lt;br /&gt;
1. Open SYS:Tools/FileImageCtrl&lt;br /&gt;
2. Select a Unit&lt;br /&gt;
3. Click Insert...&lt;br /&gt;
4. Select your backup image&lt;br /&gt;
5. Close FileImageCtrl&lt;br /&gt;
6. Open SYS:Tools/Mounter&lt;br /&gt;
7. Select fileimage.device from the top pane&lt;br /&gt;
8. Highlight IMAGE0 (or whatever you named your image) in the bottom pane.&lt;br /&gt;
9. Select MorphOS SFS from the FileSystem: gadget.&lt;br /&gt;
16. Click Mount, or Mount on Boot if you want the image to always be mounted when you start MorphOS&lt;br /&gt;
17. Close Mounter&lt;br /&gt;
18. You may now copy all or some of the files from IMAGE0: to wherever you want.&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	<entry>
		<id>https://library.morph.zone/index.php?title=Main_Page&amp;diff=405</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Main_Page&amp;diff=405"/>
				<updated>2010-05-04T19:18:17Z</updated>
		
		<summary type="html">&lt;p&gt;Jason: /* Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;siteLogo&amp;quot; style=&amp;quot;float: right;&amp;quot;&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#274572;&amp;quot;&amp;gt;Welcome to the MorphOS Library,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;top:+0.2em; font-size:95%;&amp;quot;&amp;gt;the wiki based library of MorphOS related documentation.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%; text-align:left; font-size:85%;&amp;quot;&amp;gt;[[Special:Statistics|{{NUMBEROFARTICLES}}]] articles in [[English language|English]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Do you have suggestions or would like to contribute? Please contact: &amp;lt;div id=&amp;quot;message2library&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Important notes to editors:''' [[Basic Guidelines]] - [[List of Wanted Articles]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==MorphOS - The Lightning OS==&lt;br /&gt;
&lt;br /&gt;
* [[What is MorphOS?]]&lt;br /&gt;
* [[Hardware Platforms]]&lt;br /&gt;
* [[Installation]]&lt;br /&gt;
* [[Characteristic features]]&lt;br /&gt;
* [[MorphOS integration]]&lt;br /&gt;
* [[MorphOS Development]]&lt;br /&gt;
* [[Developer tools]]&lt;br /&gt;
* [[3D graphics]]&lt;br /&gt;
* [[Games]]&lt;br /&gt;
* [[MorphOS key applications]]&lt;br /&gt;
* [[Platform expansion]]&lt;br /&gt;
* [[Who needs MorphOS?]]&lt;br /&gt;
* [[Conclusions]]&lt;br /&gt;
* [[Useful links]]&lt;br /&gt;
* [[F.A.Q.]]&lt;br /&gt;
* [[Historical notes]]&lt;br /&gt;
* [[Contributors]]&lt;br /&gt;
&lt;br /&gt;
==Articles==&lt;br /&gt;
The core of the MorphOS Library can be found here.  Along with the provided manuals, there are several documents designed to help users get the most out of their MorphOS powered computer.&lt;br /&gt;
&lt;br /&gt;
* [[Fundamentals of MorphOS]]&lt;br /&gt;
* [[Dictionary of Terms]]&lt;br /&gt;
* [[Shell Commands|Shell: Commands]]&lt;br /&gt;
* [[Pattern matching|Shell: Pattern Matching]]&lt;br /&gt;
* [[Volume Names]]&lt;br /&gt;
&lt;br /&gt;
==Tutorials==&lt;br /&gt;
Welcome to the Tutorials section of the MorphOS Library.  In this aisle of the library you can find examples and step by step instructions to help get the most out of your MorphOS experience.&lt;br /&gt;
&lt;br /&gt;
*[[Modifying the User-Startup file]]&lt;br /&gt;
*[[Dual-boot MorphOS and MacOS X on a Mac Mini G4]]&lt;br /&gt;
*[[How to write Mails with SimpleMail]]&lt;br /&gt;
*[[MorphOS External USB Drive Backup Guide]]&lt;br /&gt;
&lt;br /&gt;
==Development==&lt;br /&gt;
In the development section of the MorphOS Library, you can find a collection of helpful articles and tutorials focused on MorphOS software development.&lt;br /&gt;
&lt;br /&gt;
*[[In-depth: The New MorphOS Memory System]]&lt;br /&gt;
*[[Reggae: MorphOS multimedia framework]]&lt;br /&gt;
&lt;br /&gt;
==Benchmarks, Reports &amp;amp; Reviews==&lt;br /&gt;
*[[jPV's MorphOS 2 Review]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
The MorphOS Link Database is a collection of websites that are of interest to all current and potential future users of MorphOS. For easier navigation, we have separated the list of websites into multiple categories.&lt;br /&gt;
&lt;br /&gt;
*[[Links#Community_Portals_.26_Forums|Community Portals]]&lt;br /&gt;
*[[Links#File_Repositories|File Repositories]]&lt;br /&gt;
*[[Links#Software|Software]]&lt;br /&gt;
*[[Links#Developers|Developers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Work in Progress==&lt;br /&gt;
*[[ReTooled]]&lt;/div&gt;</summary>
		<author><name>Jason</name></author>	</entry>

	</feed>