sudo mount -t vfat /dev/mmcblk0p1 /home/user/MyDocs
sudo fdisk -l
sudo mount -t vfat /dev/mmcblk0p1 /home/user/MyDocs
$ sudo mount -t vfat /dev/mmcblk0p1 /home/user/MyDocs mount: mounting /dev/mmcblk0p1 on /home/user/MyDocs failed: Invalid argument
sudo fdisk -l
~ $ sudo fdisk -l
Disk /dev/mmcblk1: 8054 MB, 8054112256 bytes
4 heads, 16 sectors/track, 245792 cylinders
Units = cylinders of 64 * 512 = 32768 bytes
Device Boot Start End Blocks Id System
/dev/mmcblk1p1 1 245792 7865336 b Win95 FAT32
Disk /dev/mmcblk0: 32.0 GB, 32015122432 bytes
4 heads, 16 sectors/track, 977024 cylinders
Units = cylinders of 64 * 512 = 32768 bytes
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 2 884865 28315648 c Win95 FAT32 (LBA)
/dev/mmcblk0p2 884866 950401 2097152 83 Linux
/dev/mmcblk0p3 950402 974977 786432 82 Linux swap
~ $
~ $
dosfsck /dev/mmcblk0p1
| The Following User Says Thank You to pichlo For This Useful Post: | ||
| The Following User Says Thank You to saponga For This Useful Post: | ||
Good luck!
| The Following User Says Thank You to knuthf For This Useful Post: | ||