- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mounting Remote file system
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
03-22-2007 07:37 PM
03-22-2007 07:37 PM
Re: Mounting Remote file system
I don't see a space before "-access=". Was this a typo?
If you do the following, you should see an entry for xtab:
# exportfs -av
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 09:57 PM
03-22-2007 09:57 PM
Re: Mounting Remote file system
Regards,
Mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 10:09 PM
03-22-2007 10:09 PM
Re: Mounting Remote file system
From Dave's checklist, that's now 5). I suppose you could jump directly to your mount command:
# mount -F nfs -o rsize=32768,wsize=32768 10.162.185.7:/arch /u01
>sorry for being repeated trouble
Well, you can start assigning a few points. ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 10:24 PM
03-23-2007 10:24 PM
Re: Mounting Remote file system
Yes I am able to mount /arch as /u01 but now real problem is I want to retain /u01 as local one and wants to remote mount as a someother name say /n01 so that I can copy whatever the contents resides in /no1(ofcourse, remote mount point) to my local /u01.
Regards,
Mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2007 12:00 AM
03-24-2007 12:00 AM
Re: Mounting Remote file system
If you want to mount arch somewhere else, umount /u01, then mkdir /n01, then mount arch to /n01.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2007 12:58 AM
03-24-2007 12:58 AM
Re: Mounting Remote file system
Thanks one again.
Regards,
Mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2007 12:34 PM
03-26-2007 12:34 PM
Re: Mounting Remote file system
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
- « Previous
-
- 1
- 2
- Next »