M.2 nvme ssd corrupted I'm dual booting

:warning: Missing information requested in the template may result in not receiving assistance :warning:

Make sure you have done the following before you post:

Issue still unresolved? Then:

  • ONE issue per topic.
  • Describe your issue in detail. The more we know, the better we can help
  • Show us the results of your searches, and what you’ve tried
  • After rebooting, post the FULL output of garuda-inxi in the body of the post (not linked externally, or collapsed with the “hide details” feature)
  • Format terminal output (including your garuda-inxi) as a code block by clicking the preformatted text button (</>), or put three tildes (~) above and below the text

The template above should be deleted before posting your help request.

Hi everyone I am having a issue with storage I booted into windows and got some stuff done on windows and then I put it into Garuda and I got this message on my storage device An error occurred while accessing 'GARUDA LINUX, the system responded:

The requested operation has failed: Error mounting /dev/nvme1n1p1 at /run/ media/ecern-nitro/GARUDA LINUX: wrong fs type, bad option, bad superblock on /dev/nvme1n1p1, missing codepage or helper program, or other error does anyone know how to fix it?

https://forum.garudalinux.org/search?context=topic&context_id=44714&q=%22wrong%20fs%20type%2C%20bad%20option%2C%20bad%20superblock%22%20status%3Asolved%20order%3Alatest&skip_context=true
E g. Try

sudo ntfsfix -d /dev/nvme1n1p1

Or whatever the NTFS partition is called

6 Likes

Please

The template above should be deleted before posting your help request.

6 Likes

Hi

can you try this in the Terminal to mount your Drive?

sudo mount -t ntfs-3g /dev/nvme1n1p1 /mnt/

otherwise i use gnome-disk-utility and repair the Disk then you check the ownership and boot parameters you should edit you fstab file to include this Drive.

If you switch from windows to Garuda take sure you shutdown correctly i press SHIFT Button and then Shutdown it because windows hijacks my hardware wifi and bluetooth.

Take a look on this Topic please.

sudo pacman -S gnome-disk-utility
2 Likes

Is fast startup not enabled in Windows?

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.