Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2681

General Debian • Re: [Discussion] fstab and impact for use of multiple disks

$
0
0
Hello,
[..]
For some reason [..] some of my apps seem to not recognize or even ignore the storage part.
The fstab looks like this:

Code:

#### Static Filesystem Table Fileproc/procprocdefaults00# /dev/mapper/lvmlmde-rootUUID=7952f8b9-3e2f-4ff6-8a66-86c92666779a /  ext4 defaults 0 1# /dev/mapper/lvmlmde-swapUUID=8470719c-e899-470f-b5eb-bc9ea02afaad none   swap sw 0 0# /dev/nvme1n1p1UUID=CA52-9078 /boot/efi  vfat defaults 0 1UUID=ce9b2bf5-4d5a-49dd-a015-19f46d767a55 /home/D auto nosuid,nodev,nofail 0 0
--
Somehow some programs just refuse to see 'D' at all, and others refuse my rights to, for instance, play music from it.
Any help in rectifying that problem will be greatly appreciated.
What is the output of the following commands ?

Code:

sudo apt install util-linuxlsblk --fs --asciimount 
What if you try to mount it from the command line ?

Code:

sudo mount /home/D mount | grep ce9b2bf5
Why did you choose to put the mount point in /etc/fstab instead of using your graphical environment's file manager to mount the partition?

--
note: please, use code tags to include commands and/or their logs in the body of a message.

Statistics: Posted by Aki — 2024-07-07 14:06



Viewing all articles
Browse latest Browse all 2681