AndrzejB Posted August 10, 2023 Report Share Posted August 10, 2023 Testuję Fedorę 38 Cinnamon na VirtualBoxie Jeśli chodzi o timeshift+btrfs, to ma artykuł: https://discussion.fedoraproject.org/t/a-quick-guide-to-setting-up-btrfs-timeshift-on-fedora-33/27573 nie rozumiem: ``` $ mkdir /btrfs_pool $ sudo mount -o subvolid=5 /path/to/fedora/install/partition /btrfs_pool ``` jaki to /path/to/fedora/install/partition ? blkid pokazuje ``` $ sudo blkid /dev/sda2: UUID="65fcf777-0ebd-4c60-94e1-2732ab265dc5" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="13e10492-0420-4bbe-8d0b-785584f9aee2" /dev/sda3: LABEL="fedora_localhost-live" UUID="148f0813-d3c0-42ae-bdc8-aacbdb0108b3" UUID_SUB="4200c28a-de15-4706-a623-6c2476a789c2" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="12f8b9ad-271c-4054-a0ee-85bdc3622ed6" /dev/zram0: LABEL="zram0" UUID="bfc7aad8-ac76-4212-9fae-cd22a22476dc" TYPE="swap" /dev/sda1: PARTUUID="f672c983-6362-4e21-9faa-905644974170" ``` a df -Th (mam 80 GB dysk wirtualny) ``` $ df -Th Filesystem Type Size Used Avail Use% Mounted on devtmpfs devtmpfs 4.0M 0 4.0M 0% /dev tmpfs tmpfs 3.9G 0 3.9G 0% /dev/shm tmpfs tmpfs 1.6G 1.2M 1.6G 1% /run /dev/sda3 btrfs 79G 4.2G 74G 6% / tmpfs tmpfs 3.9G 72K 3.9G 1% /tmp /dev/sda3 btrfs 79G 4.2G 74G 6% /home /dev/sda2 ext4 974M 204M 703M 23% /boot ``` czy /path/to/fedora/install/partition to /dev/sda3 Link to comment Share on other sites More sharing options...
SeeM Posted August 14, 2023 Report Share Posted August 14, 2023 https://wiki.archlinux.org/title/BtrfsPartycje i wolumny btrfs to dwie różne rzeczy. Partycja sda3 to w Twoim wypadku pula btrfs i dopiero na niej są woluminy / oraz /home. Nie wiem też, czy zauważyłeś odpowiedzi w podlinkowanym wątku, jak bardzo to nie działa na Fedorze 38. Ja bym żadnym nakładkom nie ufał, bo one rzadko nadążają za rozwojem btrfs, tylko używał narzędzi pisanych przez zespół btrfs. Ja sam btrfs nie używam, więc bardziej nie pomogę. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now