- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Nested File Systems...
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
тАО09-13-2005 10:11 AM
тАО09-13-2005 10:11 AM
Nested File Systems...
Regular mounted file system:
/dev/vg01/lvol5 --> /data
That's normal and acceptable. But this is bad practice:
/dev/vg01/lvol5 --> /data
/dev/vg01/lvol6 --> /data/newvol
If this is not bad practice and is perfectly acceptable - then let me know, but I don't think so. Also, if you support this as being bad practice, can you point me to some documentation that also supports this as being bad practice.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 10:30 AM
тАО09-13-2005 10:30 AM
Re: Nested File Systems...
In the old days, with traditional s5 filesystems, one was definitely encouraged to keep the mount trees as short as possible but modern filesystems handle this much better -- as long as one restricts oneself to a "reasonable level". I'll define "reasonable" to no more than 3 levels. I doubt very much using the example you cited that there would be any measurable performance difference.
The one restriction is that one must be certain of the mount order of nested filesystems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 10:34 AM
тАО09-13-2005 10:34 AM
Re: Nested File Systems...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 11:37 AM
тАО09-13-2005 11:37 AM
Re: Nested File Systems...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2005 12:12 PM
тАО09-13-2005 12:12 PM
Re: Nested File Systems...
The failures due to filesystem nesting occurs, when an unknowing and careless sysadmin (wannabe) comes and starts "tidying-up" the fstab, with fancy alphabetical sorting etc. This is what gets you in trouble, not the actual nesting itself.
As one of the posts above indicated, some large software implementations actually encourage this to maintain application supportability. I actually dare you to ask any SAP consultant to break-up their mountpoint structure. They will scream bloody murder to oblivion. So, you have to live with it or learn to live with it. Once in this territory, keep a tab on the fstab by setting cronjobs, tripwires etc. to monitor the well-intended but ill-executed modifications.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2005 04:41 PM
тАО09-14-2005 04:41 PM
Re: Nested File Systems...
You perception is not correct and this is infact a good practice. As stated ealier system started migrating to this because of the flexibility available. Very older systems HPUx 9.x use to have only one root file system mounted on /. In these days there use to be problems of file system filling up as in that case / use to have everything including tmp and log files which always grow.
Then came the technology of seperating file systems to avoid such problems and allthough the option of having single root including all other file systems is still there nobody uses that.
Same option with some less priority applies here as well. It is still recommended to have one file system dedicated to one particular application itself but on the other part one application can have more than one file systems always, which is the case here.This also gives an option to overcome from some space problems without major changes.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2005 04:49 PM
тАО09-14-2005 04:49 PM