- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /dev/rmt/0mn Permission denied
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:23 AM
01-13-2004 01:23 AM
/dev/rmt/0mn Permission denied
, but the error is /dev/rmt/0mn Permission denied
I have created an another device file c5t4d0BESTn, but the problem is the same.
I have found here an another forum with the same problem, but no answer is there:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=130600
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:30 AM
01-13-2004 01:30 AM
Re: /dev/rmt/0mn Permission denied
# tar -cvf /dev/rmt/0mn /tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:33 AM
01-13-2004 01:33 AM
Re: /dev/rmt/0mn Permission denied
#dd if=/etc/hosts of=/dev/rmt/0mn
dd: cannot create /dev/rmt/0mn
Very interesant
The another device file was created with sam , but the problem is the same...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:36 AM
01-13-2004 01:36 AM
Re: /dev/rmt/0mn Permission denied
What does
ioscan -fnC tape
return?
Is your tape device *actually* 0mn?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:40 AM
01-13-2004 01:40 AM
Re: /dev/rmt/0mn Permission denied
have you tried to change tape?
Anyway I would guess about an hardware problem, I suggest you to verify tape drive and cable functionalities.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:41 AM
01-13-2004 01:41 AM
Re: /dev/rmt/0mn Permission denied
That works too:
mt rew
mt -t /dev/rmt/0mn rew
OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:41 AM
01-13-2004 01:41 AM
Re: /dev/rmt/0mn Permission denied
# ioscan -fnkCtape
Class I H/W Path Driver S/W State H/W Type Description
==========================================================================
tape 0 1/0/1/0/0/1/0.1.0 stape CLAIMED DEVICE HP C5683A
/dev/rmt/0m /dev/rmt/c6t1d0BESTn
/dev/rmt/0mb /dev/rmt/c6t1d0BESTnb
/dev/rmt/0mn /dev/rmt/c6t1d0DDS
/dev/rmt/0mnb /dev/rmt/c6t1d0DDSb
/dev/rmt/c6t1d0BEST /dev/rmt/c6t1d0DDSn
/dev/rmt/c6t1d0BESTb /dev/rmt/c6t1d0DDSnb
# ll /dev/rmt/0m
crw-rw-rw- 2 bin bin 205 0x061000 Oct 16 14:13 /dev/rmt/0m
It must be:
...crw-rw-rw-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:45 AM
01-13-2004 01:45 AM
Re: /dev/rmt/0mn Permission denied
# ls -al /dev/rmt/0mn
Also, recreate currupted device files with:
# insf -e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:46 AM
01-13-2004 01:46 AM
Re: /dev/rmt/0mn Permission denied
OK - then check the tape & make sure it's not set to write-protect & try another tape.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:47 AM
01-13-2004 01:47 AM
Re: /dev/rmt/0mn Permission denied
crw-rw-rw- 1 bin bin 205 0x054040 ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:48 AM
01-13-2004 01:48 AM
Re: /dev/rmt/0mn Permission denied
Write protect I will check it tomorrow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:49 AM
01-13-2004 01:49 AM
Re: /dev/rmt/0mn Permission denied
I agree. The tape must be write protected.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:51 AM
01-13-2004 01:51 AM
Re: /dev/rmt/0mn Permission denied
Don't need to visually check for write-protect.
Run
mt -f /dev/rmt/0mn status
It will state write protect in the output IF the tape is set to such.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 01:56 AM
01-13-2004 01:56 AM
Re: /dev/rmt/0mn Permission denied
write protected
I am stupid(and a litle bit tired) and thanks for eweryone