You are not logged in.
hello, when starting ArchLinux, I randomly receive this message: mount: /new_root: unknow filesystem type 'ntfs'
I have posted my fstab
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p2
UUID=dc000e8d-8463-4b9a-be10-e0e2bfafb82d / ext4 rw,relatime 0 1
# /dev/nvme0n1p3
UUID=83d9284e-1d01-4b25-8582-44768fbe8c1a /home ext4 rw,relatime 0 2
# /dev/nvme0n1p1
UUID=3076-3D5F /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
Sorry for other language, I didn't notice the google translate language
Last edited by pipes (2023-02-26 22:23:40)
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
Mod note: moving to Other Languages NC.
Last edited by WorMzy (2023-02-19 15:23:09)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
https://wiki.archlinux.org/title/NTFS
"ntfs3" or "ntfs-3g", but from the limited output it's not possible to say why the system feels like mounting an ntfs partition itfp - it's not in your fstab
lsblk -f( please use code tags, https://bbs.archlinux.org/help.php#bbcode )
Offline
this is the output
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 ntfs DATI 7EA49D4FA49D0AB3
sr0
nvme1n1
├─nvme1n1p1
└─nvme1n1p2 ntfs 341252D1125297A6
nvme0n1
├─nvme0n1p1 vfat FAT32 3076-3D5F
├─nvme0n1p2 ext4 1.0 dc000e8d-8463-4b9a-be10-e0e2bfafb82d 166,4G 10% /
└─nvme0n1p3 ext4 1.0 83d9284e-1d01-4b25-8582-44768fbe8c1a 339,4G 48% /home
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
please use code tags
What is sda1 ?
Offline
seth wrote:please use code tags
What is sda1 ?
It's a data disk where I save my files
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
What about nvme1n1p2 ?
What kind of bootloader do you use?
Post its config.
Chances are you're addressing the rot partition by nvme1* and the order isn't static, so you accdentally try to boot from the other nvme (w/ the ntfs partition on it)
Offline
What about nvme1n1p2 ?
What kind of bootloader do you use?
Post its config.Chances are you're addressing the rot partition by nvme1* and the order isn't static, so you accdentally try to boot from the other nvme (w/ the ntfs partition on it)
nvme1n1p2 it's windows partition, i use refind for bootloader.
On fstab there are no information of windows disk, there is bootloader partition in vfat, after disable vfat partiton the problem disappear
this is refind_linux.conf
"Boot with standard options" "rw root=/dev/nvme0n1p2 quiet splash initrd=\boot\initramfs-%v.img initrd=\boot\intel-ucode.img noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off mitigations=off"
"Boot to single-user mode" "rw root=/dev/nvme0n1p2 single"
"Boot with minimal options" "ro root=/dev/nvme0n1p2"
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
seth wrote:please use code tags
I'm not saying it again.
Edit and fix your previous posts.
you're addressing the rot partition by nvme1* and the order isn't static, so you accdentally try to boot from the other nvme (w/ the ntfs partition on it)
Offline
seth wrote:seth wrote:please use code tags
I'm not saying it again.
Edit and fix your previous posts.seth wrote:you're addressing the rot partition by nvme1* and the order isn't static, so you accdentally try to boot from the other nvme (w/ the ntfs partition on it)
bootloader partition is loaded on /boot/efi folder
initramfs is on partition nvme0n1p2 parttion
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
You're missing the point. Don't address the root partition as "/dev/nvme0n1p2"
And fix your previous posts.
Offline
You're missing the point. Don't address the root partition as "/dev/nvme0n1p2"
And fix your previous posts.
I understand but do you mean in the fstab or in refind_linux.conf?
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
I understand but do you mean in the fstab or in refind_linux.conf?
The fstab you posted is already using Persistent block device naming and the link seth provided you with was for refind configuration.
Offline
tomorrow I try to change the name to refind, the problem was that using partuuid it didn't start the kernel properly, giving me the error mount: new_root :....
Thanks for help
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
nb. that UUID and PARTUUID are not the same.
lsblk -o NAME,MOUNTPOINT,FSTYPE,SIZE,UUID,PARTUUIDAnd according to https://wiki.archlinux.org/title/REFInd … ot_stanzas refind will only accept uppercase *UUIDs
Offline
nb. that UUID and PARTUUID are not the same.
lsblk -o NAME,MOUNTPOINT,FSTYPE,SIZE,UUID,PARTUUIDAnd according to https://wiki.archlinux.org/title/REFInd … ot_stanzas refind will only accept uppercase *UUIDs
Using Uuid does not start the system and tells me that Filsystem Unknow: NFS
You mean uppercase, uppercase is UUID and that I know, Do you also mean the letters that make up UUID must be capitalized?
Watch if is good now?
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p2
PARTUUID=602b875d-c937-974f-a875-9ae62125679f / ext4 rw,relatime 0 1
# /dev/nvme0n1p3
PARTUUID=035c8478-8788-ca4e-8318-a5455137f50b /home ext4 rw,relatime 0 2
# /dev/nvme0n1p1
PARTUUID=af91752c-7755-43ae-b46a-c330e6b1901f /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 "Boot with standard options" "rw root=PARTUUID=602b875d-c937-974f-a875-9ae62125679f quiet splash initrd=\boot\initramfs-%v.img initrd=\boot\intel-ucode.img noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off mitigations=off"
"Boot to single-user mode" "rw root=PARTUUID=602b875d-c937-974f-a875-9ae62125679f single"
"Boot with minimal options" "ro root=PARTUUID=602b875d-c937-974f-a875-9ae62125679f"Last edited by pipes (2023-02-21 19:23:23)
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
You pointed it to the UUID of an NFS drive? I didn't even think that was possible.
Post the actual config
Offline
You pointed it to the UUID of an NFS drive? I didn't even think that was possible.
Post the actual config
I don't know why but the only partition I have other than the linux ones is the efi formatted in FAT32
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
You pointed it to the UUID of an NFS drive? I didn't even think that was possible.
Post the actual config
you can read it in the previous message, however here it is
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p2
PARTUUID=602b875d-c937-974f-a875-9ae62125679f / ext4 rw,relatime 0 1
# /dev/nvme0n1p3
PARTUUID=035c8478-8788-ca4e-8318-a5455137f50b /home ext4 rw,relatime 0 2
# /dev/nvme0n1p1
PARTUUID=af91752c-7755-43ae-b46a-c330e6b1901f /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
"Boot with standard options" "rw root=PARTUUID=602b875d-c937-974f-a875-9ae62125679f quiet splash initrd=\boot\initramfs-%v.img initrd=\boot\intel-ucode.img noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off mitigations=off"
"Boot to single-user mode" "rw root=PARTUUID=602b875d-c937-974f-a875-9ae62125679f single"
"Boot with minimal options" "ro root=PARTUUID=602b875d-c937-974f-a875-9ae62125679f"CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
Idk. whether this is true, but iff refind requires the *UUIDs to be uppercase: 602b875D-C937-974F-A875-9AE62125679F
Does the system boot now?
Did you previously try sth. like "root=UUID=602b875d-c937-974f-a875-9ae62125679f"?
Offline
Using refind here with root of the format "root=UUID=602b875d-c937-974f-a875-9ae62125679f" Is the issue actually the root option? Which the kernel and boot loader should be passing through as there is an initrd specified?
If you remove the root option entirely is the error the same? Can you post a link to a screenshot of the exact error?
Offline
Idk. whether this is true, but iff refind requires the *UUIDs to be uppercase: 602b875D-C937-974F-A875-9AE62125679F
Does the system boot now?Did you previously try sth. like "root=UUID=602b875d-c937-974f-a875-9ae62125679f"?
no, written that way it won't start, written in uppercase and lowercase, generate same problem
Only write /dev/nvme0n1p2 work fine
Last edited by pipes (2023-02-22 08:39:40)
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
"UUID=602b875d-c937-974f-a875-9ae62125679f" is *wrong* in any event.
It would be, in doubt:
root=PARTUUID=602b875D-C937-974F-A875-9AE62125679FIf you remove the root option entirely is the error the same? Can you post a link to a screenshot of the exact error?
Edit
Only write /dev/nvme0n1p2 work fine
Apparently not, because then we would not be here.
Last edited by seth (2023-02-22 08:54:30)
Offline
this thread can closed like solved.
Thanks to all
CASE: nermax Fulmo GT PS: Seasonic 1200 platinum MB: z790 apex CPU: i9 13900kf COOLING:EK Supremacy evo full nickel VGA: GALAX GTX 1080 TI HOF OC LAB EDITION RAM: hynix ddr5 5200@8000c36 HD: seagate 1TB; 990 pro MASTERIZZATORE: pioneer 216 blueray MONITOR: Acer predator XB271HUA S.O: ArchLinux;. Win 11 pro
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Also elaborate on what was the problem and how it was solved, https://wiki.archlinux.org/title/Genera … way_street
Offline