Conversation
Notices
-
Embed this notice
:umu: :umu: (a1ba@suya.place)'s status on Friday, 20-Oct-2023 05:15:18 JST :umu: :umu: ```
root@rk3568-ag:~# blkid -t PARTUUID=1C7EE182-861E-4850-8F4C-0D6638F8797A -o device -l
root@rk3568-ag:~# blkid -t PARTUUID=1c7ee182-861e-4850-8f4c-0d6638f8797a -o device -l
/dev/mmcblk1p2
```
Bug? Looks like it.- Haelwenn /элвэн/ :triskell: likes this.
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Friday, 20-Oct-2023 05:16:51 JST Haelwenn /элвэн/ :triskell: @a1ba Or maybe the shit is cursed and the way UUIDs works are actually case-sensitive. -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Saturday, 21-Oct-2023 03:04:05 JST Haelwenn /элвэн/ :triskell: @frssoft @a1ba By default yeah but not everywhere as you can have case-insensitive filesystems (FAT32 is one) working properly.
In fact I once had to setup a dedicated case-insensitive mount for a badly ported Windows application… -
Embed this notice
localhost(tech_mode=True) (frssoft@udongein.xyz)'s status on Saturday, 21-Oct-2023 03:04:07 JST localhost(tech_mode=True) @a1ba
but linux made case-sensitive by design :blobfoxeyes:
@lanodan -
Embed this notice
:umu: :umu: (a1ba@suya.place)'s status on Saturday, 21-Oct-2023 03:04:08 JST :umu: :umu: @lanodan blkid itself doesn't assume contents of the tag.
I wonder if it would be correct to check for specific tag (if it's UUID or PARTUUID for example) and do case-insensitive comparison. -
Embed this notice
localhost(tech_mode=True) (frssoft@udongein.xyz)'s status on Saturday, 21-Oct-2023 03:06:06 JST localhost(tech_mode=True) @a1ba
sorry. My english no native. I mean, like "Always has been"
@lanodanHaelwenn /элвэн/ :triskell: likes this. -
Embed this notice
:umu: :umu: (a1ba@suya.place)'s status on Saturday, 21-Oct-2023 03:06:07 JST :umu: :umu: @frssoft @lanodan and also what do you mean "by design"? Do you understand what that means?