Jump to content

exFat SSD

Go to solution Solved by HeLiOn,

I think I figured it out.
I connected the drive to the motherboard through a PCIe 1x adapter, because all the M.2 slots were already occupied
The drive and the adapter ar both functional, but it seems the adapter doesn't connect properly with the motherboard through that slot.
And it just so happened that the connection got loose sometime after I did the format.

I guess we can count this one as closed.
I'm sorry for wasting your time, but it took me quite awhile to troubleshoot this, in the end I got another PC to check the adapter.

I formated an NVMe SSD and made it exFat.
Now it
's not detected anymore. Not by Disk Manager, not by Diskpart, not even by a Linux boot drive.
Is there any way I can deleted the partition and turn it back to NTFS
?

Link to comment
https://linustechtips.com/topic/1602638-exfat-ssd/
Share on other sites

Link to post
Share on other sites

If you are comfortable with Linux you can give Gparted a try. Otherwise consider checking with something like the CLI fdisk utility.

 

Ex. sudo fdisk /dev/nvme0

 

This assumes the device is recognized and linux assigned it the friendly name nvme0.

I haven't used fdisk in a minute but you can also have it list the command options I think it was p to select a partition, d to delete, and when you're done, w to write the changes.

 

This should let you delete the device exFAT partition. There's other functions as well like setting the device to use GPT but be warned this will risk deleting any data you have saved on it so be wary.

Link to comment
https://linustechtips.com/topic/1602638-exfat-ssd/#findComment-16662573
Share on other sites

Link to post
Share on other sites

I think I figured it out.
I connected the drive to the motherboard through a PCIe 1x adapter, because all the M.2 slots were already occupied
The drive and the adapter ar both functional, but it seems the adapter doesn't connect properly with the motherboard through that slot.
And it just so happened that the connection got loose sometime after I did the format.

I guess we can count this one as closed.
I'm sorry for wasting your time, but it took me quite awhile to troubleshoot this, in the end I got another PC to check the adapter.

Link to comment
https://linustechtips.com/topic/1602638-exfat-ssd/#findComment-16662578
Share on other sites

Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×