Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
777 stars 188 forks source link

Hard disk can't be detected by fdisk command #781

Open AlexSunnn opened 11 months ago

AlexSunnn commented 11 months ago

I deployed my computer booting with sysLinux,and it can boot from internal storage. But I can't find any disk except RAM when run command sudo fdisk -l.
Actually the internal storage has 2 partitions,one is FAT32 file system and the other is EXT4. I want to save some configration file to the local disk. Help me please.

Doncuppjr commented 11 months ago

Do an all modules build and make a profile.

Sent from Yahoo Mail for iPhone

On Tuesday, August 8, 2023, 12:39 AM, AlexSunnn @.***> wrote:

I deployed my computer booting with sysLinux,and it can boot from internal storage. But I can't find any disk except RAM when run command sudo fdisk -l. Actually the internal storage has 2 partitions,one is FAT32 file system and the other is EXT4. I want to save some configration file to the local disk. Help me please.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

AlexSunnn commented 11 months ago

Do an all modules build and make a profile. Sent from Yahoo Mail for iPhone

@Doncuppjr Thank you very much, it works.