- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mounting /home to external storage
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
09-21-2003 08:09 PM
09-21-2003 08:09 PM
I am trying to mount /home to external disk system2100. It is RAID 5. I created a new lvol in a new vg( vg01) and mount it as
mount /dev/vg01/lvol1 /webuser,
Now, what I am trying to do is, mount my /home dir to this new lvol: /dev/vg01/lvol1. New /dev/vg01/lvol1 is mounting to /home w/o any probelm. I have also changed users home dir into this new lvol1 through SAM.
user1---->home dir---->/webuser/user1
but whenever, user1 login to the system, that user1 get "/" path as his home dir. How can I get /webuser/user1 as my home dir.
Thanks and best regards
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 08:14 PM
09-21-2003 08:14 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 08:14 PM
09-21-2003 08:14 PM
Re: mounting /home to external storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 08:15 PM
09-21-2003 08:15 PM
Re: mounting /home to external storage
Check the permissions on /webuser and /webuser/user1 if the users can read his files.
Chech the passwd file if sam changed the home directory for the user.
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 09:06 PM
09-21-2003 09:06 PM
Re: mounting /home to external storage
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 04:19 AM
09-23-2003 04:19 AM
Re: mounting /home to external storage
I can login into my home dir, like /webuser/user1.
How can I stop accessing user to go up-ward of dir. Like "cd /". I don't want our users able to go "/" by "cd"ing.
For disk quota, I am confused about the blocks=?B. I knew,
1 block=512Byte. So, I gave 16384Blocks( =8MB) for an user, but he can upload almost 16MB file to his home dir, say to /webuser/user1.
Pls advise.
Thanks and best regards
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 04:30 AM
09-23-2003 04:30 AM
Re: mounting /home to external storage
The only way to restrict use of the cd command is to use the "restricted" shell: rsh or rksh, for example. Try doing a man on rksh (you'll have to search through for occurences of the "rksh" phrase) to get some idea of the restrictions this sets up.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 02:06 PM
09-23-2003 02:06 PM
Re: mounting /home to external storage
Bill Hassell, sysadmin