* RAID1 content under Windows OS
@ 2012-02-21 18:50 Álvaro López López
2012-02-21 21:20 ` David Brown
0 siblings, 1 reply; 2+ messages in thread
From: Álvaro López López @ 2012-02-21 18:50 UTC (permalink / raw)
To: linux-raid@vger.kernel.org
I have been able to create a RAID 1 device in a Linux 2.6.36 system using mdadm command.
Both disks had been formatted using mkdosfs in order to be mounted with type vfat. I also changed its label using cfdisk from "Linux" to the "W95 FAT32".
After mounting the RAID1 device MD0 in the filesystem, I copy some files inside the folder associated to the RAID1. I can see the contents when MD0 is mounted
inside Linux, not if disks are mounted separately.
Then, when I connect both disks to a Windows XP or 7 OS I cannot see any content inside them.
Is it possible to see the content? What can I do?
Thanks in advance,
Alvaro
______________________
This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message
is strictly forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.
______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener informacion clasificada por su emisor como confidencial
en el marco de su Sistema de Gestion de Seguridad de la
Informacion siendo para uso exclusivo del destinatario, quedando
prohibida su divulgacion copia o distribucion a terceros sin la
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.
______________________
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: RAID1 content under Windows OS
2012-02-21 18:50 RAID1 content under Windows OS Álvaro López López
@ 2012-02-21 21:20 ` David Brown
0 siblings, 0 replies; 2+ messages in thread
From: David Brown @ 2012-02-21 21:20 UTC (permalink / raw)
To: Álvaro López López; +Cc: linux-raid@vger.kernel.org
On 21/02/12 19:50, Álvaro López López wrote:
> I have been able to create a RAID 1 device in a Linux 2.6.36 system
> using mdadm command.
>
> Both disks had been formatted using mkdosfs in order to be mounted
> with type vfat. I also changed its label using cfdisk from "Linux" to
> the "W95 FAT32".
>
> After mounting the RAID1 device MD0 in the filesystem, I copy some
> files inside the folder associated to the RAID1. I can see the
> contents when MD0 is mounted inside Linux, not if disks are mounted
> separately.
>
> Then, when I connect both disks to a Windows XP or 7 OS I cannot see
> any content inside them.
>
> Is it possible to see the content? What can I do?
>
> Thanks in advance,
>
> Alvaro
>
I think it will be the metadata format that is the problem - by default,
mdadm creates arrays with format 1.2 that is 4K from the start of the
partition. But this will confuse windows (or anything else that tries
to read the partition directly). If you create the array with format
1.0, the metadata is placed at the end of the partition and windows will
not notice it, and will therefore it will be able to see the filesystem
properly.
Of course, if you /change/ anything on the filesystem from within
windows, you will completely screw the array.
mvh.,
David
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-21 21:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-21 18:50 RAID1 content under Windows OS Álvaro López López
2012-02-21 21:20 ` David Brown
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.