UtterlyBoring.com is produced by Jake Ortman (e-mail, resume), a 30-year-old dad, percussionist, freelance Web designer, consultant and jack-of-all-trades computer 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 IT Director and Ad Designer at both Sunray and Discover Sunriver. He has LinkedIn, MySpace, Facebook profiles if you're trying to stalk him.
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. Internet connection provided by Bend BroadBand. Since December 1st, 2002, there have been 5257 entries. Visitors to this blog have posted 16488 comments.
If you're reading this, you have too much time on your hands.
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.
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