- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Can't mount /home directory
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-10-2005 06:18 AM
02-10-2005 06:18 AM
Can't mount /home directory
I created a directory called /home, ypbind is successful, and the auto.master reads as followings:
/home yp:auto.home nosuid
When I cd to /home, there's nothing in the directory? What could be the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 07:05 AM
02-10-2005 07:05 AM
Re: Can't mount /home directory
Note that /home is a common folder for Linux installs. Thats the default location of user HOME directories.
That being the case, the folder already exists and has contents. They will become inaccessible if you try and mount a filesystem on it.
If there already was a filesystem/parition named /home, this also explains why the error is occurring. Can't have two.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 07:21 AM
02-10-2005 07:21 AM
Re: Can't mount /home directory
That's what I am trying to do. Automount the user HOME directories that physical live on other server.
Therefore I don't think I need to edit the /etc/fstab. Or do I?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 12:36 AM
02-11-2005 12:36 AM
Re: Can't mount /home directory
- is the automounter running properly?
- can You access the mount point through autmounter via /net/server/home ? (might also be /hosts or so)
- Is Your NIS-map for the automouter okay and works on other hosts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2005 10:17 PM
02-12-2005 10:17 PM
Re: Can't mount /home directory
Sheryl, can you send us your /etc/auto.master?
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 01:54 AM
02-16-2005 01:54 AM
Re: Can't mount /home directory
/home yp:auto.home nosuid
The mount point(/home)is there in root's home directory, but it's empty. I can login as myslef, but my profile is not getting read.
Any idea on what the problem could be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 02:37 AM
02-16-2005 02:37 AM
Re: Can't mount /home directory
Still I think that the map on the NIS server is missing
/home yp:auto.home nosuid
refers to it, and if it's not supplied to the automouter, he can't automount /home :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 02:42 AM
02-16-2005 02:42 AM
Re: Can't mount /home directory
Sheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 05:24 PM
02-16-2005 05:24 PM
Re: Can't mount /home directory
mount server:/home /home ?
any error messages on your linux box and/or NFS server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 01:45 AM
02-18-2005 01:45 AM
Re: Can't mount /home directory
a) you mention that you only cd into /home. Usually you wont see anything in /home. Have you tried cd /home/userid? It would be beneficial to see a few lines of your auto.home map too.
b) root usually can't cd into these dirs, make sure you are running cd as a non-priv user. su - userid; cd ~
c) do your other automounted directories work?
-p