- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: user has no write permissions to ramdisk
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
02-21-2005 09:38 PM
02-21-2005 09:38 PM
user has no write permissions to ramdisk
I´ve got a A500-machine with 11.11 running on it. On this I ´ve configured a ramdisk.
Everytime the ramdisk becomes mounted while booting I have no write permissions as non-root user. So I changed permissions to this directory,umount and mount, everything´s alright. until I boot again. I already tried this with hfs and vxfs filesystems
my fstab entry looks like this:
/dev/dsk/ramdisc /ramdisk vxfs defaults 0 2
the device file permissions of block and character devices are:
brw-r--r-- 1 root sys 9 0x0ff0f0 ... /dev/dsk/ramdisc
crw-r--r-- 1 root sys 9 0x0ff0f0 ... /dev/rdsk/ramdisc
Something in this case makes me confused. I´ve got an A440-machine with 11.0 on it. It has the same configuration and it works?!?
Any ideas?
Thanks in advance
cl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 09:42 PM
02-21-2005 09:42 PM
Re: user has no write permissions to ramdisk
/ramdisk
Not the device files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 09:54 PM
02-21-2005 09:54 PM
Re: user has no write permissions to ramdisk
thanks for replying so fast.
The permissions of the mounting dir is as follows
drwxrwxrwx root root /ramdisk
Writing should be possible.
regards
cl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 09:58 PM
02-21-2005 09:58 PM
Re: user has no write permissions to ramdisk
If you have the time, you might want to look at /etc/mnttab
(1) After you have booted, and the /ramdisc directory is not writable.
(2) After you have unmounted and mounted and the /ramdisc directiry is writeable
If there is a difference between the two entries it should give us a clue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 10:13 PM
02-21-2005 10:13 PM
Re: user has no write permissions to ramdisk
The entry in /etc/mnttab looks like
/dev/dsk/ramdisc /ramdisk vxfs log 0 0 1109070115
This mount options contains only "log". Is it possible to change these settings?
Temporary I´ve added a chmod 777 for /ramdisk in /sbin/init.d/localmount to go around. But I´m not happy with this solution.
regard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 10:26 PM
02-21-2005 10:26 PM
Re: user has no write permissions to ramdisk
/dev/dsk/ramdisc /ramdisk vxfs largefiles,rw,suid 0 2
And see if that helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 10:51 PM
02-21-2005 10:51 PM
Re: user has no write permissions to ramdisk
There must be a difference between mounting manually via fstab and mounting while booting.
Maybe the filehandle has changed in 11.11 and became more secure. Only an idea
regards
cl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 11:07 PM
02-21-2005 11:07 PM
Re: user has no write permissions to ramdisk
2 files to post!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 11:43 PM
02-21-2005 11:43 PM