so , I just poped in a Samsung 860 EVO 250GB SSD that I picked up for just under $60.00 with tax (it was in the mail box when I got home) , the system sees it as ,
I am thinking of using it for OS's and the questions are ,
1-the best way to set it up , hole device , or partition it , if partition whats the best way for a SSD and BTRFS
I would be installing the systems without grub and using custom grub menus from an existing system to boot them , something like this that boots a Neon-lts on a BTRFS partition now .
the current plan is to
and install .
is this a good idea on a SSD ?
VINNY
Code:
Error: /dev/sdc: unrecognised disk label Model: ATA Samsung SSD 860 (scsi) Disk /dev/sdc: 250GB Sector size (logical/physical): 512B/512B Partition Table: unknown Disk Flags:
1-the best way to set it up , hole device , or partition it , if partition whats the best way for a SSD and BTRFS
I would be installing the systems without grub and using custom grub menus from an existing system to boot them , something like this that boots a Neon-lts on a BTRFS partition now .
Code:
menuentry 'Neon-lts' { insmod btrfs set root='(hd0,msdos1)' linux /@/vmlinuz root=UUID=ff5d66d4-35b6-4c9c-a64e-8dfbe2aa1e31 rootflags=subvol=@ ro quiet splash initrd /@/initrd.img }
Code:
mkfs.btrfs /dev/sdc
is this a good idea on a SSD ?
VINNY
Comment