We have moved to a new Sailfish OS Forum. Please start new discussions there.
0

Where are videos physically located (want to access them in recovery mode) [answered]

asked 2015-07-29 01:38:25 +0300

jylipaa gravatar image

updated 2015-07-29 01:47:46 +0300

As the latest firmware upgrade came with an optimizer, which i accidentally ran without making some space to the device's disk, i have a Jolla I can access now only via recovery mode and telnet. At this point i really don't care for other than saving some pics and videos i haven't had time to backup yet. So, using Shell option in recovery mode, I've mounted rootfs and my sd:

/dev/mmcblk0p28 on /mnt/rootfs type btrfs (ro,relatime,ssd,noacl,space_cache)
/dev/mmcblk1p1 on /mnt/sd type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)

and was able to locate and copy all the photos from the device into an SD card and use that to transfer them to my laptop (windows, if that matters). But I just cannot locate the video files shot with Jolla Camera. Where they can be found / how they can be retrieved?

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by chemist
close date 2015-07-30 15:46:18.384250

1 Answer

Sort by » oldest newest most voted
2

answered 2015-07-29 02:01:09 +0300

chemist gravatar image

updated 2015-07-29 02:03:31 +0300

In recovery mode you need to mount /dev/mmcblk0p28 with subvolume=@home, the default volume is @ which is rootfs.

mkdir /mnt/home
mount -o subvolid=@home /dev/mmcblk0p28 /mnt/home

you need to get your rootfs and home mounted rw, and chroot /mnt/rootfs and execute balance from within the chroot after freeing up some space iirc

edit flag offensive delete publish link more

Comments

Many thanks, you probably just made my year! I'll test it later today and mark this answer then

jylipaa ( 2015-07-29 09:51:12 +0300 )edit

Question tools

Follow
2 followers

Stats

Asked: 2015-07-29 01:38:25 +0300

Seen: 213 times

Last updated: Jul 29 '15