[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How do I configure Tape Drive
- From: Art Ross <aross skyenet net>
- To: redhat-install-list redhat com
- Subject: Re: How do I configure Tape Drive
- Date: Mon, 05 Nov 2001 18:57:12 -0500
Robert Jackson wrote:
> Hi All,
>
> I have my Redhat Linux 7.1 database server set-up as I now want it. My only
> issue is with the tape drive. The machine has an internal SCSI DAT drive.
>
> How do I configure Linux to allow me to use the tape drive with say 'tar'
> or 'cpio'.
>
> TIA,
> Rab.
> =========================================================
> Robert Jackson Phone: +44 (0) 141 332 7999
> Software Engineer Fax: +44 (0) 141 331 2820
> Walker Martyn Ltd
> 1 Park Circus Place Email: rab walkermartyn co uk
> Glasgow G3 6AH, Scotland Web: http://www.walkermartyn.co.uk
> =========================================================
>
> ************************************************************************
> The information in this internet E-mail is confidential and is intended
> solely for the addressee. Access, copying or re-use of information in it
> by anyone else is unauthorised. Any views or opinions presented are
> solely those of the author and do not necessarily represent those of
> Walker Martyn Ltd or any of its affiliates. If you are not the
> intended recipient please contact administrator walkermartyn co uk
> ****************************************************************
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list redhat com
> https://listman.redhat.com/mailman/listinfo/redhat-install-list
I have an external SCSI tape device. Here's how I do backups.
mknod /dev/st0 # Creates the /dev/st0 file. My SCSI device is the
first one on the SCSI ribbon for the adapter card.
mt -f /dev/st0 rewind # Moves the tape device to the beginning of the tape.
dump -f /dev/st0 /dev/hda1 # Dumps everything on the /dev/hda1 IDE device
the the tape.
Check you man files for more details and additional options.
restore -ivf /dev/st0 # To restore. I don't have to partial restores at
this time but the option does exist.
Hope this helps you get started.
Best Regards,
Art
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]