- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- New File System on HP-Ux V11.00
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
11-27-2001 08:38 AM
11-27-2001 08:38 AM
I have added a new FS on my server. It's a journakized FS (VxFS).
Under the mount directory there is a directory called "lost+found".
Do I have to create a file named .fsadm in the lost+found directory ?!
Thank You
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 08:41 AM
11-27-2001 08:41 AM
Re: New File System on HP-Ux V11.00
This is from the man page for fsadm_vxfs :
fsadm uses the file .fsadm in the lost+found directory as a lock file.
When fsadm is invoked, it opens the file lost+found/.fsadm in the root
of the file system specified by mount_point. If the file does not
exist, it is created. The fcntl(2) system call is used to obtain a
write lock on the file. If the write lock fails, fsadm will assume
that another fsadm is running and will fail. fsadm will report the
process ID of the process holding the write lock on the .fsadm file.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 08:43 AM
11-27-2001 08:43 AM
Re: New File System on HP-Ux V11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 09:09 AM
11-27-2001 09:09 AM
Re: New File System on HP-Ux V11.00
If it is removed, the system will function until a crash or some other corruption forces fsck (filesystem checker) to run. fsck cannot fix any lost inodes as there is no place to put them. Always make sure lost+found is on all locally mounted, writable filesystems.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 12:28 PM
11-27-2001 12:28 PM
Re: New File System on HP-Ux V11.00
When fsadm is invoked next for any file system (VxFS) maintenance, it'll create a lockfile in lost+found directory. You need not create it manually.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 12:33 PM
11-27-2001 12:33 PM
SolutionNo! When a FS is created it created the
lost+found directory for FS maintenance reasons. You will be better off leaving that directory untouched. .fsadm is a lock file which gets created and removed as per the execution of fsadm command.
HTH
raj