- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: filesystem
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-26-2008 03:07 AM
09-26-2008 03:07 AM
filesystem
-----------
i got following error.
vxfs fsadm: cannot open /tmp/lost+found/.fsadm - errno 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 03:13 AM
09-26-2008 03:13 AM
Re: filesystem
Try to create /tmp/lost-found and start it again.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 03:19 AM
09-26-2008 03:19 AM
Re: filesystem
for more detailed information please read:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1222427658295+28353475&threadId=153133
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 03:27 AM
09-26-2008 03:27 AM
Re: filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 03:32 AM
09-26-2008 03:32 AM
Re: filesystem
can you please help me to know what are the steps to create /tmp/lost+found directory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 03:37 AM
09-26-2008 03:37 AM
Re: filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 03:43 AM
09-26-2008 03:43 AM
Re: filesystem
==========================================
mkdir -p -m 755 /tmp/lost+found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 03:47 AM
09-26-2008 03:47 AM
Re: filesystem
yes, that's right.
Also make a 'touch /tmp/lost+found/.fsadm'
and a 'chmod 600 /tmp/lost+found/.fsadm'
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 03:48 AM
09-26-2008 03:48 AM
Re: filesystem
everything is mentioned in good depth in the link i send
mkdir /tmp/lost+found
Then you can try the fsadm command. If it still fails then use touch to create the .fsadm file
touch /tmp/lost+found/.fsadm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 04:01 AM
09-26-2008 04:01 AM
Re: filesystem
# cd /tmp
# /usr/sbin/mklost+found
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 04:14 AM
09-26-2008 04:14 AM
Re: filesystem
You MUST have the lost+found dir on each filesystem mount point.
If it's not there so you can create it like
mkdir /tmp/lost+found
Set ownership & perms if necessary
Then create a .fsadm file using touch
touch /tmp/lost+found/.fsadm
now try fsadm command it should run.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 04:27 AM
09-26-2008 04:27 AM
Re: filesystem
What you doing man.
fsadm -F vxfs -b 300M /tmp
(use capital M)
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 04:30 AM
09-26-2008 04:30 AM
Re: filesystem
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2008 04:37 AM
09-26-2008 04:37 AM
Re: filesystem
The *correct* way to make the 'lost+found' directory is to use the command:
# mklost+found
See the corresponging manpages for why.
Regards!
...JRF...