cf adapter allows compact flash in PCMCIA slot laptops

| | TrackBacks (0)

You'll want this if you have a cf or compact flash memory card... full PCMCIA bus speed no USB bottleneck. CF-ADAPT Adapter for using Compact Flash in a PC Card/Type II slot

I use this script to mount my card, and copy the files to my desktop and unmount:

I placed the following code in a script file and made it executable as /usr/sbin/readcard.sh
echo Mounting Card!
mount -t vfat /dev/hde1 /mnt/cf
echo Copying files...
cp -v -R /mnt/cf/dcim/ /root/Desktop/
echo Unmounting card!
umount /mnt/cf
echo Done!

0 TrackBacks

Listed below are links to blogs that reference this entry: cf adapter allows compact flash in PCMCIA slot laptops.

TrackBack URL for this entry: http://kennethhunt.com/mt/mt-tb.cgi/1217

About this Entry

This page contains a single entry by klsh published on January 11, 2005 11:04 AM.

freeware data recovery program for deleted files on Windows XP, 2000 and NT was the previous entry in this blog.

Apple Mac Mini Photo is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.