Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] using SanDisk Ultra SDHC or USB memory stick
Date: Mon, 31 Aug 2009 17:31:44
Message-Id: 58965d8a0908311540u2e840772m29d61ed2264d3b19@mail.gmail.com
In Reply to: [gentoo-user] using SanDisk Ultra SDHC or USB memory stick by Valmor de Almeida
1 On Mon, Aug 31, 2009 at 3:59 PM, Valmor de Almeida<val.gentoo@×××××.com> wrote:
2 >
3 > Hello,
4 >
5 > When I mount a SD memory card on my laptop, the format is NTFS and I am
6 > not able to write. Is there a way to write to it and still be compatible
7 > with Windows OS?
8
9 Yes, you can emerge sys-fs/ntfs3g and mount using the "ntfs-3g"
10 command for fast read/write NTFS operations. JFGI or RTFM for more
11 details. :)
12
13 > Similarly when using a USB memory stick, the format is VFAT and I am
14 > also not able write. Is it possible to write and still preserver
15 > compatibility with Windows OS?
16
17 Sure, it works fine for me using vfat. Be sure it's not mounted
18 read-only, and be sure the write-protect switch on the device is not
19 enabled. You may want to mount with the check=relaxed option to make
20 file accesses case-insensitive (since FAT is not case sensitive
21 itself).
22
23 Also, in both cases, be sure the drive was properly unmounted in
24 Windows (click "Safely Remove Hardware" before unplugging). If the
25 disk is dirty (requires chkdsk), linux may see it as read-only in
26 those cases to avoid doing any further damage.
27
28 Good luck :)

Replies

Subject Author
Re: [gentoo-user] using SanDisk Ultra SDHC or USB memory stick Keith Dart <keith@×××××××××.biz>