Operating System - HP-UX
1752721 Members
7048 Online
108789 Solutions
New Discussion юеВ

LVM - Extending file system

 
SOLVED
Go to solution
Joe Profaizer
Super Advisor

LVM - Extending file system

Using Online JFS to extend file system from 2gb to 3gb.
fsadm -F vxfs -b 3145728 /orasys
vxfs fsadm: cannot open /orasys/lost+found/.fsadm - errno 2

I noticed the lost+found directory is missing also. What should I do?

Novice....
3 REPLIES 3
Rick Garland
Honored Contributor

Re: LVM - Extending file system

If you can restore those files from backup, do it. Should work OK after restore.
I don't know what is in the .fsadm you mentioned.
John Palmer
Honored Contributor
Solution

Re: LVM - Extending file system

I think fsadm uses lost+found as a scratch area. To recreate it:-

cd /
mklost+found

Regards,

John
Tim Nelson
Honored Contributor

Re: LVM - Extending file system

NAME
mklost+found - make a lost+found directory for fsck(1M)

SYNOPSIS
/usr/sbin/mklost+found

DESCRIPTION
The mklost+found command creates a directory named lost+found in the
current directory. It also creates several empty files which are then
removed to provide empty slots for the fsck command (see fsck(1M)).