- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trouble removing a directory name
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
06-20-2001 07:51 AM
06-20-2001 07:51 AM
Trouble removing a directory name
I have a directory the was "lost" during a defrag of the disk but the name of the directory still exists in the filesystem. I can only see the directory name with a straight ls command. If I do ll, it does not show up. If I try to rm or mv it, I get the message "cannot access: Function is not available". I need this directory name back. Any ideas on how I can get the name of the directory freed up?
tnx
Glenn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 07:53 AM
06-20-2001 07:53 AM
Re: Trouble removing a directory name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 07:55 AM
06-20-2001 07:55 AM
Re: Trouble removing a directory name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 07:59 AM
06-20-2001 07:59 AM
Re: Trouble removing a directory name
The ls -q did not show anything extra.
Any other solutions other than rebooting?
Glenn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 10:25 AM
06-20-2001 10:25 AM
Re: Trouble removing a directory name
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 12:59 PM
06-20-2001 12:59 PM
Re: Trouble removing a directory name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 01:10 PM
06-20-2001 01:10 PM
Re: Trouble removing a directory name
FYI The main issue was that the disk was corrupted. A reboot of the server would have worked but I would have needed to restore all the data any way since various files were already lost.
Glenn Wagner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 02:35 AM
06-21-2001 02:35 AM
Re: Trouble removing a directory name
lvdisplay -v /dev/vgXY/lvolXYZ | more
How are you mounting your filesystem?
mount -p
The only time I've had problems such as yours is when a CPU went on the blink. It defragged my filesystem... and fracked up half the data with it.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 04:33 AM
06-21-2001 04:33 AM
Re: Trouble removing a directory name
Thanks for the tip though
Glenn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 10:52 AM
06-21-2001 10:52 AM
Re: Trouble removing a directory name
Hi
U can try this.
#fsck -o full -F "ur File system type" -y /dev/vgnn/lvolnn
Problem may get solve.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2001 03:14 PM
06-21-2001 03:14 PM
Re: Trouble removing a directory name
Regards,
Shannon