mount command hang on VXFS volume without -t vxfs argument
Updated: 05 Jan 2012 | 4 comments
This issue has been solved. See solution.
Using SFHA 4.1 MP4 on SUSE 10 SP1 my mount command hang if I doesn't specify the -t vxfs option.
Any seen this before ?
mount -t vxfs /dev/vx/dsk/dglogs/lvlogs /logs/ {works}
mount /dev/vx/dsk/dglogs/lvlogs /logs/ {hangs until reboot}
However the right mount seems to be called :
root 1115 9316 0 12:30 pts/2 00:00:00 mount /dev/vx/dsk/dglogs/lvlogs /logs/
root 1254 1115 0 12:30 pts/2 00:00:00 /sbin/mount.vxfs /dev/vx/dsk/dglogs/lvlogs /logs/ -o rw
Best Regards
Nicolai
Discussion Filed Under:
Comments
Hello, did u upgrade anytime
Hello,
did u upgrade anytime on this server ?
can u paste the contents of /etc/filesystems file ?
G
PS: If you are happy with the answer provided, please mark the post as solution. You can do so by clicking link "Mark as Solution" below the answer provided.
upgrade
The cluster was upgrade from 4.1 MP3 to MP4 as part of the installation.
/etc/filesystem look like this:
Assumption is the mother of all mess ups.
If this post solved you’re questions please send a gratitude by marking it as a solution.
In linux is not necessary to
In linux is not necessary to specify certain actions such is the case also of "tar xvf" You do not need to put the "-xvf" only "xvf" and another case is the "mount / dev /cdrom"
http://linux.about.com/od/commands/l/blcmdl8_mount.htm
If this post has helped you, please vote or mark as solution. MBA. TC Venezuela Consultor Power
Slighlty different versions
Slighlty different versions of product & OS, but on Linux I have seen where the -t commands don't seem to be properly passed through -- no hang, just an error. Specifying the full path seems to work fine, e.g.,
/opt/VRTS/bin/mount ...
(for what its worth)
Would you like to reply?
Login or Register to post your comment.