12-27-2021, 03:06 PM
This is the fstab that causes it to not complete the boot, if I uncomment that last line:
This is the shell script that successfully umounts and mounts the SD card when I run it as sudo:
Finally, this is the uuid of the SD:
Code:
mobian@mobian:~$ cat /etc/fstab
UUID=49871ada-b2ac-4162-a2bc-7ea476ac0516 / ext4 defaults 01
UUID=199221bd-4da8-4ed5-b995-0d0781698f6a /boot ext4 defaults 02
#UUID=3314869d-66e3-44ad-8dbb-7a7275b6ea64 /home ext4 defaults 0 2
Code:
mobian@mobian:~$ cat /usr/bin/msd
#! /bin/bash
umount /media/mobian/3314869d-66e3-44ad-8dbb-7a7275b6ea64
mount -t ext4 /dev/mmcblk0p1 /home[
Finally, this is the uuid of the SD:
Code:
mobian@mobian:~$ sudo blkid /dev/mmcblk0p1
[sudo] password for mobian:
/dev/mmcblk0p1: UUID="3314869d-66e3-44ad-8dbb-7a7275b6ea64" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="3634a9ac-01"
Pinephone beta edition, convergence model, Mobian Bookworm with Phosh.