Hallo Zusammen,
ich brauche dringend Hilfe. Mein System (Beaglebone Black mit Ubuntu 14.04) startet nach einem apt-get upgrade nicht mehr korrekt.
Es kann die mmcblkp1 Partition nicht mehr korrekt mounten und setzt das filesystem dann auf Read-Only.
Was ist denn da passiert?
Die fstab sieht so aus:
proc /proc proc defaults 0 0
/dev/mmcblk0p2 / auto errors=remount-ro 0 1
/dev/mmcblk0p1 /boot/uboot auto defaults 0 0
#
#SD-Karte als Speichererweiterung
#UUID=3b8a54a0-971a-4834-9323-afa6075562f3 /media/SD_Karte ext4 errors=remount-ro,relatime 0 2
#Externe 1TB Festplatte
#UUID=345fa145-2663-4986-9278-5e5862cf6791 /media/mydata ext4 defaults 0 2
#UUID=805e24e9-bcdb-4b5c-b6e5-1af6f78750a2 /media/backup ext4 defaults 0 2
funktioniert.
Ich glaube das,
dass ganz "normal" ist.
Was mir vor dem Upgrade noch aufgefallen ist, ist das ich nur noch wenig Speicherplatz hatte. Ca. 100MB und jetzt nur noch
ich brauche dringend Hilfe. Mein System (Beaglebone Black mit Ubuntu 14.04) startet nach einem apt-get upgrade nicht mehr korrekt.
Es kann die mmcblkp1 Partition nicht mehr korrekt mounten und setzt das filesystem dann auf Read-Only.
Was ist denn da passiert?
Die fstab sieht so aus:
proc /proc proc defaults 0 0
/dev/mmcblk0p2 / auto errors=remount-ro 0 1
/dev/mmcblk0p1 /boot/uboot auto defaults 0 0
#
#SD-Karte als Speichererweiterung
#UUID=3b8a54a0-971a-4834-9323-afa6075562f3 /media/SD_Karte ext4 errors=remount-ro,relatime 0 2
#Externe 1TB Festplatte
#UUID=345fa145-2663-4986-9278-5e5862cf6791 /media/mydata ext4 defaults 0 2
#UUID=805e24e9-bcdb-4b5c-b6e5-1af6f78750a2 /media/backup ext4 defaults 0 2
Code:
sudo mount -o remount,rw /
Code:
beagle@Homeserver:~$ dmesg | grep "mmc"
[ 0.000000] Kernel command line: console=ttyO0,115200n8 fixrtc root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait fixrtc
[ 0.147773] vmmcsd_fixed: 3300 mV
[ 1.598970] bone-capemgr bone_capemgr.9: slot #4: Requesting firmware 'cape-bone-2g-emmc1.dtbo' for board-name 'Bone-LT-eMMC-2G', version '00A0'
[ 1.629922] bone-capemgr bone_capemgr.9: slot #4: dtbo 'cape-bone-2g-emmc1.dtbo' loaded; converting to live tree
[ 1.885063] omap_hsmmc mmc.4: of_parse_phandle_with_args of 'reset' failed
[ 1.892348] omap_hsmmc mmc.4: Failed to get rstctl; not using any
[ 1.898812] omap_hsmmc mmc.4: unable to select pin group
[ 1.919344] mmc.4 supply vmmc_aux not found, using dummy regulator
[ 1.926035] omap_hsmmc mmc.4: pins are not configured from the driver
[ 1.966519] omap_hsmmc mmc.5: Got rstctl (gpio:#0 name eMMC_RSTn) label:eMMC_RSTn
[ 1.995815] mmc.5 supply vmmc_aux not found, using dummy regulator
[ 2.002765] omap_hsmmc mmc.5: pins are not configured from the driver
[ 2.196668] mmc1: BKOPS_EN bit is not set
[ 2.204554] mmc1: new high speed MMC card at address 0001
[ 2.211171] mmcblk0: mmc1:0001 MMC02G 1.78 GiB
[ 2.216434] mmcblk0boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
[ 2.223101] mmcblk0boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
[ 2.231932] mmcblk0: p1 p2
[ 2.237929] mmcblk0boot1: unknown partition table
[ 2.245306] mmcblk0boot0: unknown partition table
[ 2.696096] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 42.864170] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[ 55.485152] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
Code:
beagle@Homeserver:~$ sudo fdisk -l
[sudo] password for beagle:
Disk /dev/mmcblk0: 1920 MB, 1920991232 bytes
4 heads, 16 sectors/track, 58624 cylinders, total 3751936 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x80000000
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 * 2048 4095 1024 1 FAT12
/dev/mmcblk0p2 4096 3751935 1873920 83 Linux
Disk /dev/mmcblk0boot1: 1 MB, 1048576 bytes
4 heads, 16 sectors/track, 32 cylinders, total 2048 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mmcblk0boot1 doesn't contain a valid partition table
Disk /dev/mmcblk0boot0: 1 MB, 1048576 bytes
4 heads, 16 sectors/track, 32 cylinders, total 2048 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mmcblk0boot0 doesn't contain a valid partition table
Ich glaube das,
Code:
Disk /dev/mmcblk0boot1 doesn't contain a valid partition table
Disk /dev/mmcblk0boot0 doesn't contain a valid partition table
Was mir vor dem Upgrade noch aufgefallen ist, ist das ich nur noch wenig Speicherplatz hatte. Ca. 100MB und jetzt nur noch
Code:
beagle@Homeserver:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p2 1.8G 1.5G 158M 91% /
devtmpfs 248M 8.0K 248M 1% /dev
/dev/mmcblk0p1 1004K 472K 532K 48% /boot/uboot
beagle@Homeserver:~$
0 commentaires:
Enregistrer un commentaire