:: home
:: mobile
:: rss feed
:: twitter
:: archive
:: donate
:: about
:: bend blogs
:: cheap domains
:: welcome to
bend |
|
|
|
|
UtterlyBoring.com is produced by Jake Ortman (e-mail, resume), a 33-year-old dad, percussionist, sysadmin, Web developer, IT consultant and jack-of-all-trades geek, living in Bend, Oregon. He created this so that his expensive journalism and technology degree isn't getting totally wasted. In addition to editing this site in his free time, he is the service manager at Weston Technologies. He has LinkedIn and Facebook profiles if you're trying to stalk him. He will not be posting on Twitter.
Opinions and comments on this site are the opinions of the author, not the author's employer, family, friends or pets.
This site is powered by Movable Type and is hosted by orty.com. Since December 1st, 2002, there have been 6463 entries. Visitors to this blog have posted 21009 comments.
If you're reading this, you have too much time on your hands. |
|
|
|
|
|
Gmail Disk Drive for Windows
I already mentioned the ability to pull this off in Linux, but now somebody has made it so Gmail can appear as a drive in My Computer. Right on! Link via Waxy.
5 Comments
Dave M. said on 10/17/04 @ 12:35 PM: My only concern with this is the security risk. I have heard of a few people who have had their Gmail accounts hacked.
If you are going to use Gmail as an "external" disk drive, I would suggest putting only unimportant "safe" stuff in it. If someone somehow gains access to your Gmail account, having access to secret/incriminating info just isn't good.
Carson said on 10/19/04 @ 06:04 PM: Awesome! Works easily on my XP Home PC. Nice link as usual, Jake.
Dieter Demerre said on 08/23/05 @ 08:01 AM: If you fear your gmail account would be hacked, of google itself would (as they are entitled according to the user-agreement) consult your data (files stored in your account), you should use a cryptographic file-system.
How ? (watch it, I haven't tested it and certainly the performance might be a problem, so you could use the cryptfs on gmailfs as a backup-medium, but probably not as a life-system.. don't know, haven't tested).
$ GmailFS=/mnt/gmail1;
$ FILE=${GmailFS}/cryptfile;
$ DEV=/dev/loop1
/* mount the gmail filesystem, */
$ mount ${GmailFS}
/* create an empty file for the cryptographic filesystem: */
$ dd if=/dev/urandom of=${FILE} bs=1M count=512
/* attach the file to the cryptographic device */
$ sudo /sbin/modprobe cryptoloop
$ sudo /sbin/losetup -e twofish ${DEV} ${FILE}
/* create the filesystem */
$ sudo mkfs.ext3 ${DEV}
/* mount the cryptographic system */
$ sudo mount ${DEV} ${MOUNT} -t ext3
now you can use ${MOUNT} directory as a really good protected filesystem.
/* shuting down: */
$ sudo umount ${MOUNT}
$ losetup -d ${DEV}
$ umount ${GmailFS}
Nameless One said on 09/15/05 @ 06:07 AM: Doesn't work anymore, sadly, and I really can't be bothered to Linux in...
michel said on 08/16/07 @ 03:02 AM: Use truecrypt for gmail encryption: http://www.truecrypt.org
i don't know you can use the encrypt hard drive future but the encrypt to file function does work properly (my advice: use a stored else ware saved keyfile to maximize security
Post a comment
|
What are you doing down here? Don't you have something better to do? Like Go Back To The Top of the page, or even see who created this site? This site is © 2001 - 2012 by the Utterly Boring folks at UtterlyBoring.com. Steal my content, as I probably did, too, just link to my site or the original site. Batteries not included. One size fits all. Not for off-road use. Not for internal use. Do not taunt Happy Fun Ball.
|
|