News:

SMF - Just Installed!

Main Menu

Setup data partion on SSD drive

Started by mahesh, Oct 12, 2023, 03:45 AM

Previous topic - Next topic

mahesh

I have installed ubuntu server 22.04 and ubuntu desktop on a Mac mini from 2012.
I did accept the default partition suggestions and ended up with a 100 GB root partition. However the SSD drive is 1000 GB and I would like to use the rest of the
drive to store my data EG. Nextclode shared files.

Below is my current partitions.

Code:
bengt@falkenc:~$ sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
[sudo] password for bengt:
NAME                      FSTYPE     SIZE MOUNTPOINT                   LABEL
loop0                     squashfs  63.4M /snap/core20/1974           
loop1                     squashfs  55.7M /snap/core18/2790           
loop2                     squashfs     4K /snap/bare/5                 
loop3                     squashfs  63.5M /snap/core20/2015           
loop4                     squashfs  73.9M /snap/core22/864             
loop5                     squashfs 236.9M /snap/firefox/3131           
loop6                     squashfs 485.5M /snap/gnome-42-2204/126     
loop7                     squashfs  91.7M /snap/gtk-common-themes/1535
loop8                     squashfs 111.9M /snap/lxd/24322             
loop9                     squashfs 284.7M /snap/nextcloud/37045       
loop10                    squashfs  53.3M /snap/snapd/19457           
loop11                    squashfs  40.8M /snap/snapd/20092           
sda                                931.5G                             
├─sda1                    vfat         1G /boot/efi                   
├─sda2                    ext4         2G /boot                       
└─sda3                             928.5G                             
  └─ubuntu--vg-ubuntu--lv ext4       100G /
I have Ubuntu desktop installed so I can either use the terminal or the drive tool in the desktop utilities.
I do hope for some tips or maybe even guidelines how to proceed.