Thumb drive
-
- Contributor
- Posts: 1913
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Thumb drive
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.
-
- Full of knowledge
- Posts: 2098
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Thumb drive
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..
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..
-
- Contributor
- Posts: 1913
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Thumb drive
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
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.
-
- Full of knowledge
- Posts: 2098
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Thumb drive
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
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
-
- Contributor
- Posts: 1913
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Thumb drive
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?
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.
-
- Shogun
- Posts: 333
- Joined: 26 Jan 2011, 16:15
- Distribution: Porteus 3.2 and 4.0 64bit KDE
- Location: Malaysia
Re: Thumb drive
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.
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.
-
- Full of knowledge
- Posts: 2098
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Thumb drive
@ Jack
for measuring the read speed one can use (as root)
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:
Note: this will write a ~400mb file
wait a while, till the results are displayed.
when done, remove the testfile with
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.
for measuring the read speed one can use (as root)
Code: Select all
hdparm -t /dev/sdb1
=======================================================
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;
wait a while, till the results are displayed.
when done, remove the testfile with
Code: Select all
rm ./testfile0
write speed can vary depending on what kind of File is written to the device.
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Thumb drive
Can you usedonald wrote:Code: Select all
dd if=/dev/zero of=testfile0 bs=10M count=40; sync;
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
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
-
- Full of knowledge
- Posts: 2098
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Thumb drive
^
What do you mean, can I, or would I ?...
I can but I wouldn't, because the only value of (some) interest is MB/s.(IMHO)
What do you mean, can I, or would I ?...
I can but I wouldn't, because the only value of (some) interest is MB/s.(IMHO)
-
- Contributor
- Posts: 1913
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Re: Thumb drive
Is this for me? If so I don't understand what you mean.donald wrote:^
What do you mean, can I, or would I ?...
I can but I wouldn't, because the only value of (some) interest is MB/s.(IMHO)
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.
-
- Full of knowledge
- Posts: 2098
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Thumb drive
@ Jack
No it isn't.
The ^ character means that this post is related to the post above.
(from Bogomips)
No it isn't.
The ^ character means that this post is related to the post above.
(from Bogomips)
-
- Ronin
- Posts: 1
- Joined: 02 Aug 2015, 17:16
- Distribution: Puppy Precise 5.7.1
- Location: California
Re: Thumb drive
Amazon has PNY 128GB USB 3.0 flash for US$29.99:
http://www.amazon.com/PNY-Turbo-128GB-F ... B00FE2N1WS
http://www.amazon.com/PNY-Turbo-128GB-F ... B00FE2N1WS