leachim Posted December 22, 2025 Posted December 22, 2025 See Pic There seems to be a 43 Gb partition that I can't find in file explorer, nor Diskpart Ideally like to give it a letter so I can use it or Extend the C drive into it Any help appreciated Thanks
robintech Posted December 23, 2025 Posted December 23, 2025 (edited) for diskpart, 'list partition' should show it, it looks like it doesn't have a drive letter so you can assign it one from diskmgmt or delete it and expand c:\ Edit: C : is apparently an emoji Edited December 23, 2025 by robintech
leachim Posted December 23, 2025 Author Posted December 23, 2025 Thanks I typed list partition Then Sel partition 5 Then assign letter=D But it said No Volume Selected Looks like it can't assign a letter to a partition
robintech Posted December 23, 2025 Posted December 23, 2025 Never done it from cmd line, disk management should let you assign a letter to it / Change the drive letter or delete it https://learn.microsoft.com/en-us/windows-server/storage/disk-management/change-a-drive-letter Does 'detail partition' show anything, for example a scratch disk in mine DISKPART> select partition 3 Partition 3 is now the selected partition. DISKPART> detail partition Partition 3 Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 Hidden : No Required: No Attrib : 0X8000000000000000 Offset in Bytes: 122683392 Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- -------- * Volume 4 E Internal Dr NTFS Partition 237 GB Healthy
leachim Posted December 23, 2025 Author Posted December 23, 2025 I went to DM and right clicked All it gave was "delete partition" Pic attached with Detail Partition
robintech Posted December 23, 2025 Posted December 23, 2025 0FC63DAF-8483-4772-8E79-3D69D8477DE4 says that's Linux Filesystem data? https://en.wikipedia.org/wiki/GUID_Partition_Table You could change the type to a more normal Windows data partition with 'set id=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7' but I don't know if it would be readable. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now