Operating System - Linux
1753784 Members
7282 Online
108799 Solutions
New Discussion юеВ

Unable to mount path from SAN

 
SOLVED
Go to solution
hangyu
Regular Advisor

Unable to mount path from SAN

I have attach the linux server to the SAN storage as below , all the path from the SAN can be mount but except /dev/emcpowerf1 is not mount, I sure this path (/dev/emcpowerf1) is available , the error as below , can advise what is the possible reason of it ?


#/etc/fstab
/dev/emcpowerb1 /mnt/c1 ext3
/dev/emcpowerc1 /mnt/c2 ext3
/dev/emcpowerd1 /mnt/c3 ext3
/dev/emcpowere1 /mnt/c4 ext3
/dev/emcpowerf1 /mnt/c5 ext3
/dev/emcpowerg1 /mnt/c6 ext3
/dev/emcpowerh1 /mnt/c7 ext3
/dev/emcpoweri1 /mnt/c8 ext3


#mount /dev/emcpowerf1 /mnt/c5
mount: /dev/emcpowerf1 is not a valid block device
2 REPLIES 2
VK2COT
Honored Contributor
Solution

Re: Unable to mount path from SAN

It looks as though you do not want to use
LVM (no volume manager). That is fine if
that is what your design wants.

Anyway, you must run commands mke2fs(1) to
create file systems firstly...

Regards,

VK2COT

VK2COT - Dusan Baljevic
Robert Walker_8
Valued Contributor

Re: Unable to mount path from SAN

Hi,

We had some problems initially with our SAN and RHEL - the file system devices moved about due to the SANs multipath and mounting via the label we would often get duplicate label errors. We wanted to move away from EMC Power Path due to kernel versioning restrictions.

In the end we use Native mode Multipath (DM-MPIO), although it isnt technically as good as EMC's multipath.

We also dont use LVM!

Anyway the EMC document is called "Native Multipath Failover Based on DM-MPIO for
v2.6.x Linux Kernel and EMC Storage Arrays" and it covers SLES and RHEL systems primarily.

Regards,

Robert.