- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File system query.
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
12-23-2003 02:57 AM
12-23-2003 02:57 AM
File system query.
I have a query .
We have a file system which is on internal disk mounted to /xxx directory . Now one another file system which is from SAN is mounted to /xxx/yy/zz directory .
/xxx has all appication and /xxx/yy/zz has data files.
Normally we mount all file systems to directories under root . Does this kind of a mounting (FS under another FS)gives any problems , like performace etc ..
Thanks in advance.
baiju.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 03:02 AM
12-23-2003 03:02 AM
Re: File system query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 03:03 AM
12-23-2003 03:03 AM
Re: File system query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 03:06 AM
12-23-2003 03:06 AM
Re: File system query.
You can also create link files that point to a file system mounted on root, instead of actual mounts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 03:08 AM
12-23-2003 03:08 AM
Re: File system query.
regards,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 03:09 AM
12-23-2003 03:09 AM
Re: File system query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2003 03:11 AM
12-23-2003 03:11 AM
Re: File system query.
However, it is conventional (but not essential) to use dedicated, empty directories for your mount points.
Otherwise, any files present in a directory on top of which a file system is mounted become inaccessible. In your case, if on your internal disk, there were files under /xxx/yyy/zz, then when you mount the SAN filesystem onto this dir, the files can't be seen (but they are still there).
Hope this helps. I attach a mount -pl listing to show how we do it.
-- Graham