Operating System - HP-UX
1819695
Members
3543
Online
109605
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-31-2005 06:51 AM
тАО03-31-2005 06:51 AM
Hello
What command will I use if i want to write on an exported filesystem?I know how to configure it in sam, but I wanted to know in command line
thanks
What command will I use if i want to write on an exported filesystem?I know how to configure it in sam, but I wanted to know in command line
thanks
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2005 06:56 AM
тАО03-31-2005 06:56 AM
Re: exportfs
By default, filesystems are exported read-write. You first edit the file /etc/exports and add your filesystems
/u01
Save the file and then exportfs -a which will exported any unexported filesystems list in /etc/exports. If you want to change the attributes of an already exported filesystem, you need to unexport it
exportfs -u /u01, make your changes to /etc/exports, and then exportfs -a.
Man exports and exportfs for details.
/u01
Save the file and then exportfs -a which will exported any unexported filesystems list in /etc/exports. If you want to change the attributes of an already exported filesystem, you need to unexport it
exportfs -u /u01, make your changes to /etc/exports, and then exportfs -a.
Man exports and exportfs for details.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2005 07:01 AM
тАО03-31-2005 07:01 AM
Solution
you can write on an exported directory, to me it means you are on the nfs server. to write on a nfs mounted directory , you will need to export it without -o ro option. which is default.. If this is temporary , i do it as follows,
exportfs -i /kapil/soft -o root=server1,access=server1. Please note that if you do not give root=server1 , The root user of server1 will not have any permission on this mounted directory.
Kaps
exportfs -i /kapil/soft -o root=server1,access=server1. Please note that if you do not give root=server1 , The root user of server1 will not have any permission on this mounted directory.
Kaps
Nothing is impossible
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP