RE: [Ocfs2-users] OCFS2 mount problem at Linux reboot when device names are non persistent.

2007-08-27 Thread Ricardo Fernandez
-users] OCFS2 mount problem at Linux reboot when device names are non persistent. While mount-by-uuid will work, mount-by-label should also work. The one gotcha in the latter is that it expects the device to be partitioned. As in, it will not mount-by-label if the device is /dev/sda

RE: [Ocfs2-users] OCFS2 mount problem at Linux reboot when device names are non persistent.

2007-08-27 Thread Luis Freitas
answer! It worked perfectly. Best regards Ricardo -Original Message- From: Sunil Mushran [mailto:[EMAIL PROTECTED] Sent: viernes, 24 de agosto de 2007 14:26 To: Randy Ramsdell Cc: ocfs2-users@oss.oracle.com; Ricardo Fernandez Subject: Re: [Ocfs2-users] OCFS2 mount problem at Linux reboot

Re: [Ocfs2-users] OCFS2 mount problem at Linux reboot when device names are non persistent.

2007-08-27 Thread Marcos E. Matsunaga
; Ricardo Fernandez Subject: Re: [Ocfs2-users] OCFS2 mount problem at Linux reboot when device names are non persistent. While mount-by-uuid will work, mount-by-label should also work. The one gotcha in the latter is that it expects the device to be partitioned

Re: [Ocfs2-users] OCFS2 mount problem at Linux reboot when device names are non persistent.

2007-08-24 Thread Randy Ramsdell
Sunil Mushran wrote: While mount-by-uuid will work, mount-by-label should also work. The one gotcha in the latter is that it expects the device to be partitioned. As in, it will not mount-by-label if the device is /dev/sda but will if the device is /dev/sda1 or sda2, etc. Agreed, but UUID is

Re: [Ocfs2-users] OCFS2 mount problem at Linux reboot when devicenames are non persistent.

2007-08-24 Thread Alexei_Roudnev
PROTECTED] To: ocfs2-users@oss.oracle.com Sent: Friday, August 24, 2007 10:34 AM Subject: Re: [Ocfs2-users] OCFS2 mount problem at Linux reboot when devicenames are non persistent. Sunil Mushran wrote: While mount-by-uuid will work, mount-by-label should also work. The one gotcha in the latter

Re: [Ocfs2-users] OCFS2 mount problem

2007-02-05 Thread Sunil Mushran
It could be that the device name is not the same across the two nodes. Do: # mounted.ocfs2 -d on both nodes. Match the device using the uuid. As in, you should see a device with the same uuid on both nodes. If not, then the device is not shared. If you do see the device on both nodes but with

Re[2]: [Ocfs2-users] OCFS2 mount problem

2007-02-05 Thread aibolit 66
-Original Message- From: Sunil Mushran [EMAIL PROTECTED] To: aibolit 66 [EMAIL PROTECTED] Date: Mon, 05 Feb 2007 12:46:26 -0800 Subject: Re: [Ocfs2-users] OCFS2 mount problem It could be that the device name is not the same across the two nodes. Do: # mounted.ocfs2 -d on both

Re: [Ocfs2-users] OCFS2 mount problem

2007-02-05 Thread Sunil Mushran
-0800 Subject: Re: [Ocfs2-users] OCFS2 mount problem It could be that the device name is not the same across the two nodes. Do: # mounted.ocfs2 -d on both nodes. Match the device using the uuid. As in, you should see a device with the same uuid on both nodes. If not, then the device is not shared