$ sudo /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --partitions 4 make_dev_ssd.sh: INFO: Kernel B: Disabled rootfs verification. make_dev_ssd.sh: INFO: Backup of Kernel B is stored in: /mnt/stateful_partition/backups/kernel_B_20171228_211828.bin make_dev_ssd.sh: INFO: Kernel B: Re-signed with developer keys successfully. make_dev_ssd.sh: INFO: Successfully re-signed 1 of 1 kernel(s) on device /dev/sda.
When i restart chromebook,and try to copy cifs.ko to lib/modules/3.8.11/kernel/fs/cifs/,system tips:Read-only file system,but cifs.ko is also copied,just the size is 4096 byte:
-rw-r--r-- 1 root root 4096 Dec 28 21:11 cifs.koWhat did i do wrong? Thanks!
Thank you,but still can not be solved.
# mount -o remount,rw / mount: cannot remount /dev/sda5 read-write, is write-protected
$ mount | grep sda5 /dev/sda5 on / type ext2 (rw,relatime)
The type is "rw".Once try to copy file to /lib/modules/3.8.11/kernel/fs/cifs/:
$ sudo cp cifs.ko /lib/modules/3.8.11/kernel/fs/cifs/ cp: cannot create regular file '/lib/modules/3.8.11/kernel/fs/cifs/cifs.ko': Read-only file systemls -l total 4 -rw-r--r-- 1 root root 4096 Dec 28 22:48 cifs.koRe-run the command:$ mount | grep sda5
[ 65.752231] EXT4-fs error (device sda5): ext4_mb_generate_buddy:742: group 6, 5119 clusters in bitmap, 5156 in gd [ 65.752250] EXT4-fs (sda5): Remounting filesystem read-only
Is my hard disk is broken?
--
--
Chromium OS discuss mailing list: chromium-os-discuss@chromium.org
are you sure you want to be using partition 4 ? why not 2 ? you didn't say which kernel slot you're actually booting (a-vs-b).-mike
On Thu, Dec 28, 2017 at 8:30 AM, Betta Mandor <duji...@gmail.com> wrote:
I use the command "make_dev_ssd.sh" unlock read-only root filesystem successfully yesterday,but when i copy file to /lib/modules/3.8.11/kernel today,system tips:Read-only file system.I re-run the command:$ sudo /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --partitions 4 make_dev_ssd.sh: INFO: Kernel B: Disabled rootfs verification. make_dev_ssd.sh: INFO: Backup of Kernel B is stored in: /mnt/stateful_partition/backups/kernel_B_20171228_211828.bin make_dev_ssd.sh: INFO: Kernel B: Re-signed with developer keys successfully. make_dev_ssd.sh: INFO: Successfully re-signed 1 of 1 kernel(s) on device /dev/sda.When i restart chromebook,and try to copy cifs.ko to lib/modules/3.8.11/kernel/fs/cifs/,system tips:Read-only file system,but cifs.ko is also copied,just the size is 4096 byte:-rw-r--r-- 1 root root 4096 Dec 28 21:11 cifs.koWhat did i do wrong? Thanks!
--
--
Chromium OS discuss mailing list: chromium-...@chromium.org