[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: How do I configure Tape Drive



Hi Art,

Forgive my ignorance! I seem to have a whole bunch of
devices set-up by default within the /dev directory for tape
drive use (e.g., /dev/nst0). However when I go to use the
device name I get the following error message displayed:
/dev/nst0: Permission denied. I have tried running the
command as 'root' and I now read and write from the tape.

I would like however to allow other users use of the tape. Not
just the 'root' user. Is this possible? If so how can I do it? Is it
just a case of using chmod on the device file?


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
=========================================================


-----Original Message-----
From: Art Ross [mailto:aross skyenet net]
Sent: 05 November 2001 23:57
To: redhat-install-list redhat com
Subject: Re: How do I configure Tape Drive


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



_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list



************************************************************************
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
****************************************************************






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]