27 Mar 2011 04:11
Hard drive partition as an SD card
I'm trying to mount a FAT32 partition as an SD card, but for some reason the methods described in "Sdcard HowTo" don't work for me. I created /etc/vold.fstab file which contains this line: dev_mount sdcard /mnt/sdcard auto /dev/sda6 After reboot I can see /sdcard dir in a file manager, but it's empty, and I cannot mount/unmount the SD card in the storage settings. Tried to add "SDCARD=/dev/sda6" to the kernel line in GRUB menu - it doesn't work either. On startup the system says "Damaged SD card". When I try to mount it in the storage settings, it gets unmounted right away with a message "Safe to remove SD card". The strange thing is: when I try fdisk -l, its output is empty. Is it normal? I got the location of my partition as "sda6" by booting to Ubuntu and checking it there. One more detail: that FAT32 partition is a logical one. Does it need to be a primary partition?
RSS Feed