- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Missing . (dot) file
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
тАО06-08-2004 02:53 AM
тАО06-08-2004 02:53 AM
My email is art@comcar.com
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 02:54 AM
тАО06-08-2004 02:54 AM
Re: Missing . (dot) file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 02:59 AM
тАО06-08-2004 02:59 AM
Re: Missing . (dot) file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:00 AM
тАО06-08-2004 03:00 AM
Re: Missing . (dot) file
# mount
This will list all mounted filesystems.
OR
then you have empty filesystem but still it should atleast display lost+found directory provided you in root of the filesystem's mount point.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:06 AM
тАО06-08-2004 03:06 AM
Re: Missing . (dot) file
Session 1, log in and type
mkdir /tmp/delete
cd /tmp/delete
Session 2, log in on another screen and type
rmdir /tmp/delete
Sesssion 1, go back to this session and do
ll
"ll" needs the "." "file" (which is actually a directory alias for the current directory) in order to look through it to show you all the files in your current directory. In this case, however, it's not there because your other session removed it when it deleted the directory you are in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:06 AM
тАО06-08-2004 03:06 AM
Re: Missing . (dot) file
A bdf shows the filesystem mounted, but when I cd to the filesystem and do the ll, it stops at the point that the . (dot) file missing message is displayed. The filesytem actually contains 8 subdirectories of application information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:07 AM
тАО06-08-2004 03:07 AM
Re: Missing . (dot) file
If you have a first session and be placed inside of /subdir_one/subdir_two. And you have a second session and removes /subdir_one, when second sesssion tries any command this message will appear because dot file makes reference at subdir_two structure and was deleted!
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:12 AM
тАО06-08-2004 03:12 AM
SolutionThere was nothing removed or deleted from /holdit or /.
after that first error "can't find "." file,
system crashed, and rebooted."
If you try to reboot with that disk in or mout the disk after reboot system crashes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:12 AM
тАО06-08-2004 03:12 AM
Re: Missing . (dot) file
Unmount the filesystem and fsck it.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:13 AM
тАО06-08-2004 03:13 AM
Re: Missing . (dot) file
ran fsck -vxfs -o full.
Says needs to run full fsck does not clean.
Superblock missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:15 AM
тАО06-08-2004 03:15 AM
Re: Missing . (dot) file
Umount this filesystem and check if any directory or file structures are preserved inside.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:15 AM
тАО06-08-2004 03:15 AM
Re: Missing . (dot) file
I agree with R-J.
Appears you may have a corrupted inode table...IF...in fact no one has deleted that subdir's contents.
You're only choice now would be to attempt to umount the FS & run fsck -o full on it.....and hope your backup's good....
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:16 AM
тАО06-08-2004 03:16 AM
Re: Missing . (dot) file
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:19 AM
тАО06-08-2004 03:19 AM
Re: Missing . (dot) file
There are multiple copies of the superblock.
If a single good one cannot be found...well...that's indicative of a drive that's no longer of this earth.
This is why mirrors are so useful. It's not a matter of IF a drive will fail - it's WHEN.
Hope you have a recent, good backup.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:21 AM
тАО06-08-2004 03:21 AM
Re: Missing . (dot) file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:22 AM
тАО06-08-2004 03:22 AM
Re: Missing . (dot) file
This all happened this past weekend.
/holdit was built as vg10
I copied all my applications into that volume group.
Saturday morning I cd to /holdit and ran ll and du -sk of the copied application subdirectories - no problems.
It was not until later that the missing "." file reared its ugly head on an ll.
Sam could see the filesystem and its only lvol.
I did a mount which promptly caused a system panic.
At boot time the system paniced again.
I removed the offending disk (it is in a Jamaica enclosure) and was able to finish the boot.
When I seated the drive and did a mount, the system paniced again.
Repeated the boot minus the disk.
Bottom line I had to recover my applications from tape. 9 hours later I was back in production.
So much for using a disk rather than tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2004 03:25 AM
тАО06-08-2004 03:25 AM
Re: Missing . (dot) file
I hope not to replicate this again. Just curious.
Have a good day, everyone.
Thanks.
Art