* [linux-lvm] Mounting lvm partition
@ 2009-03-21 2:56 Steve Lavoie
2009-03-21 6:37 ` Christian Völker
2009-03-23 7:41 ` Klaus Strebel
0 siblings, 2 replies; 3+ messages in thread
From: Steve Lavoie @ 2009-03-21 2:56 UTC (permalink / raw)
To: linux-lvm
Hi!
Here what I did:
Created VG (vg0) and LV (testntfs)
Share them using Iscsi Enterprise target.
Connect to them using my Windows PC and created NTFS fileystem on it.
Stop Iscsi Enterprise target.
Now I am trying to mount this partition on the Linux system.
Here what is happening when I tried to mount it.
zabbix:/etc# mount -t ntfs-3g /dev/vg0/testntfs /mnt
NTFS signature is missing.
Failed to mount '/dev/mapper/vg0-testntfs': Invalid argument
The device '/dev/mapper/vg0-testntfs' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
I retried but instead of creating a NTFS FS, I formatted using FAT32
zabbix:/etc# mount -t vfat /dev/vg0/testntfs /mnt
mount: wrong fs type, bad option, bad superblock on
/dev/mapper/vg0-testntfs,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I need to access this data for some backup purpose. Any idea?
Steve Lavoie
IT Consultant, MCP, A+, Network+, Linux+, VCP
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-lvm] Mounting lvm partition
2009-03-21 2:56 [linux-lvm] Mounting lvm partition Steve Lavoie
@ 2009-03-21 6:37 ` Christian Völker
2009-03-23 7:41 ` Klaus Strebel
1 sibling, 0 replies; 3+ messages in thread
From: Christian Völker @ 2009-03-21 6:37 UTC (permalink / raw)
To: LVM general discussion and development
Steve Lavoie schrieb:
Windows usually creates partitions on an available disk. So I'd try to use
> zabbix:/etc# mount -t ntfs-3g /dev/vg0/testntfs1 /mnt (with the
appended "1" for the partition).
Greetings
Christian
> Hi!
>
> Here what I did:
> Created VG (vg0) and LV (testntfs)
> Share them using Iscsi Enterprise target.
> Connect to them using my Windows PC and created NTFS fileystem on it.
>
> Stop Iscsi Enterprise target.
>
> Now I am trying to mount this partition on the Linux system.
>
> Here what is happening when I tried to mount it.
>
> zabbix:/etc# mount -t ntfs-3g /dev/vg0/testntfs /mnt
> NTFS signature is missing.
> Failed to mount '/dev/mapper/vg0-testntfs': Invalid argument
> The device '/dev/mapper/vg0-testntfs' doesn't have a valid NTFS.
> Maybe you selected the wrong device? Or the whole disk instead of a
> partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
>
> I retried but instead of creating a NTFS FS, I formatted using FAT32
>
> zabbix:/etc# mount -t vfat /dev/vg0/testntfs /mnt
> mount: wrong fs type, bad option, bad superblock on
> /dev/mapper/vg0-testntfs,
> missing codepage or helper program, or other error
> In some cases useful info is found in syslog - try
> dmesg | tail or so
>
>
> I need to access this data for some backup purpose. Any idea?
>
> Steve Lavoie
> IT Consultant, MCP, A+, Network+, Linux+, VCP
>
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-lvm] Mounting lvm partition
2009-03-21 2:56 [linux-lvm] Mounting lvm partition Steve Lavoie
2009-03-21 6:37 ` Christian Völker
@ 2009-03-23 7:41 ` Klaus Strebel
1 sibling, 0 replies; 3+ messages in thread
From: Klaus Strebel @ 2009-03-23 7:41 UTC (permalink / raw)
To: LVM general discussion and development
Steve Lavoie schrieb:
> Hi!
>
> Here what I did:
> Created VG (vg0) and LV (testntfs)
> Share them using Iscsi Enterprise target.
> Connect to them using my Windows PC and created NTFS fileystem on it.
>
> Stop Iscsi Enterprise target.
>
> Now I am trying to mount this partition on the Linux system.
>
> Here what is happening when I tried to mount it.
>
> zabbix:/etc# mount -t ntfs-3g /dev/vg0/testntfs /mnt
> NTFS signature is missing.
> Failed to mount '/dev/mapper/vg0-testntfs': Invalid argument
> The device '/dev/mapper/vg0-testntfs' doesn't have a valid NTFS.
> Maybe you selected the wrong device? Or the whole disk instead of a
> partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
>
> I retried but instead of creating a NTFS FS, I formatted using FAT32
>
> zabbix:/etc# mount -t vfat /dev/vg0/testntfs /mnt
> mount: wrong fs type, bad option, bad superblock on
> /dev/mapper/vg0-testntfs,
> missing codepage or helper program, or other error
> In some cases useful info is found in syslog - try
> dmesg | tail or so
>
>
> I need to access this data for some backup purpose. Any idea?
Hi Steve!
Yep, connect it via iSCSI ( even on the iSCSI-Target ) before you mount it!
--
Mit freundlichen Gr�ssen / best regards
Klaus Strebel, Dipl.-Inform. (FH), mailto:klaus.strebel@gmx.net
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-03-23 7:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-21 2:56 [linux-lvm] Mounting lvm partition Steve Lavoie
2009-03-21 6:37 ` Christian Völker
2009-03-23 7:41 ` Klaus Strebel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.