Xfce Forum

Sub domains
 

You are not logged in.

#1 2022-12-02 16:23:18

KitchM
Member
Registered: 2009-08-15
Posts: 297

Auto-Mount Drives on Boot [Solved]

I have been reading the post at https://forum.xfce.org/viewtopic.php?id=9315.  I find that the post does not work for me and that it might be too old, therefore trying to address this issue again.

I am using Debian Bullseye and Xfce 4.16.  The computer has a number of internal solid-state drives.

Some of the drives do not auto-mount and that causes problems when program shortcuts are directing to drives that are not mounted.

I tried Thunar --daemon but that just hangs and never ends.

How can I make sure internal drives mount as I wish?  Can I select some to mount and others not to?

Thanks.

Last edited by KitchM (2022-12-08 18:50:10)

Offline

#2 2022-12-02 17:19:28

KitchM
Member
Registered: 2009-08-15
Posts: 297

Re: Auto-Mount Drives on Boot [Solved]

I have run across some things that might help.  First is the Disks program which shows details about the drives.   Second is the article at https://blog.naveenaditya.dev/how-to-au … s-in-linux.  Third is the file manager information for each drive which can be found under the Properties menu item.

I am looking at these to find out why some drives are mounted and others are not, even though they are all showing up on the desktop as separate icons.

Offline

#3 2022-12-02 18:43:08

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: Auto-Mount Drives on Boot [Solved]

The link you mention above is good - it shows you how to manually add drive mount information into /etc/fstab so they mount automatically.

I am looking at these to find out why some drives are mounted and others are not, even though they are all showing up on the desktop as separate icons.

Perhaps you can post back some of the outputs from that page?

How can I make sure internal drives mount as I wish?  Can I select some to mount and others not to?

Is there a specific set you want to (auto)mount and others you don't?


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#4 2022-12-02 20:33:44

KitchM
Member
Registered: 2009-08-15
Posts: 297

Re: Auto-Mount Drives on Boot [Solved]

Here are the details from Disks which shows two particular drives.  I found that, while the sizes are the same, they were created differently.  Perhaps that is why one does not auto-mount.
Screenshot-2022-12-02-15-04-34-Disks-1.png
Screenshot-2022-12-02-15-05-13-Disks-2.png

It is beginning to appear that it is not an Xfce issue, but something having to do with my setup.

Offline

#5 2022-12-03 02:01:04

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: Auto-Mount Drives on Boot [Solved]

Can you post back:

blkid
mount
cat /etc/fstab

Which drives automount and which ones don't?


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#6 2022-12-03 04:30:13

KBar
Moderator
Registered: 2021-11-05
Posts: 689

Re: Auto-Mount Drives on Boot [Solved]

Unrelated but that drive operating at 100 degrees is certainly not OK.

Also, from the screenshots it looks like both are mounted, just in two separate directories (one in /mnt, the other in /media). As ToZ inquired, please show us your fstab.


Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please! tongue

Offline

#7 2022-12-04 14:14:59

KitchM
Member
Registered: 2009-08-15
Posts: 297

Re: Auto-Mount Drives on Boot [Solved]

/dev/nvme0n1p1: UUID="A4D3-E374" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="a9b76fba-1faf-4177-abd4-2a453ce35e5b"
/dev/nvme0n1p2: UUID="5dcaa226-d7d3-4b70-980a-61d197e5270b" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="b463ed45-81f8-49da-bf29-6d11625e8c00"
/dev/nvme0n1p3: UUID="31dbc4b6-3391-496b-a05a-5bb6ebaec3aa" TYPE="swap" PARTUUID="594f9186-794d-42f3-a7d8-16ecbfad8c32"
/dev/sdc1: LABEL="Big Store" UUID="8c49156d-5656-4046-8001-be8b2e47b7e3" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="2346b90b-f6c0-44c0-aa21-90fbb7dc7a52"
/dev/sdb1: LABEL="Storage" UUID="86c4b726-eb14-4239-8537-5fbeefb7dafc" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="000981cb-01"
/dev/sdd: LABEL="One-T" UUID="1475b0d1-69ff-48ef-8b22-a9974946cd7e" BLOCK_SIZE="4096" TYPE="ext4"
/dev/sda1: UUID="05f6e662-3822-46b4-8e03-ef0042eae19f" BLOCK_SIZE="1024" TYPE="ext4" PARTUUID="0006c129-01"
/dev/sda2: UUID="1cd7194a-71ad-416e-b503-d0cbbea9cf0c" TYPE="swap" PARTUUID="0006c129-02"
/dev/sda3: UUID="119eb3c9-50fb-48c8-b5b4-c6bf7f8d1044" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="0006c129-03"
/dev/sda5: UUID="ab6a49c9-6450-4693-8f73-a10072390844" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="0006c129-05"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"
/dev/loop6: TYPE="squashfs"
/dev/loop7: TYPE="squashfs"
/dev/loop8: TYPE="squashfs"
/dev/loop9: TYPE="squashfs"
/dev/loop10: TYPE="squashfs"
/dev/loop11: TYPE="squashfs"
/dev/loop12: TYPE="squashfs"
/dev/loop13: TYPE="squashfs"
/dev/loop14: TYPE="squashfs"
/dev/loop15: TYPE="squashfs"
/dev/loop16: TYPE="squashfs"
/dev/loop17: TYPE="squashfs"


sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=7095788k,nr_inodes=1773947,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1433436k,mode=755)
/dev/nvme0n1p2 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16014)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
/var/lib/snapd/snaps/gnome-3-28-1804_161.snap on /snap/gnome-3-28-1804/161 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-38-2004_115.snap on /snap/gnome-3-38-2004/115 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/nvme0n1p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/var/lib/snapd/snaps/core20_1634.snap on /snap/core20/1634 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/bare_5.snap on /snap/bare/5 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1534.snap on /snap/gtk-common-themes/1534 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gtk-common-themes_1535.snap on /snap/gtk-common-themes/1535 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core20_1695.snap on /snap/core20/1695 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core18_2632.snap on /snap/core18/2632 type squashfs (ro,nodev,relatime,x-gdu.hide)
/dev/sdd on /mnt/1475b0d1-69ff-48ef-8b22-a9974946cd7e type ext4 (rw,nosuid,nodev,relatime,x-gvfs-show)
/dev/sdb1 on /mnt/86c4b726-eb14-4239-8537-5fbeefb7dafc type ext4 (rw,nosuid,nodev,relatime,x-gvfs-show)
/var/lib/snapd/snaps/superproductivity_1667.snap on /snap/superproductivity/1667 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core_14399.snap on /snap/core/14399 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/core18_2620.snap on /snap/core18/2620 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/superproductivity_1698.snap on /snap/superproductivity/1698 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/wickrpro_844.snap on /snap/wickrpro/844 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/zenkit-todo_13.snap on /snap/zenkit-todo/13 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/wickrpro_830.snap on /snap/wickrpro/830 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/snap-store_638.snap on /snap/snap-store/638 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/snap-store_599.snap on /snap/snap-store/599 type squashfs (ro,nodev,relatime,x-gdu.hide)
/var/lib/snapd/snaps/gnome-3-38-2004_119.snap on /snap/gnome-3-38-2004/119 type squashfs (ro,nodev,relatime,x-gdu.hide)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1433432k,nr_inodes=358358,mode=700,uid=1000,gid=1000)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
KeePassXC-2.6.6-x86_64_4083925f87a12b7343aa0a7456c04c25.AppImage on /tmp/.mount_KeePashNcVCW type fuse.KeePassXC-2.6.6-x86_64_4083925f87a12b7343aa0a7456c04c25.AppImage (ro,nosuid,nodev,relatime,user_id=1000,group_id=1000)
KeePassXC-2.6.6-x86_64_4083925f87a12b7343aa0a7456c04c25.AppImage on /tmp/.mount_KeePasOtUQPr type fuse.KeePassXC-2.6.6-x86_64_4083925f87a12b7343aa0a7456c04c25.AppImage (ro,nosuid,nodev,relatime,user_id=1000,group_id=1000)


# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

#Entry for /dev/nvme0n1p2 :
UUID=5dcaa226-d7d3-4b70-980a-61d197e5270b    /    ext4    errors=remount-ro    0    1
#Entry for /dev/nvme0n1p1 :
UUID=A4D3-E374    /boot/efi    vfat    umask=0077    0    1
#Entry for /dev/sda1 :
UUID=86c4b726-eb14-4239-8537-5fbeefb7dafc    /mnt/86c4b726-eb14-4239-8537-5fbeefb7dafc    autonosuid,nodev,nofail,x-gvfs-show    0    0
#Entry for /dev/sdb :
UUID=1475b0d1-69ff-48ef-8b22-a9974946cd7e    /mnt/1475b0d1-69ff-48ef-8b22-a9974946cd7e    autonosuid,nodev,nofail,x-gvfs-show    0    0
#Entry for /dev/nvme0n1p3 :
UUID=31dbc4b6-3391-496b-a05a-5bb6ebaec3aa    none    swap    sw    0    0


/dev/disk/by-id/usb-Generic-_USB3.0_CRW_-SD_201404081410-0:1   noauto 0 0
/dev/disk/by-id/usb-Generic-_USB3.0_CRW_-SD_201404081410-0:0 /mnt/usb-Generic-_USB3.0_CRW_-SD_201404081410-0:0 auto nosuid,nodev,nofail,x-gvfs-show 0 0

Offline

#8 2022-12-04 17:39:23

KitchM
Member
Registered: 2009-08-15
Posts: 297

Re: Auto-Mount Drives on Boot [Solved]

@KBar,
Thank you for pointing out the temp issue.  I have my solid state drives in a hot-swap tray system.  Just to double-check, I checked the system and found that the built-in tray system's fan was indeed working and the air was not hot.  I popped out the drive and found that it was room temperature.  I have a feeling that there is a bad sensor because there was no part of the drive that was hot or even warm to the touch.

Thanks again.

Offline

#9 2022-12-05 22:13:29

KitchM
Member
Registered: 2009-08-15
Posts: 297

Re: Auto-Mount Drives on Boot [Solved]

All automount except for /dev/sdc1.

Offline

#10 2022-12-05 23:43:16

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: Auto-Mount Drives on Boot [Solved]

KitchM wrote:

All automount except for /dev/sdc1.

Try adding the following to /etc/fstab:

#Entry for /dev/sdc1 :
UUID=8c49156d-5656-4046-8001-be8b2e47b7e3    /mnt/8c49156d-5656-4046-8001-be8b2e47b7e3    autonosuid,nodev,nofail,x-gvfs-show    0    0

What does the following return:

ls -l /mnt

Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#11 2022-12-06 14:41:14

KitchM
Member
Registered: 2009-08-15
Posts: 297

Re: Auto-Mount Drives on Boot [Solved]

total 3692
drwxr-xr-x   2 root  root   4096 Jun 21  2019 05f6e662-3822-46b4-8e03-ef0042eae19f
drwxr-xr-x   2 root  root   4096 Jun 21  2019 119eb3c9-50fb-48c8-b5b4-c6bf7f8d1044
drwx------  12 jolly jolly  4096 Oct 31 19:40 1475b0d1-69ff-48ef-8b22-a9974946cd7e
drwxr-xr-x   2 root  root   4096 Jun 21  2019 5ca1525c-eaf4-4a18-bfa4-81c538074a32
drwxrwxr-x+ 59 jolly jolly  4096 Oct 21 16:12 86c4b726-eb14-4239-8537-5fbeefb7dafc
drwxr-xr-x   2 root  root   4096 Jun 21  2019 ab6a49c9-6450-4693-8f73-a10072390844
drwxr-xr-x   2 root  root   4096 Oct  8  2020 cdrom
drwxr-xr-x   2 root  root   4096 Aug 25  2020 client_sharedfolder
drwxr-xr-x   2 root  root   4096 Oct 31 15:37 recup_dir.1
drwxr-xr-x   2 root  root  20480 Oct 31 15:42 recup_dir.10
drwxr-xr-x   2 root  root  20480 Oct 31 15:52 recup_dir.100
drwxr-xr-x   2 root  root  20480 Oct 31 15:52 recup_dir.101
drwxr-xr-x   2 root  root  20480 Oct 31 15:52 recup_dir.102
drwxr-xr-x   2 root  root  20480 Oct 31 15:53 recup_dir.103
drwxr-xr-x   2 root  root  36864 Oct 31 15:53 recup_dir.104
drwxr-xr-x   2 root  root  36864 Oct 31 15:53 recup_dir.105
drwxr-xr-x   2 root  root  24576 Oct 31 15:53 recup_dir.106
drwxr-xr-x   2 root  root  28672 Oct 31 15:53 recup_dir.107
drwxr-xr-x   2 root  root  28672 Oct 31 15:53 recup_dir.108
drwxr-xr-x   2 root  root  32768 Oct 31 15:55 recup_dir.109
drwxr-xr-x   2 root  root  20480 Oct 31 15:42 recup_dir.11
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.110
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.111
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.112
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.113
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.114
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.115
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.116
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.117
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.118
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.119
drwxr-xr-x   2 root  root  20480 Oct 31 15:42 recup_dir.12
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.120
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.121
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.122
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.123
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.124
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.125
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.126
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.127
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.128
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.129
drwxr-xr-x   2 root  root  20480 Oct 31 15:42 recup_dir.13
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.130
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.131
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.132
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.133
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.134
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.135
drwxr-xr-x   2 root  root  20480 Oct 31 15:55 recup_dir.136
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.137
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.138
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.139
drwxr-xr-x   2 root  root  20480 Oct 31 15:42 recup_dir.14
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.140
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.141
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.142
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.143
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.144
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.145
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.146
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.147
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.148
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.149
drwxr-xr-x   2 root  root  28672 Oct 31 15:43 recup_dir.15
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.150
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.151
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.152
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.153
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.154
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.155
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.156
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.157
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.158
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.159
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.16
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.160
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.161
drwxr-xr-x   2 root  root  20480 Oct 31 15:56 recup_dir.162
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.163
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.164
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.165
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.166
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.167
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.168
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.169
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.17
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.170
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.171
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.172
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.173
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.174
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.175
drwxr-xr-x   2 root  root  20480 Oct 31 15:57 recup_dir.176
drwxr-xr-x   2 root  root   4096 Oct 31 15:58 recup_dir.177
drwxr-xr-x   2 root  root   4096 Oct 31 16:38 recup_dir.178
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.18
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.19
drwxr-xr-x   2 root  root  20480 Oct 31 15:41 recup_dir.2
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.20
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.21
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.22
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.23
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.24
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.25
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.26
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.27
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.28
drwxr-xr-x   2 root  root  20480 Oct 31 15:43 recup_dir.29
drwxr-xr-x   2 root  root  20480 Oct 31 15:41 recup_dir.3
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.30
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.31
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.32
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.33
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.34
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.35
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.36
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.37
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.38
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.39
drwxr-xr-x   2 root  root  20480 Oct 31 15:41 recup_dir.4
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.40
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.41
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.42
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.43
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.44
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.45
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.46
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.47
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.48
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.49
drwxr-xr-x   2 root  root  36864 Oct 31 15:41 recup_dir.5
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.50
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.51
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.52
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.53
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.54
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.55
drwxr-xr-x   2 root  root  20480 Oct 31 15:44 recup_dir.56
drwxr-xr-x   2 root  root  24576 Oct 31 15:45 recup_dir.57
drwxr-xr-x   2 root  root  28672 Oct 31 15:45 recup_dir.58
drwxr-xr-x   2 root  root  28672 Oct 31 15:46 recup_dir.59
drwxr-xr-x   2 root  root  20480 Oct 31 15:41 recup_dir.6
drwxr-xr-x   2 root  root  20480 Oct 31 15:46 recup_dir.60
drwxr-xr-x   2 root  root  20480 Oct 31 15:46 recup_dir.61
drwxr-xr-x   2 root  root  20480 Oct 31 15:46 recup_dir.62
drwxr-xr-x   2 root  root  20480 Oct 31 15:46 recup_dir.63
drwxr-xr-x   2 root  root  20480 Oct 31 15:46 recup_dir.64
drwxr-xr-x   2 root  root  20480 Oct 31 15:47 recup_dir.65
drwxr-xr-x   2 root  root  20480 Oct 31 15:47 recup_dir.66
drwxr-xr-x   2 root  root  20480 Oct 31 15:47 recup_dir.67
drwxr-xr-x   2 root  root  24576 Oct 31 15:47 recup_dir.68
drwxr-xr-x   2 root  root  20480 Oct 31 15:47 recup_dir.69
drwxr-xr-x   2 root  root  20480 Oct 31 15:41 recup_dir.7
drwxr-xr-x   2 root  root  24576 Oct 31 15:47 recup_dir.70
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.71
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.72
drwxr-xr-x   2 root  root  28672 Oct 31 15:49 recup_dir.73
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.74
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.75
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.76
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.77
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.78
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.79
drwxr-xr-x   2 root  root  20480 Oct 31 15:41 recup_dir.8
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.80
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.81
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.82
drwxr-xr-x   2 root  root  20480 Oct 31 15:49 recup_dir.83
drwxr-xr-x   2 root  root  20480 Oct 31 15:50 recup_dir.84
drwxr-xr-x   2 root  root  20480 Oct 31 15:51 recup_dir.85
drwxr-xr-x   2 root  root  20480 Oct 31 15:51 recup_dir.86
drwxr-xr-x   2 root  root  20480 Oct 31 15:51 recup_dir.87
drwxr-xr-x   2 root  root  28672 Oct 31 15:51 recup_dir.88
drwxr-xr-x   2 root  root  20480 Oct 31 15:51 recup_dir.89
drwxr-xr-x   2 root  root  20480 Oct 31 15:42 recup_dir.9
drwxr-xr-x   2 root  root  20480 Oct 31 15:51 recup_dir.90
drwxr-xr-x   2 root  root  20480 Oct 31 15:51 recup_dir.91
drwxr-xr-x   2 root  root  20480 Oct 31 15:51 recup_dir.92
drwxr-xr-x   2 root  root  20480 Oct 31 15:51 recup_dir.93
drwxr-xr-x   2 root  root  20480 Oct 31 15:52 recup_dir.94
drwxr-xr-x   2 root  root  20480 Oct 31 15:52 recup_dir.95
drwxr-xr-x   2 root  root  20480 Oct 31 15:52 recup_dir.96
drwxr-xr-x   2 root  root  24576 Oct 31 15:52 recup_dir.97
drwxr-xr-x   2 root  root  20480 Oct 31 15:52 recup_dir.98
drwxr-xr-x   2 root  root  20480 Oct 31 15:52 recup_dir.99

Last edited by KBar (2022-12-06 16:37:15)

Offline

#12 2022-12-06 14:45:09

KitchM
Member
Registered: 2009-08-15
Posts: 297

Re: Auto-Mount Drives on Boot [Solved]

That did it.  Evidently it was not in fstab.  Why do you think that was?  What did you notice that was different between the drives?

Offline

#13 2022-12-06 15:21:24

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: Auto-Mount Drives on Boot [Solved]

I simply noticed that it wasn't in fstab. Looking at the output of blkid and the contents of /etc/fstab confirmed that.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#14 2022-12-07 16:55:31

KitchM
Member
Registered: 2009-08-15
Posts: 297

Re: Auto-Mount Drives on Boot [Solved]

Do you think it has something to do with most having partitions, and one just being formatted to use the whole thing?

Offline

#15 2022-12-07 17:55:21

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: Auto-Mount Drives on Boot [Solved]

I don't think so. Did you add the other entries yourself to /etc/fstab (or maybe the system install did)?


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#16 2022-12-07 19:00:43

KitchM
Member
Registered: 2009-08-15
Posts: 297

Re: Auto-Mount Drives on Boot [Solved]

Never edited fstab before.  Only plugged in drive and started using it, with or without some sort of formatting.  Can't remember the formatting though.

Last edited by KitchM (2022-12-07 21:21:34)

Offline

#17 2022-12-08 01:06:04

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: Auto-Mount Drives on Boot [Solved]

Perhaps if that one drive wasn't formatted or had an unrecognized file system, it was skipped by the installation routine. At least its all solved now.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

Board footer

Powered by FluxBB