You are not logged in.
What's fine?
The implication was to post the output.
Oh ok, I'll do it ASAP
Offline
-
Last edited by hecker6942 (2023-05-11 17:12:06)
Offline
brw-rw---- 1 root disk 259, 2 May 13 20:39 /dev/nvme0n1p2Offline
That's not an output of lsblk.
lsblk -fThere's a vfat partition w/ the UUID 0AB8-33CD - make sure that's mounted somewhere and in doubt run "lsblk -f" again (so it also shows its use)
The "ls -lR /path/to/where/you/mounted/0AB8-33CD"
Offline
this is the output
Offline
No it's not. Neither of lsblk nor of ls -lR, let alone of a mountpoint.
It's the output of "ls -l /dev/nvme0n1p2"
Do you rely on google translate for this?
Offline
https://imgtr.ee/i/vRtfb
You see, it is the output of ls -lR /dev/nvme0n1p6. I didn't use the UUID because it insisted it didnt exist, although clearly it did, as you also can see.
Offline
Which is NOT what I asked you to run.
This is going absolutely nowhere.
Offline
WOULD you kindly give me a example of this command.
I may be a absolute IDIOT at Arch, but that does not mean I do not want to learn.
Offline
The command asked for is lsblk -f
Offline
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 0 100% /snap/android-studio/125
loop1 0 100% /snap/bare/5
loop2 0 100% /snap/code/128
loop3 0 100% /snap/code/129
loop4 0 100% /snap/code-insiders/1296
loop5 0 100% /snap/code-insiders/1297
loop6 0 100% /snap/core/14946
loop7 0 100% /snap/core18/2745
loop8 squash 4.0 0 100% /snap/core20/1879
loop9 squash 4.0 0 100% /snap/core22/617
loop10
squash 4.0 0 100% /snap/core22/634
loop11
squash 4.0 0 100% /snap/firefox/2645
loop12
squash 4.0 0 100% /snap/firefox/2667
loop13
squash 4.0 0 100% /snap/gimp/393
loop14
squash 4.0 0 100% /snap/gnome-3-38-2004/140
loop15
squash 4.0 0 100% /snap/gnome-42-2204/102
loop16
squash 4.0 0 100% /snap/gnome-42-2204/87
loop17
squash 4.0 0 100% /snap/gtk2-common-themes/13
loop18
squash 4.0 0 100% /snap/gtk-common-themes/1535
loop19
squash 4.0 0 100% /snap/kdenlive/81
loop20
squash 4.0 0 100% /snap/kdenlive/85
loop21
squash 4.0 0 100% /snap/kf5-5-105-qt-5-15-9-core22/7
loop22
squash 4.0 0 100% /snap/kf5-5-105-qt-5-15-9-core22/9
loop23
squash 4.0 0 100% /snap/obs-studio/1284
loop24
squash 4.0 0 100% /snap/pycharm-community/329
loop25
squash 4.0 0 100% /snap/pycharm-educational/57
loop26
squash 4.0 0 100% /snap/retroarch/2005
loop27
squash 4.0 0 100% /snap/snap-store/959
loop28
squash 4.0 0 100% /snap/snapd/18933
loop29
squash 4.0 0 100% /snap/snapd/19122
loop30
squash 4.0 0 100% /snap/snapd-desktop-integration/83
nvme0n1
├─nvme0n1p1
│ ntfs WINRE 2052B77152B749F4
├─nvme0n1p2
│ vfat FAT32 SYSTEM
│ 0AB8-33CD 1K 100% /boot/efi
├─nvme0n1p3
│
├─nvme0n1p4
│ ntfs WIN 10
│ 54D4B907D4B8EC7C
├─nvme0n1p5
│ ext4 1.0 dffd01ee-8500-4b0f-b34f-22b77bac12a7 2.1G 93% /var/snap/firefox/common/host-hunspell
│ /
└─nvme0n1p6
ext4 1.0 e7ebe17e-916d-4049-aa8c-5a9cbc353d1b Offline
Your efi partition has no space, what's on there?
ls -lR /boot/efiOffline
In addition to
ls -lR /path/to/where/you/mounted/0AB8-33CD""/path/to/where/you/mounted/0AB8-33CD" si obviously a placeholder, but according to the lsblk output it's "/boot/efi"
Please don't copy and paste out of the pager, you're messing up the layout.
Edit: waves fist at V1del ![]()
Edit #2
If we untagle the malformatted output
├─nvme0n1p2 vfat FAT32 SYSTEM 0AB8-33CD 1K 100% /boot/efiThe partition is only 1kB ??
sudo fdisk -l nvme0n1 # fair warning: don't get creative about fdisk parameters…Last edited by seth (2023-05-14 13:25:35)
Offline