View Single Post
Old 11-01-2012, 03:39 AM   #20
EternalCyclist
Member
EternalCyclist for a long time would go to bed early.EternalCyclist for a long time would go to bed early.EternalCyclist for a long time would go to bed early.EternalCyclist for a long time would go to bed early.EternalCyclist for a long time would go to bed early.EternalCyclist for a long time would go to bed early.EternalCyclist for a long time would go to bed early.EternalCyclist for a long time would go to bed early.EternalCyclist for a long time would go to bed early.EternalCyclist for a long time would go to bed early.EternalCyclist for a long time would go to bed early.
 
Posts: 17
Karma: 17948
Join Date: Oct 2012
Device: KT
Quote:
Originally Posted by eureka View Post
Also, I don't use entries from parition table at /dev/mmcblk0p4, because I don't know how to do it.
Code:
fdisk -l /dev/mmcblk0p4
Code:
sfdisk --force -l /dev/mmcblk0p4
When USB drive is exported to the PC:
Code:
fdisk -l /dev/sdc
also shows the ''secondary'' partition table.

Adding the offset to the start value in the partition table avoids the need to remember this offset.
EternalCyclist is offline   Reply With Quote