Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: New LTS, new FS?

  1. #11
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: New LTS, new FS?

    @jbicha ---
    Yes the autoinstall does work. I had to file a bug where there was an issue with late commands not working, but they are working now. Me and another tested that, and the patch from proposed, before it got pushed through.

    Not in the docs, but the various sample desktop autoinstall scripts are located inside of the ubuntu-desktop-installer snap image... Found them while digging around.

    @laserburn --
    zsys was only included with 20.04, and was not included since then. It wasn't a default for 22.04. It's still in the repo's, but not needed.

    /boot <> bpool is still there... This laptop:
    Code:
    mafoelffen@Mikes-ThinkPad-T520:~$ sudo zpool list
    NAME      SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
    backups  1.46T   224G  1.24T        -         -     0%    14%  1.00x    ONLINE  -
    bpool    1.88G   766M  1.13G        -         -     2%    39%  1.00x    ONLINE  -
    dpool     856G  2.55M   856G        -         -     0%     0%  1.00x    ONLINE  -
    hpool     396G  64.1G   332G        -         -    13%    16%  1.00x    ONLINE  -
    kpool     992G   495G   497G        -         -     1%    49%  1.00x    ONLINE  -
    rpool     496G  27.7G   468G        -         -     2%     5%  1.00x    ONLINE  -
    mafoelffen@Mikes-ThinkPad-T520:~$ lsblk -e7 -o name,label,size,fstype,mountpoint,model
    NAME   LABEL              SIZE FSTYPE     MOUNTPOINT MODEL
    sda                       1.8T                       Samsung SSD 870 QVO 2TB
    ├─sda1 {SYSTEM}           550M vfat       /boot/efi  
    ├─sda2 Windows RE tools   500M ntfs                  
    ├─sda3 {Windows}        888.6G ntfs                  
    ├─sda4                     32G                       
    ├─sda5 bpool                2G zfs_member            
    ├─sda6 rpool              500G zfs_member            
    ├─sda7 hpool            397.4G zfs_member            
    ├─sda8                    983M                       
    └─sda9                     30G                       
    sdb                       1.8T                       Samsung SSD 870 QVO 2TB
    ├─sdb1 kpool             1000G zfs_member            
    └─sdb2 dpool              863G zfs_member            
    sdc                       1.8T                       Dogfish SSD 2TB
    └─sdc1 backups            1.5T zfs_member
    Not from the canned ZFS-On-Root install scripts... It was installed using the Server Edition LiveUSB as a boot medium, and it's console prompt environment.

    It you need a bigger bpool, which you need to recreate it anyways if you plan to ever snapshot bpool, to get around a Grub bug that comes about after you do a ZFS bpool snapshot... snapshot bpool/BOOT. Send/Receive it somewhere for a backup... Destroy bpool. Grow the partition, and recreate bpool with these options:
    https://ubuntuforums.org/showthread....0#post14175250
    Send/Receive the dataset back into the new pool to restore it.
    Those creation options will get around this bug:
    https://savannah.gnu.org/bugs/index.php?64297
    Last edited by MAFoElffen; 1 Week Ago at 08:35 AM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  2. #12
    Join Date
    Feb 2017
    Beans
    49

    Re: New LTS, new FS?

    Quote Originally Posted by jbicha View Post
    The new installer now makes it very visible that you can use a file to automate your install. Maybe that supports complex file system organization?
    Does the new installer allow the user to change the size of bpool or /boot? That sounds like elementary stuff, not something that we should jump through hoops to get.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •