I bought one of these, and had a delightfully easy time getting it to work on my debian system. (I'll be posting details once I get it fully up and running.) To make a long story short, the SD card shows up as /dev/sdc, so I can stick in an SD card and do:
mount -tvfat -oumask=0000 /dev/sdc1 /mnt/camera/ and I get access to the SD card on /mnt/camera. Very hip and cool, and it works right for getting pictures off the card, which was the first task. I know it's mounted read/write because I can delete pictures from the card as well. Problem: now I want to copy some files *to* the card: specifically, some audio files to play on the palm zire 71 it's going to be in. Here's the rub: [EMAIL PROTECTED]:~/dixie$ cp track01.cdda.wav /mnt/camera/ cp: writing `/mnt/camera/track01.cdda.wav': No space left on device [EMAIL PROTECTED]:~/dixie$ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda3 9614148 6733572 2392200 74% / /dev/hda4 26920824 4384496 21168796 18% /data /dev/hda1 7746 5484 1862 75% /boot nujoma:/home 5700468 3705632 1705268 69% /nujoma/home AFS 9000000 0 9000000 0% /afs /dev/sdc1 125344 125344 0 100% /mnt/camera ...but it's a 128MB SD card with virtually nothing on it. any ideas? Thanks. ---------------------------------------------------------------------- Andrew J Perrin - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill [EMAIL PROTECTED] * andrew_perrin (at) unc.edu -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
