Page 1 of 1

Mounting in Linux

Posted: Wed Aug 20, 2014 4:09 pm
by jcbassett
I have a need to mount to the Starwinds ISCSI drive from a Linux host. I was able to discover the targets. As such sdc appeared to be the newly found drive. However, dm-0 and dm-1 also appeared. I am able to fdisk /dev/sdc and write out a partition table. I that made the drive ext2. However, I cannot mount the drive. I am getting this error:
[root@GSIOVM /]# mount -t ext3 /dev/dm-0 /mnt/iscsinas
mount: /dev/dm-0 already mounted or /mnt/iscsinas busy
[root@GSIOVM /]# mount -t ext3 /dev/sdc1 /mnt/iscsinas
mount: /dev/sdc1 already mounted or /mnt/iscsinas busy

At first, I was able to mount the dm-0 device. But after a reboot, it too gives me the issue.

Re: Mounting in Linux

Posted: Wed Aug 20, 2014 4:39 pm
by jcbassett
One correction: I made the drive ext3

Re: Mounting in Linux

Posted: Thu Aug 21, 2014 1:17 pm
by Anatoly (staff)
Please provide the following information: which Linux distribution you are using, and output of 'df -h' command and the content of /etc/fstab