Hi, how can i make the drive show up in the list?
I’ve used this before in mint, and it used to show up as long as i mounted the drive, but right now the drive is mounted and doesn’t show up here.
Show
lsblk -f
sudo /usr/sbin/blkid
mount | grep udisks
Thank you for fast reply.
/dev/nvme0n1p1: LABEL="Kioxia" UUID="7FDE-F7F8" BLOCK_SIZE="512" TYPE="exfat" PARTLABEL="Kioxia" PARTUUID="fa1be085-7741-4217-a479-767b76ee5443"
/dev/nvme1n1p2: UUID="a686976f-92c9-4dbf-8d0f-819b5becf6a9" UUID_SUB="aa34470e-44c4-4953-9822-8d1262f0e194" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="4529e906-1dbe-4312-b1d0-15ec828cde22"
/dev/nvme1n1p3: UUID="2cc48d4c-ccdf-4856-9cb6-50430c6894ce" TYPE="swap" PARTUUID="d442709e-2cc6-42f1-80ba-e20437d70043"
/dev/nvme1n1p1: UUID="009B-5F02" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="1d81e041-e4f9-4d0d-a8ff-6e349f08f9d4"
What i do: i mount the drive, it is a second nvme drive that is attached to the motherboard, and once i click it, it asks for the root password, i input and it mounts, but when i go to the auto-mount tool, it doesn’t show up.
I think you misunderstood what @deano_ferrari asked you to do. He requested the output of three different commands. That means he expects you to copy/paste those the lines from a terminal that starts with the line with the command, then has all the output and ends with the new prompt. For all three of them
What you now show is some arbitrary lines where nobody can see what you did nor if it is complete. Please try to help those who are willing to help you by providing the information asked for.
Oh, my bad, thank you for the clarification.
I think this is it.
amodesto@9600K:~> lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme0n1
└─nvme0n1p1 exfat 1.0 Kioxia 7FDE-F7F8 2T 45% /run/media/amodesto/Kioxia
nvme1n1
├─nvme1n1p1 vfat FAT32 009B-5F02 196.6M 62% /boot/efi
├─nvme1n1p2 btrfs 8d6fa62b-9dfc-4cae-8ea1-2633ee7323b0 465.9G 2% /home
│ /var
│ /root
│ /srv
│ /usr/local
│ /opt
│ /.snapshots
│ /
└─nvme1n1p3 swap 1 2cc48d4c-ccdf-4856-9cb6-50430c6894ce [SWAP]
amodesto@9600K:~> sudo /usr/sbin/blkid
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
For security reasons, the password you type will not be visible.
[sudo] password for root:
/dev/nvme0n1p1: LABEL="Kioxia" UUID="7FDE-F7F8" BLOCK_SIZE="512" TYPE="exfat" PARTLABEL="Kioxia" PARTUUID="fa1be085-7741-4217-a479-767b76ee5443"
/dev/nvme1n1p2: UUID="8d6fa62b-9dfc-4cae-8ea1-2633ee7323b0" UUID_SUB="24dc6b66-7869-4535-9d86-d0e5278f55e1" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="0ac84191-4f26-4941-b0ba-ac86b343f316"
/dev/nvme1n1p3: UUID="2cc48d4c-ccdf-4856-9cb6-50430c6894ce" TYPE="swap" PARTUUID="d442709e-2cc6-42f1-80ba-e20437d70043"
/dev/nvme1n1p1: UUID="009B-5F02" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="1d81e041-e4f9-4d0d-a8ff-6e349f08f9d4"
amodesto@9600K:~> mount | grep udisks
/dev/nvme0n1p1 on /run/media/amodesto/Kioxia type exfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro,uhelper=udisks2)
amodesto@9600K:~>
Show lsblk -o NAME,RM,TRAN,SIZE,MODEL
A rmeovable device should show like this…
sdb 1 usb 3.7G Storage Device
└─sdb1 1 3.7G
If the RM column shows 0, the kernel considers it non-removable, which explains why KDE doesn’t list it as such.
Hi, thank you for your help, i solved it by going into the disks app, and changing the setting to mount automatically there.
Sadly I ended up formatting and going back to windows 10 because i was having many issues but mainly random crashes, sometimes the sound would continue but the graphics froze up, other times i got a sound loop… i tried, i really did, and on my other machine i still have linux mint, and i can do everything i need, but on this other machine, i just failed. Maybe i. A year or two I’ll try again to see if things have improved in the nvidia front.
