I create a FS on AIX6 easily with 3 commands. The procedure that i follow is:
1- mklv ..........
2- crfs (with -m mountpoint) ........
3- mount .......
But when i have tried the same procedure on AIX7, i got the following error:
mount: 0506-324 Cannot mount DEVICENAME on MOUNTPOINT. A file or directory in the path name does not exist.
I have to use mkdir command to create the mountpoint. Am i missing sth or is it a new feature (limitation) for AIX7? Maybe its because of an OS setting?