ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > Living Room

Recommend to me the BEST USB stick to get

<< < (7/19) > >>

superboyac:
Looks like you've already ordered, but I need to report my negative experience with the supertalent pico. Mine is too big for most USB sockets. It requires lots of force to push it in, and sometimes pliers to pull it back out. I broke the chain trying to remove it from a computer at church. After using it in a port for a while, the port bends to fit it more easily, but then other devices experience intermittent connections on that port. I wound up buying a 2" USB M - USB F adapter that I keep it in, removing the size advantage completely.

Eric
-ayryq (April 20, 2009, 09:57 AM)
--- End quote ---
Interesting...I did read that it was a tight fit. 

noutters:
I've been using a Sandisk Cruzer Titanium 4Gb for a couple of years now and it never let me down . The hull is all metal, so no problem having it in your pocket: you can't bend it and can't crush it. Still its shape is smooth so it does not hurt.
Read/write speeds are not the best on the market, but it is still ok for a regular use.

First thing I did on my cruzer was to remove U3 and reformat to FAT. Strangely, I noticed that the read/write speed was faster in FAT than FAT32, so I use it. :)

I renamed the drive in Windows with my name and international cell-phone number. My visit card is also stored at the root of the drive as a vcf file. Should I lose the drive, it's easy to contact me and return it.

I use a portable version of Truecrypt onboard. Most of the 4Gb are occupied by an encrypted file. Mounting this file as a drive is easy. I wrote and compiled the following AHK program that starts with an autorun file:

-*-*-*- Start of code -*-*-*-
#SingleInstance,Force
#Persistent
SetBatchLines,-1

Loop, read, MEP.ini
{ if a_index = 1
   {
      PreferredDrive = %A_LoopReadLine%
   }
   if a_index = 2
   {
      PathToTrueCrypt = %A_LoopReadLine%
   }
   if a_index = 3
   {
      PathToVolume = %A_LoopReadLine%
   }
}
Drives = D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z

IfNotExist, %PreferredDrive%:\
   {
      Drives = %PreferredDrive%
   }
   
Loop, parse, Drives, `,
{
    IfNotExist, %A_LoopField%:\
    {
       Run, %PathToTrueCrypt% /q background /l%A_LoopField% /m rm /v "%PathToVolume%"
       TrayTip,, Mounting drive "%A_LoopField%:",10
       sleep,10000
       exitapp
       }
}
-*-*-*- End of code -*-*-*-

MEP.ahk should be used together with the file mep.ini that contains:
line 1: the letter of your preferred drive letter to mount the encrypted container file (for example F)
line 2: the absolute path to truecrypt.exe
line 3: the absolute path to the encrypted container file
Running MEP ensures that the encrypted container file is always mounted as drive F. If it is not available, a free drive letter is automatically found as mounting point. That is very convenient when you have many network drives mounted on your system.

That's it for my five cents! :Thmbsup:

sgtevmckay:
Ok, thanks for clearing that up!  So...if i understand you correctly, you're saying the 4 GB is too small, I might as well get 16 GB?
-superboyac (April 19, 2009, 11:58 PM)
--- End quote ---

Purely a personal choice, I keep approximately 5.2 GB of software, and 6.7 GB (currently) of general graphics and documents, on mine at any time, and I deal with a lot of graphics, as I reate and deliver presentations.
As software gets larger, and the files we take with us do the same, we should always be looking forward.

I have used this OCZ drive for some time, it is shorter than some and a little thicker than others, there is always the possibility of losing the lid, but that is true of most.
I consider it a plus, and some do not, but from a safety stand point, you can not miss the obnoxious blinking LED when information is being transferred.

I find the transfer to be incredibly fast (transfer of 12GB in 15 minutes), but this may be reduced by scanning/Anti-Virus software.

4GB may be adequate for you, but I would not pay the local store prices at any rate.
Would I recommend a larger drive; Yes
Most of the IT pro's I communicate with advise the same.
At least 8GB.
It will greatly depend on how much you transfer, and how much you keep on the drive.

I have found, personally, that 4GB is always adequate until you need more.
If you are going for 4GB, get a DVD rewritable, and there is your 4GB, albeit slower, but price justified.

f0dder:
Another thing to consider is do you want to buy it now with the USB 3.0 standard due out so soon?  It might take a while for the tech to propagate, sure, but it will be faster (that you can pretty much guarantee) and it should be backward compatible as well IIRC.  Just a thought...-steeladept (April 19, 2009, 04:28 AM)
--- End quote ---
Is that really going to be much of an issue? USB2 is 480mbit, and enve though it's hard reaching the full 60mbyte/s sustained through USB, isn't that plenty bandwidth for pendrives? How fast are the fastest now, anyway?

4wd:
Another thing to consider is do you want to buy it now with the USB 3.0 standard due out so soon?  It might take a while for the tech to propagate, sure, but it will be faster (that you can pretty much guarantee) and it should be backward compatible as well IIRC.  Just a thought...-steeladept (April 19, 2009, 04:28 AM)
--- End quote ---
Is that really going to be much of an issue? USB2 is 480mbit, and enve though it's hard reaching the full 60mbyte/s sustained through USB, isn't that plenty bandwidth for pendrives? How fast are the fastest now, anyway?
-f0dder (April 20, 2009, 06:11 PM)
--- End quote ---

About 30MB/s IIRC - it's the write speed that's the killer ATM, usually about half, (if you're lucky), that.

Actually, considering I've seen external USB2 HDD's hit a sustained 25MB/s reading and around 20MB/s writing, Flash Drives are pretty crap.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version