- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can we mount two different file systems on one dir...
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-03-2006 05:01 AM
02-03-2006 05:01 AM
can we mount two different file systems on one directory?
#bdf
::::
::::
/dev/vg02/praveen_oracle 897449984 706100592 191349392 79% /praveen/oracle
::::
::::
I need to mount a nfs file system on /praveen/oracle.
can i do it without umount it from /dev/vg02/praveen_oracle
if yes, how can i do it?
Thanks
praveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:06 AM
02-03-2006 05:06 AM
Re: can we mount two different file systems on one directory?
Just use normal NFS mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:09 AM
02-03-2006 05:09 AM
Re: can we mount two different file systems on one directory?
#mount ip_address:/directory /praveen/oracle
or something else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:10 AM
02-03-2006 05:10 AM
Re: can we mount two different file systems on one directory?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:11 AM
02-03-2006 05:11 AM
Re: can we mount two different file systems on one directory?
But you bdf output will not be proper.
Also the prev mount directory will go invisible until you unmount the new one..
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:12 AM
02-03-2006 05:12 AM
Re: can we mount two different file systems on one directory?
You cannot mount the NFS filesystem without unmounting the local file system. I disagree with the above post.
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:12 AM
02-03-2006 05:12 AM
Re: can we mount two different file systems on one directory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:30 AM
02-03-2006 05:30 AM
Re: can we mount two different file systems on one directory?
nfs mount: mount_nfs: mount: /apps/LoyAn/share: Device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 06:17 AM
02-03-2006 06:17 AM
Re: can we mount two different file systems on one directory?
If it was just a directory , then it will allow you to mount the NFS filesystem on that directory. In that case you will not be able to see the contents of the directory untill you unmount the NFS filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 06:54 AM
02-03-2006 06:54 AM
Re: can we mount two different file systems on one directory?
What you need to do is either umount /praveen/oracle or mkdir /praveen/oraclenet and nfs mount on the new dir...
Rgds...Geoff