- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- finding mount points owners
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-27-2002 10:52 AM
тАО03-27-2002 10:52 AM
How can I find out ownerships of the mount points on a any system?
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 10:57 AM
тАО03-27-2002 10:57 AM
Re: finding mount points owners
for nfs mounts:
showmount -a
and
showmount -d
for local mounts
mount
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 10:58 AM
тАО03-27-2002 10:58 AM
Re: finding mount points owners
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 11:01 AM
тАО03-27-2002 11:01 AM
Re: finding mount points owners
I don't think mount command will work. It doesn't say what group and owner does specific mount belongs to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 11:03 AM
тАО03-27-2002 11:03 AM
Re: finding mount points owners
There is no command to find the owner and group of a mount point. Try the simplest way, first do a "bdf" to find the mount point and then do a "ll" to check for the owner and group for the mount point.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 11:18 AM
тАО03-27-2002 11:18 AM
Re: finding mount points owners
The ownership/permissions can be found by 'ls -al' on the mount point.
If you have ACL's then use 'lsacl' command.
While mounting, you are not assigning any permissions there, it is assigned just like you assign permissions to a directory.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 12:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2002 05:53 AM
тАО03-28-2002 05:53 AM
Re: finding mount points owners
I have seen cases where the permissions were different and everyone could read and write to a mount point when the filesystem was not mounted and mysteriously (/) would fill up and no one could find the cause. HINT: after the ls -ld with the filesystems unmountd a du -ks on the same mount points might be in order.
Good Luck,
Miguel