Koozali.org: home of the SME Server

Backup to USB

Adam Thompson

Backup to USB
« on: February 20, 2003, 11:18:08 PM »
I have noticed on the servey that some people have said they back up to an external USB hard drive. I would be very interested for more information on how to do this. If there is anyone who could point me in the right direction. Please let me know.
Regards,
Adam

Luis

Re: Backup to USB
« Reply #1 on: March 07, 2003, 07:00:19 AM »
Hi Adam,
Linux kernal version 2.4 and greater should support USB Hard drives.
Try the following, login as 'root' and issue the following commands:
modprobe usb-storage
modprobe ide-scsi
The USB hard drive should be recognized as '/dev/sda' unless you have other SCSI disks attached, then it will take on the next available letter (eg. 'sdb', 'sdc' ...)  (USB Storage devices seem to be treated as SCSI devices).
Once it's been recognized, you can 'fdisk' (partition) the drive: '/sbin/fdisk /dev/sda'
Then build the file system: '/sbin/mkfs /dev/sda'.
From there, modify the '/etc/fstab' file and mount the drive.
Cheers.
- Luis.

Laurent DINCLAUX

Re: Backup to USB
« Reply #2 on: November 03, 2003, 03:41:37 AM »
How can I automates the:
modprobe usb-storage
modprobe ide-scsi

Charlie Brady

Re: Backup to USB
« Reply #3 on: November 03, 2003, 05:30:02 AM »
Laurent DINCLAUX wrote:
>
> How can I automates the:
> modprobe usb-storage
> modprobe ide-scsi

Please don't crosspost.

You'll find an answer in the wishlist forum.

Charlie