Re: Could a whole disk be added into a partition, another PC?
Posted: Sat Aug 31, 2024 10:02 am
We post together, please read the EDIT, I've already ordered it ...
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
He's not talking about RAM.MadMax wrote: Sat Aug 31, 2024 9:11 am If you are talking about dual or multi booting, 16 GB of RAM is enough to run every OS
Ok, I think I understand, anyway, I still haven't received the device ... if I have any difficulties I will continue here with this thread...Just replace it, boot from a live system and dd the usb stick to the new drive.
It's -F ( -f has a different function):Eadwine Rose wrote: Sat Aug 31, 2024 7:25 am It is an alternative to the QSI, it is on antix.
Code: Select all
inxi -fxxxrza
is the full QSI command that gets executed.
man inxi wrote:
-f , --flags
Show all CPU flags used, not just the short list. Not shown with -F in order to avoid spamming. ARM CPUs: show features items.
-F , --full
Show Full output for inxi. Includes all Upper Case line letters (except -J and -W) plus --swap, -s and -n. Does not show extra verbose options such as -d -f -i -J -l -m -o -p -r -t -u -x unless you use those arguments in the command, e.g.: inxi -Frmxx
Yes, that was just for future readers.
Code: Select all
demo@mx1:~
$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squash 4.0 0 100% /live/linux
sda
├─sda1
│ vfat FAT32 A5C7-2839
├─sda2
│ swap 1 fd8f3e7b-9875-4c6b-8588-eb9ce5695fb2 [SWAP]
├─sda3
│ ext4 1.0 ba27cd4e-19c8-46c4-81e9-43c115f71a25
├─sda4
│ ext4 1.0 7b76b635-0024-4c33-9691-47d315cff798
└─sda5
ext4 1.0 786e985a-1e0e-45c4-b288-79c66f5df592
sdb iso966 Jolie MX-Live 2024-01-21-17-47-54-00 0 100% /live/boot-dev
├─sdb1
│ iso966 Jolie MX-Live 2024-01-21-17-47-54-00
└─sdb2
vfat FAT16 EFI-LIVE 5F46-8E64
sdc
├─sdc1
│ vfat FAT32 EFI-SYSTEM
│ 1EBC-E74C
└─sdc2
ext4 1.0 rootMX23 af9f5cb8-f533-407d-8ab7-b303fcc9a93f 3.1G 73% /media/demo/rootMX23
demo@mx1:~
$