My rpi sd is partitioned as so:
Device Boot Start End Blocks Id System
/dev/sdd1 8192 122879 57344 b W95 FAT32
/dev/sdd2 122880 8519679 4198400 83 Linux
/dev/sdd3 8519680 30702591 11091456 b W95 FAT32
I use the third partition for video files. I want to hide FAT boot partition, so Windows can't see it but mount the third partition.
I tried changing partition type to 1b with fdisk:
Device Boot Start End Blocks Id System
/dev/sdd1 8192 122879 57344 1b Hidden W95 FAT32
/dev/sdd2 122880 8519679 4198400 83 Linux
/dev/sdd3 8519680 30702591 11091456 b W95 FAT32
But with this configuration rpi does not boot.
I don't need to have a FAT32 boot partition, is it possible to use an EXT2 boot partition?
sdd1is in the last line... how is it possible? – Alessandro Pezzato Jun 13 '13 at 07:54Edit - actually maybe this wont work...but give it a shot Otherwise check this thread http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=36897&p=308243
– Lawrence Jun 17 '13 at 05:47