You are not logged in.
Hello,
I am prompted with this message on dolphin when I try to mount the windows 11 partition
"An error occurred while accessing 'Basic data partition', the system responded: The requested operation has failed: Error mounting /dev/nvme0n1p3 at /run/media/potato/36969F8B969F4A6F: wrong fs type, bad option, bad superblock on /dev/nvme0n1p3, missing codepage or helper program, or other error"
I am using dual boot with Arch and windows 11 installed on the same nvme drive, As I was running out of storage on my Arch I decided to use Gparted to shrink some GB's off my Windows partition and added it to my home partition on arch.
So, the problem started after I finished with gparted, everything was working fine and I was able to boot into arch and windows as well, only problem was windows partition was not mounting on my arch system like it used to before using gparted. I rarely use windows but it's convenient to be able to transfer files directly without using any removable drives.
I tried installing ntfs-utils, auto mounting from fstab and it still doesn't work
Any help or guidance you can provide would be greatly appreciated.
Last edited by potato035 (2024-05-31 15:49:22)
Offline
file -s /dev/nvme0n1p3
lsblk -f
When was the last time you mounted the windows partition on linux?
Can you still mount it using https://wiki.archlinux.org/title/NTFS-3G ?
PSA: 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Offline
file -s /dev/nvme0n1p3 lsblk -f
❯ file -s /dev/nvme0n1p3
/dev/nvme0n1p3: no read permission
❯ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1
exfat 1.0 Storage B47D-C646
zram0
[SWAP]
nvme0n1
│
├─nvme0n1p1
│ vfat FAT32 CA9B-73D3
├─nvme0n1p2
│
├─nvme0n1p3
│ ntfs 36969F8B969F4A6F
├─nvme0n1p4
│ ntfs 3656FA9656FA5659
├─nvme0n1p5
│ vfat FAT32 207D-2FCB 637M 20% /boot
├─nvme0n1p6
│ ext4 1.0 bb77f283-45a0-4a75-b3e0-13d4d3dfc302 174.6G 49% /
└─nvme0n1p7
swap 1 fe0b23fd-4969-473d-a981-6c4014752b90 [SWAP]
When was the last time you mounted the windows partition on linux?
Today before using gparted, I had to put root password every-time to mount
Can you still mount it using https://wiki.archlinux.org/title/NTFS-3G ?
Checking it out..
.
Yes, it worked but only on read only mode
PSA: 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Disabled faststartup and rebooted windows and linux twice..
Auto mounting also works now with fstab, both read and write access
❯ file -s /dev/nvme0n1p3
/dev/nvme0n1p3: no read permission
❯ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1
exfat 1.0 Storage B47D-C646
zram0
[SWAP]
nvme0n1
│
├─nvme0n1p1
│ vfat FAT32 CA9B-73D3
├─nvme0n1p2
│
├─nvme0n1p3
│ ntfs 36969F8B969F4A6F 33G 56% /mnt/windows
├─nvme0n1p4
│ ntfs 3656FA9656FA5659
├─nvme0n1p5
│ vfat FAT32 207D-2FCB 637M 20% /boot
├─nvme0n1p6
│ ext4 1.0 bb77f283-45a0-4a75-b3e0-13d4d3dfc302 174.6G 49% /
└─nvme0n1p7
swap 1 fe0b23fd-4969-473d-a981-6c4014752b90 [SWAP]
thank you very much seth.
Offline