- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to cd to a 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
09-29-2005 06:50 PM
09-29-2005 06:50 PM
Unable to cd to a directory
This directory is mounted on from some other machine.Neither i am able to execute any command on that directory such as ls or even chmod.
If i try to do that then the process just hangs.
When i try to kill these process using kill -9 pid i am not able to kill those process.
What can be the problem and why is the process not getting killed even after using -9 option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 06:52 PM
09-29-2005 06:52 PM
Re: Unable to cd to a directory
If it is, log into it and run exportfs -av
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 07:19 PM
09-29-2005 07:19 PM
Re: Unable to cd to a directory
I mean directory A is mounted from M1 to M2.
and B,C are a subdir of A.
I am able to access A,C but i am not able to access B.
I executed this command what did u want me to check?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 07:36 PM
09-29-2005 07:36 PM
Re: Unable to cd to a directory
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 08:07 PM
09-29-2005 08:07 PM
Re: Unable to cd to a directory
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 09:12 PM
09-29-2005 09:12 PM
Re: Unable to cd to a directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 09:15 PM
09-29-2005 09:15 PM
Re: Unable to cd to a directory
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 09:18 PM
09-29-2005 09:18 PM
Re: Unable to cd to a directory
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 10:05 PM
09-29-2005 10:05 PM
Re: Unable to cd to a directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 10:08 PM
09-29-2005 10:08 PM
Re: Unable to cd to a directory
2. bdf -il|grep (name of directory A).
If directory B is in the same filesystem as directory A you should only see one entry. If directory B is a separate filesystem you will see an entry for it. In this case, you will need to make sure it is in /etc/exports and that the server you want to access it from is listed.
Mark