also my device has an SD/SDHC/SDXC slot, but it doesn't seem to be recognized by the script.
i tested it with mnttool maualy to be sure that the sd card works:
before:
fdisk -l
Disk /dev/sda: 466 GB, 500107862016 bytes, 976773168 sectors
60801 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/sda1 * 0,32,33 6,127,57 2048 104447 102400 50.0M 7 HPFS/NTFS
/dev/sda2 6,127,58 1023,254,63 104448 975694715 975590268 465G 7 HPFS/NTFS
/dev/sda3 1023,254,63 1023,254,63 975695872 976769023 1073152 524M 27 Unknown
Disk /dev/sdc: 3727 MB, 3908042752 bytes, 7632896 sectors
9912 cylinders, 55 heads, 14 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/sdc1 * 0,1,1 1017,54,14 62 7632895 7632834 3726M 83 Linux
after:
fdisk -l
Disk /dev/sda: 466 GB, 500107862016 bytes, 976773168 sectors
60801 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/sda1 * 0,32,33 6,127,57 2048 104447 102400 50.0M 7 HPFS/NTFS
/dev/sda2 6,127,58 1023,254,63 104448 975694715 975590268 465G 7 HPFS/NTFS
/dev/sda3 1023,254,63 1023,254,63 975695872 976769023 1073152 524M 27 Unknown
Disk /dev/sdb: 15 GB, 15980298240 bytes, 31211520 sectors
1942 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/sdb1 0,130,3 1023,254,63 8192 31211519 31203328 14.8G c Win95 FAT32 (LBA)
Disk /dev/sdc: 3727 MB, 3908042752 bytes, 7632896 sectors
9912 cylinders, 55 heads, 14 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/sdc1 * 0,1,1 1017,54,14 62 7632895 7632834 3726M 83 Linux
where sdb is the sd card
is there somthing i can do ?