Operating System - Linux
1752800 Members
5924 Online
108789 Solutions
New Discussion юеВ

Re: how to mount a lun on Linux

 
raj_sunitha
New Member

how to mount a lun on Linux

What is the best way to mount a lun on suse and rhel
4 REPLIES 4
Kranti Mahmud
Honored Contributor

Re: how to mount a lun on Linux

Hi Sunita,

Check the following links:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1268245
http://spiralbound.net/2006/10/16/making-rhel-3-see-multiple-luns

Rgds-Kranti
Dont look BACK as U will miss something INFRONT!
Steven E. Protter
Exalted Contributor

Re: how to mount a lun on Linux

Shalom,

Normally you give it a file system with newfs and then mount -t ext3

The contents on the mount command depend on the type of file system if any you are using.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Suraj K Sankari
Honored Contributor

Re: how to mount a lun on Linux

Hi,
>>What is the best way to mount a lun on suse and rhel

You can't directly mount a lun on any unix
1st you need to create a file system they you can mount.

mount -t type device mount-point

mount -t ext3 /dev/hda2 /mnt

To mount a floppy disk
mount -t msdos /dev/fd0 /mnt

To mount a CDROM
mount -t iso9660 -r /dev/cdrom /mnt

Suraj
Taifur
Respected Contributor

Re: how to mount a lun on Linux

Hi
Check the below example

LUN mount procedure is same as follows

#mount -t auto /dev/sdnf mount-directory

http://209.85.129.132/search?q=cache:nsgLG-8OjEkJ:www.envoydata.com/support/install/kiosk/LinuxHowTo.pdf+LUN+mount+in+linux&cd=1&hl=en&ct=clnk&gl=bd

Rgds//
Taifur