У нас вы можете посмотреть бесплатно FreeBSD UFS Encryption *Read Pinned Comment* или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
#RoboNuggie #ufs #Encryption Encryption is a great feature of ZFS, but you can do it in UFS as well using GEOM ELI although it does take a little bit more work. This tutorial will create an unencrypted boot partition, then will add encryption to the system partition - then the rest of the normal install can take place. I wish to thank Daemon Notes for the information about this topic. ------------------------------------------------------------- Commands used in this video: (Right angle brackets aren't allowed in the Youtube description, so in the place where they are needed you will see the text : "**2xright angle bracket **") gpart create -s gpt ada0 gpart add -s 512k -a 4k -t freebsd-boot ada0 gpart add -s 1G -a 4k -t freebsd-ufs -l boot0 ada0 gpart add -a 4k -t freebsd-ufs -l root0 ada0 gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0 newfs -L bootfs0 /dev/gpt/boot0 geli init -b -B /var/tmp/system0 -e AES-XTS -l 256 -s 4096 /dev/gpt/root0 geli attach /dev/gpt/root0 newfs -U -L rootfs0 /dev/gpt/root0.eli mount /dev/gpt/root0.eli /mnt mkdir -p /mnt/bootfs mount /dev/gpt/boot0 /mnt/bootfs cd /mnt mkdir bootfs/boot ln -s bootfs/boot echo 'geom_eli_load="YES"' **2xright angle bracket ** /boot/loader.conf echo 'vfs.root.mountfrom="ufs:ada0p3.eli"' **2xright angle bracket ** /boot/loader.conf /dev/gpt/root0.eli / ufs rw 1 1 /dev/gpt/boot0 /bootfs ufs rw 0 0 reboot Then adding the swap file: dd if=/dev/zero of=/usr/swap0 bs=1m count=64 chmod 0600 /usr/swap0 Add to /etc/fstab : md99 none swap sw,file=/usr/swap0,late 0 0 swapon -aL –––––––––––––––––––––––––––––– Outro Music: Bensound.com –––––––––––––––––––––––––––––– Chill Guitar / Flamingo by jlsmrl / jlsmrl Creative Commons — Attribution 3.0 Unported — CC BY 3.0 Free Download / Stream: https://bit.ly/chill-guitar-flamingo Music promoted by Audio Library • Chill Guitar / Flamingo – Lesion X (No Cop... –––––––––––––––––––––––––––––– Happy by MusicbyAden / musicbyaden Creative Commons — Attribution-ShareAlike 3.0 Unported — CC BY-SA 3.0 Free Download / Stream: https://bit.ly/happy-musicbyaden Music promoted by Audio Library • Happy – MusicbyAden (No Copyright Music) –––––––––––––––––––––––––––––– We Are One by Vexento / vexento / vexento Free Download / Stream: http://bit.ly/2PaIKcR Music promoted by Audio Library • We Are One – Vexento (No Copyright Music) ––––––––––––––––––––––––––––––