mount: 0506-324 Cannot mount /dev/emre1lv on /emre: A system call received a parameter that is not valid.

0
2055

you can face up below problem to importvg.When you want to mount your filesystems,you get an error.

root@emre:/home/root>mount -f /emre1
mount: 0506-324 Cannot mount /dev/emre1lv on /emre: A system call received a parameter that is not valid.

Solution:

cat /etc/filesystems >> yyou can find your mount point

/emre:
dev = /dev/emre1lv
vfs = jfs2
log = /dev/emrelog
mount = true
check = false
options = rw
account = false
mountguard = yes

 

change it

/emre:
dev = /dev/emre1lv
vfs = jfs2
log = INLINE
mount = true
check = false
options = rw
account = false
mountguard = yes

 

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.