|
|
#1 |
|
Prospect
Join Date: Mar 2002
Posts: 7
|
problems using "tar"
I tried to create a tar archive using the CLI but it failed owing to this error:
tar: Failed open to write on /dev/nrst0 <Permission denied> Do I need to adjust some setting? I'm logged in as an admin user. Thanks. |
|
|
|
|
|
#2 |
|
League Commissioner
Join Date: Jan 2002
Posts: 5,536
|
perhaps you could give us the entire command line, and what you're trying to backup to...
nrst0 is a non-rewinding tape drive ? how did you get that device configured? if you did. |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Jan 2002
Location: Singapore
Posts: 4,237
|
Elan,
Do you have fink installed ? Cheers... |
|
|
|
|
|
#4 |
|
All Star
Join Date: Jan 2002
Location: CO, USA
Posts: 908
|
The error is you aren't telling tar a filename in which to place files. If you don't, it defaults to a tape drive (/dev/nrst0 in this case).
You want to use something like Code:
tar cvf mynewfile.tar files to tar |
|
|
|
|
|
#5 |
|
Prospect
Join Date: Mar 2002
Posts: 7
|
Hi all. Thanks to "blb" who diagnosed my error. Though I read the man pages, I couldn't figure out the syntax. Kept getting that cryptic error message. Obviously, I'm a very green beginner. Thanks again!
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|