I'm having trouble with my rawhide live usb devices and mounting the persistent home image.
when the fedora-live init script runs I get:
mount: /dev/sdb1 already mounted or /mnt/live busy
mount doesn't show /dev/sdb1, but fuser -m /mnt/live lists basically every process starting with 1.
/mnt/live: 1rce 2rc 3rc ....
I wouldn't put it past issues with my setup, but I've tried to copy the %post from the fedora-release files pretty closely. Using latest git livecd tools.
Orion Poplawski wrote:
I'm having trouble with my rawhide live usb devices and mounting the persistent home image.
when the fedora-live init script runs I get:
mount: /dev/sdb1 already mounted or /mnt/live busy
mount doesn't show /dev/sdb1, but fuser -m /mnt/live lists basically every process starting with 1.
/mnt/live: 1rce 2rc 3rc ....
I wouldn't put it past issues with my setup, but I've tried to copy the %post from the fedora-release files pretty closely. Using latest git livecd tools.
Oh, ls /mnt/live shows it empty at this point...
Orion Poplawski wrote:
Orion Poplawski wrote:
I'm having trouble with my rawhide live usb devices and mounting the persistent home image.
when the fedora-live init script runs I get:
mount: /dev/sdb1 already mounted or /mnt/live busy
mount doesn't show /dev/sdb1, but fuser -m /mnt/live lists basically every process starting with 1.
/mnt/live: 1rce 2rc 3rc ....
I wouldn't put it past issues with my setup, but I've tried to copy the %post from the fedora-release files pretty closely. Using latest git livecd tools.
Oh, ls /mnt/live shows it empty at this point...
Okay, fedora-live does:
mount -o ro /dev/live /mnt/live
if I do:
mount /dev/live /mnt/live
it works. Forget the fuser stuff, that's me being dumb.
So, what's causing this?
Orion Poplawski wrote:
Okay, fedora-live does:
mount -o ro /dev/live /mnt/live
if I do:
mount /dev/live /mnt/live
it works. Forget the fuser stuff, that's me being dumb.
So, what's causing this?
Filed https://bugzilla.redhat.com/show_bug.cgi?id=469269
livecd@lists.fedoraproject.org