What is the tablet's FS and partition scheme? [answered]
Dear tablet users, Can you share this information(What is the tablet's FS and partition scheme?) with us, please? ;)
We have moved to a new Sailfish OS Forum. Please start new discussions there.
Dear tablet users, Can you share this information(What is the tablet's FS and partition scheme?) with us, please? ;)
Quick answer with only interesting mount points :
mount :
/dev/mapper/sailfish-root on / type ext4
/dev/mapper/sailfish-home on /home type ext4
/dev/mmcblk0p12 on /fimage
insert here mount binds of sailfish-root and sailfish-home to relevant alien dalvik mount points
So yeah, two main ext4 FS looking like LVM, let's check out.
pvdisplay :
- PV name : /dev/mmcblk0p15
- VG name : sailfish
- PV Size: 56.82GiB / Not usable 2.98MiB
- Total PE : 14545
- Free PE : 750
- Allocated PE : 13795
- bla bla
vgdisplay :
- VG Name : sailfish
- Format : lvm2
- Cur LV : 2
- Open LV : 2
- Cur PV : 1
- Act PV : 1
- VG Size : 56.82GiB
- Total PE : 14545
- Alloc PE / Size : 13795 / 53.98GiB
- Free PE / Size : 750 / 2.93GiB
- bla bla
lvdisplay :
- LV Path : /dev/sailfish/root
- LV name : root
- VG Name: sailfish
- LV status : available (I do hope so !!)
- LV Size : 3.91GiB
- bla bla
- LV Path : /dev/sailfish/home
- LV Name : home
- VG Name : sailfish
- LV status: available (I'm saved !)
- LV Size : 49.98GiB
- bla bla
So indeed, LVM. One physical device, one volume group, two logical volumes. Only 2.93GiB not allocated.
Cheers !
edit: argh ! Wiki notation, forgot about it.
The layout looks sensible and robust & I like the nice touch of leaving some space free in the volume group just in case. :)
They could have also used a thin pool with thin root and home lvs to provide more flexibility with free space on root and home, but that could potentially bring back some of the free space issues btrfs has on the phone (home exhausting free space on root file system) so the current config is definitely more robust. :)
MartinK ( 2015-10-11 15:21:43 +0200 )editThis thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2015-10-11 00:26:49 +0200
Seen: 810 times
Last updated: Oct 11 '15
\SDCARD\ folder which Android apps use should be visible when you plug your phone into PC [released]
Recommended file system type & partitioning scheme for the microSD card? [answered]
Support UDF for MicroSD filesystem. [released]
file access between Sailfish / Android
New device/os after Windows XP
Don't recognize connecting Jolla to my PC (via USB) [duplicate]
A very good question. I am sick of BTRFS, and sincerely hope to see something like an LVM thin pool with EXT4/XFS.
ScumCoder ( 2015-10-11 00:57:36 +0200 )edit@ScumCoder I also dislike Btrfs. It's not ready for mainstream/commercial use. It's just a beta software toy for geeks. ;)
Kollin ( 2015-10-11 01:06:20 +0200 )editI remember reading that Sailfish 2.0 on tablet would also support EXT4.
sifartech ( 2015-10-11 01:35:25 +0200 )editIIRC it should be LVM2 with non-thin LVs with EXT4 on top. At least that's how it looked like from the recovery tools source code a few months ago. Verification from someone with an actual tablet welcome. :)
MartinK ( 2015-10-11 01:43:16 +0200 )editWhat exactly do you want to know? It is LVM with ext4, split into root and home.
chemist ( 2015-10-11 01:44:13 +0200 )edit