Link to home
Start Free TrialLog in
Avatar of madkow70
madkow70

asked on

making a new SAN LUN usable in Linux

One of a servers here (Linux) was just presented with new LUN on a SAN.
the backend pieces were done (presentation, allocation) on the SAN.  and I was told the LUN should be presented to the server properly already.
What do I have to do on the Linux server to make that LUN visible, mounted and usable?
I'm pretty new to Linux. please help.

Avatar of Pétur Ingi Egilsson
Pétur Ingi Egilsson
Flag of Iceland image

AFAIK you need to REBOOT the linux server in order for it to detect the new LUN SAN.

Next you look for it by using "fdisk -l", then you need to create a partition on it using fdisk, then you create a filesystem and finally you add it to your fstab before mounting it.

man fdisk
man fstab
man mkfs
Avatar of madkow70
madkow70

ASKER

Thank you.
Would you do me a favor and help me in more details on the commands?
ASKER CERTIFIED SOLUTION
Avatar of dinokhan
dinokhan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial