Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] external storage
Date: Thu, 04 Oct 2018 05:58:41
Message-Id: 5254837.gPDfT0CcEc@andromeda
In Reply to: Re: [gentoo-user] external storage by John Covici
1 On Wednesday, October 3, 2018 8:24:52 AM CEST John Covici wrote:
2 > On Wed, 03 Oct 2018 01:13:34 -0400,
3 >
4 > J. Roeleveld wrote:
5 > > On Wednesday, October 3, 2018 6:30:12 AM CEST Davyd McColl wrote:
6 > > > Most newer external storage devices come formatted with ntfs these days,
7 > > > so
8 > > > if you just want to plug-and-play, I suggest installing ntfs-3g. File
9 > > > managers like dolphin and desktop environments like KDE will notice the
10 > > > device and allow you to mount and use them.
11 > > >
12 > > > Be aware, though, that ntfs-3g, whilst being an excellent bit of
13 > > > software
14 > > > (imo), is not the fastest way to access those disks. If you have no need
15 > > > to
16 > > > move the disk to another computer or if you only plan on moving between
17 > > > Linux computers, I suggest formatting with a native filesystem like
18 > > > ext4.
19 > > > Personally, I use ntfs-3g for my 4 large external disks so that I can
20 > > > access them when I infrequently dual-boot to windows of on the
21 > > > off-chance
22 > > > that I would like to lend the drive to someone. I accept the performance
23 > > > penalty.
24 > > >
25 > > > -d
26 > > >
27 > > > On October 3, 2018 05:45:58 thelma@×××××××××××.com wrote:
28 > > > > Are all external storage, media/disk work with Linux?
29 > > > > Any recommendations, or which one to stay away from.
30 > > > >
31 > > > > Some of them are encrypted, so I suppose they will not work with Linux
32 > > > > out of the box.
33 > > > >
34 > > > > --
35 > > > > Thelma
36 > >
37 > > I would assume other desktop environments will also seamlessly work with
38 > > ntfs-3g as that is handled by udisks.
39 > >
40 > > Personally, I have not noticed lesser performance with ntfs-3g with both
41 > > reading and writing.
42 > >
43 > > I also have not had any issues with encrypted disks.
44 >
45 > I have had problems that once a disk is mounted with ntfs3g, and then
46 > trying to use it on a Windows system, I had to do a chkdsk /f before
47 > it would work properly. This was a while ago, so maybe things are
48 > fixed by now, but I thought it was worth bringing it to your
49 > attention.
50
51 I only encounter this when people decide to unplug the disk without ejecting
52 it. The eject forces a clearance of the write-cache.
53 This is why I always get annoyed with people who simply pull out the disk/
54 stick right after the copy is "finished".
55
56 --
57 Joost

Replies

Subject Author
Re: [gentoo-user] external storage thelma@×××××××××××.com