Thumb drive

Non release banter
Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Thumb drive

Post#1 by Jack » 29 Jul 2015, 00:26

I'm going to buy a new thumb drive next week. I started with a 2gb went to 4gb and now 8gb. So if anyone use them please tell me your thumb drive size. What is a a good size for a thumb drive?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

donald
Full of knowledge
Full of knowledge
Posts: 2067
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Re: Thumb drive

Post#2 by donald » 29 Jul 2015, 01:06

Hi Jack
I would say it depends on how much space you need.
I have half a dozen of thumbdrives from 2GB to 32GB.
More important than size is the speed.(and the prize)
For porteus, 2GB might be enough, but those drives are most likely
only USB 1.1 compatible, means slow, don't buy.
I'm not sure if such small ones are still available these days.
Your new drive should be a USB 2 compatible one.
Unfortunately you will not know if they will be bootable
unless you can test them before buying.

Size doesn't matter.. :wink:

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Re: Thumb drive

Post#3 by Jack » 29 Jul 2015, 01:38

Most where I live are SanDisk USB 2.0 and right now Walmart has a 16gb for $4.97 and 64gb for $22.97. Here the 2 links.

http://www.walmart.com/ip/SanDisk-CZ50- ... e/44684747
http://www.walmart.com/ip/SanDisk-CZ60- ... e/23350701

I going to put music and video on it. A LOT of both. Let me know which might be better to use
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

donald
Full of knowledge
Full of knowledge
Posts: 2067
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Re: Thumb drive

Post#4 by donald » 29 Jul 2015, 03:45

Dear Jack...what shall I say?

personally I would take 4 of 16GB, not 1 of 64GB.
why?
16GB x 4 = 64GB but only $19,88,
and then 1 for music, 1 for videos, 1 for porteus etc.
bear in mind, if you have 4, and one gets lost or damaged, you still have 3
If you have only 1, all is lost.
But that's only me, it's your turn to make a decision which fits your needs.

hmmm...would you get your money back if they are not bootable?

cheers

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Re: Thumb drive

Post#5 by Jack » 29 Jul 2015, 04:27

The 16gb is bootable I already have 3 of the 8gb ones and they work great. And your right about 4 of the 16gb. So that my choice too. I think or seem to think they are fast thumb drives.

Is there program for linux to check the read and write speed of thumb drives? Do you know of any program out there?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

cttan
Shogun
Shogun
Posts: 333
Joined: 26 Jan 2011, 16:15
Distribution: Porteus 3.2 and 4.0 64bit KDE
Location: Malaysia

Re: Thumb drive

Post#6 by cttan » 29 Jul 2015, 05:24

Hi Jack,

FYI I have a 32GB to put all my files in it as multiple usb will just create confusion.
Before I got here, I had 1GB, 2GB, 4GB, 8GB and 16GB.
1GB and 2GB were previously used for Slax.

donald
Full of knowledge
Full of knowledge
Posts: 2067
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Re: Thumb drive

Post#7 by donald » 29 Jul 2015, 05:48

@ Jack
for measuring the read speed one can use (as root)

Code: Select all

hdparm -t /dev/sdb1
change /dev/sdb1 with your flash drive address listed in `fdisk -l`.

=======================================================
for a write speed test open a root-terminal somewhere on the device
which you want to test, and use:

Code: Select all

dd if=/dev/zero of=testfile0 bs=10M count=40; sync;
Note: this will write a ~400mb file
wait a while, till the results are displayed.

when done, remove the testfile with

Code: Select all

rm ./testfile0
the result is not 100% correct, because this test writes only zeros and the
write speed can vary depending on what kind of File is written to the device.

Bogomips
Full of knowledge
Full of knowledge
Posts: 2564
Joined: 25 Jun 2014, 15:21
Distribution: 3.2.2 Cinnamon & KDE5
Location: London

Re: Thumb drive

Post#8 by Bogomips » 29 Jul 2015, 12:27

donald wrote:

Code: Select all

dd if=/dev/zero of=testfile0 bs=10M count=40; sync;
Can you use

Code: Select all

time dd if=/dev/zero of=testfile0 bs=10M count=40; time sync;
?
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB

donald
Full of knowledge
Full of knowledge
Posts: 2067
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Re: Thumb drive

Post#9 by donald » 30 Jul 2015, 00:09

^
What do you mean, can I, or would I ?... :wink:
I can but I wouldn't, because the only value of (some) interest is MB/s.(IMHO)

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Re: Thumb drive

Post#10 by Jack » 30 Jul 2015, 01:49

donald wrote:^
What do you mean, can I, or would I ?... :wink:
I can but I wouldn't, because the only value of (some) interest is MB/s.(IMHO)
Is this for me? If so I don't understand what you mean.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

donald
Full of knowledge
Full of knowledge
Posts: 2067
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Re: Thumb drive

Post#11 by donald » 30 Jul 2015, 02:32

@ Jack
No it isn't.
The ^ character means that this post is related to the post above.
(from Bogomips)

California Bob
Ronin
Ronin
Posts: 1
Joined: 02 Aug 2015, 17:16
Distribution: Puppy Precise 5.7.1
Location: California

Re: Thumb drive

Post#12 by California Bob » 02 Aug 2015, 17:19

Amazon has PNY 128GB USB 3.0 flash for US$29.99:

http://www.amazon.com/PNY-Turbo-128GB-F ... B00FE2N1WS

Post Reply