I’m trying to install to a usb drive but the imager wont list the device as a destination even though its ‘probe’ finds it . This is for a PI4B .
New disk device entry created with entry point /dev/sdd, 465.76GiB free space and label
I’m trying to install to a usb drive but the imager wont list the device as a destination even though its ‘probe’ finds it . This is for a PI4B .
New disk device entry created with entry point /dev/sdd, 465.76GiB free space and label
Is it a spinning drive? From the size I’m guessing so. I deliberately hide rotational drives so a user doesn’t accidentally image the wrong drive.
The typical drive used is a flash drive
Installer logs should confirm if it is being excluded intentionally.
Its a SSD drive . All I see at the console is the message shown above .
Hi,
I’ve taken a look at the code (has been over a decade since I did major work on that installer).
It does need an update, but it seems to work for now largely although what held true in 2014 will have changed a lot in 2025 and it needs a new lick of paint.
What’s the output of cat /sys/block/sdd/removable
?
If it reports 0, that is why it is being filtered. I could log this better. I never wanted internal drives to be formatted.
How is the drive connected?
Also just to ensure there is no misunderstanding. This will just install the installer on the USB drive. The final OS will not be installed on the SSD by this method