Thread
:
[HowTo][WIP] use real sdcard as home-partition and/or for android data
View Single Post
bob_bipbip
2014-01-18 , 21:13
Posts: 33 | Thanked: 25 times | Joined on Sep 2011 @ grenoble
#
6
i've formated my sd card in btrfs, and maked subvolume, and mount with this script:
mount -o subvol=sdcard,compress /dev/mmcblk1 /data/sdcard/
mount -o subvol=Videos /dev/mmcblk1 /home/nemo/Videos/
mount -o subvol=Desktop /dev/mmcblk1 /home/nemo/Desktop/
mount -o subvol=Documents /dev/mmcblk1 /home/nemo/Documents/
mount -o subvol=Downloads /dev/mmcblk1 /home/nemo/Downloads/
mount -o subvol=Music /dev/mmcblk1 /home/nemo/Music/
mount -o subvol=Pictures /dev/mmcblk1 /home/nemo/Pictures/
mount -o subvol=Public /dev/mmcblk1 /home/nemo/Public/
mount -o subvol=Templates /dev/mmcblk1 /home/nemo/Templates/
Quote & Reply
|
bob_bipbip
View Public Profile
Send a private message to bob_bipbip
Find all posts by bob_bipbip