From: David Brown <david.brown@hesbynett.no>
To: "Álvaro López López" <allopez@gmv.com>
Cc: "linux-raid@vger.kernel.org" <linux-raid@vger.kernel.org>
Subject: Re: RAID1 content under Windows OS
Date: Tue, 21 Feb 2012 22:20:09 +0100 [thread overview]
Message-ID: <4F440A89.6000606@hesbynett.no> (raw)
In-Reply-To: <FCC44AC27019AF49B444F7E7F684FABD01DE8B605CA4@GMVMAIL4.gmv.es>
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
prev parent reply other threads:[~2012-02-21 21:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-21 18:50 RAID1 content under Windows OS Álvaro López López
2012-02-21 21:20 ` David Brown [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F440A89.6000606@hesbynett.no \
--to=david.brown@hesbynett.no \
--cc=allopez@gmv.com \
--cc=linux-raid@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.