Quantcast
Channel: Active questions tagged automount - Ask Ubuntu
Browsing latest articles
Browse All 247 View Live

--- Article Not Found! ---

*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***

View Article


SMB cifs wont automout using vers=3.0 in Ubuntu Server 18.04LTS /etc/fstab...

If I login and manually run mount -a it mounts without any problems. But auto-mount is not running. I've tried the following:`//192.168.0.85/someshare/Directory /var/log/remoteMount cifs...

View Article


Systemd mount.nfs fails: Network is unreachable on Ubuntu 16.04

I've setup an NFS mount in the /etc/fstab file of an Ubuntu 16.04.6 machine.The NFS fails at every boot, I noticed that when the Unity Greeter comes up the network icon on the top right of the screen...

View Article

Prevent mounting a partition in fstab

So I feel really bad for asking this question because it looks like it has been asked a million times on the internet. I am even finding a very consistent answer, and I am not getting any errors when I...

View Article

Mount Network Drive Permanently in Ubuntu 22.04.1 LTS

I want to mount a LAN Network Drive that I can access from Files/Nautilus as soon as I login to my Ubuntu desktop.I can do this manually with the following command:sudo mount -t cifs -o...

View Article


Auto-Mounting Samba Server Shares with GUI Shortcuts

I've referenced this post, this other one, that one, this page and the man which have aided me greatly in allowing for automatic mounting of Samba shares from a remote server on my LAN to my local...

View Article

Ubuntu 24.04 doesn't recognize external usb drive

After upgrading from 22.04 to 24.04, Ubuntu doesn't recognize my external usb-drive.If I try to open the drive with the filemanager, I get the following error-message:Error mounting /dev/sdb4 at...

View Article

Errors auto mounting google-drive-ocamlfuse

I recently set up google-drive-ocamlfuse so that I could use google drive from my desktop. I followed the instructions on this...

View Article


cifs/SMB (auto)mountd not working after migrated from 24.04 as on 22.04

I have a fresh installation of Ubuntu 24.04.1 on an new SSD.I would like to take over as much as possible from my old system 22.04, especially the configuration of my automounter, but I can't get it to...

View Article


Automount in Disk not working

I have a new Ubuntu 24.04 install, I've tried several times to change the Disk app to automount my HD, it seems the change is not written to fstab (after the boot, fstab does not show the entry for the...

View Article

`blkid` doesn't show the UUID of external HDD

On my raspberry Pi, I am using two external HDDs. OS is Ubuntu Server 20.04.2 LTS. The first one is a small WD elements that automounts perfectly well (USB connected). The second one is a big WD drive...

View Article

Ownership/permission problem with automounting exfat drive

I'm new to Linux and am having problems automounting an exFat-formatted partition on a Lacie-disk in Ubuntu 16.04. I installed exfat-fuse and exfat-utils and could then mount manually using:sudo mount...

View Article

Image may be NSFW.
Clik here to view.

USB External Drive not automatically mounted when plugged in

I have a powered usb external hard drive that will not auto mount if plugged in to an already booted Ubuntu 22.04 system. The drive is formatted NTFS. I have the "auto mount media when plugged in"...

View Article


CIFS mount through fstab not mounting at boot

I have a CIFS share on my NAS that I want to have mounted at boot - it's used by my MythTV server as the main media store. I added an entry into fstab to have it mount but it doesn't. It appears that,...

View Article

shared folder automount not working on boot ubuntu 24.04 after update to...

automount of the shared folder on western digital mycloud was working after bootup but after a 24.04 server kernel 6.8.0-62-generic update today, I can only mount the share manually with mount -a. Once...

View Article


Luks Disk Encryption

I have setup disk encryption with 'LUKS' and configure it to auto mount when the system boots up. So now as it supposed, it prompts me a passphrase when the system boots up. If i enter the correct...

View Article

ecryptfs and ssh pubkey login - How automount and other stuff?

I have moved my ssh authorized_keys to an /etc/ssh/ subfolder, so I can login with pubkeys and have root in control of ssh access, but there are 2 problems left.It does not automount my users ecryptfs...

View Article


automount cdrom drive on disk inserted ubuntu 24.04 server

On a ubuntu server installation 24.04 I am looking at a way to automount the cdrom drive when a disk is inserted.when making an entry in fstab /dev/sr0 /media/cdrom udf,iso9660 user,noauto,exec,utf8 0...

View Article

Making robust dual EFI boot mounts

I've installed Ubuntu Server 24 on ZFS mirror. 2 SSD drives are used in the mirror also have EFI boot partitions. System is configured to work and be able to reboot without fatal errors if one of the...

View Article

24.04 A NON-boot attached luks encrypted hard drive no longer automounts when...

I moved to 24.04 from 22.04 on the same machine. It is a brand new install of 24.04. The boot disks are luks encrypted and they boot and automount perfectly.The problem is that periodically used luks...

View Article

How to disable USB automount in Xubuntu 14.04

In Xubuntu 14.04 I have tried to disable USB automount by creating the following two files as found here: Prevent a specific USB device from auto-mounting and...

View Article


How to autologin to a server and automount all removable media after powerup?

I have a small SBC-based server which I want to use as a NAS-like device, sharing the microSD card and whatever is externally attached via USB over samba.The best way would be if I could just plug it...

View Article


Nautilus opens automatically when a USB key is inserted

I'm using Anduinos 1.1 (Ubuntu 24.04) based on GNOME 46.0. I'd like to know how to make Nautilus open automatically when I plug in my USB drive. I've already tried these commands, but they don't...

View Article

LVM2 Partitions are not mounted after reboot

i have a ubuntu server system on a dell hardware with two logical LVM2 volumes. One is the boot system an the other is the data storage exist out of two physicall drives which are organized as a RAID1....

View Article

Image may be NSFW.
Clik here to view.

Red icon for automounted disk / partition in nautilus (why?)

I recently reinstalled Ubuntu a few times because I had issues with Nvidia drivers, but after a recent reinstall I now have a red icon in nautilus for a partition I enabled automount for via the disk...

View Article


Image may be NSFW.
Clik here to view.

Automatically mount shared partitions

I'm a beginner using a dual-boot system: Windows 11 and Ubuntu 2604LTS. I want the shared partition to be automatically mounted every time I boot into Ubuntu. I've tried several times with Nano but it...

View Article

Automatically mount NTFS partitions

I installed Ubuntu 26.04 LTS Desktop on my Galaxy Book2 Pro 5G. It only has one SSD, and I created a shared partition named "shared" (D:). When using Strawberry Music Player, I always get an error...

View Article

24.04, GNOME: How to disable automount?

Recent update breaks the old recipe:gsettings set org.gnome.desktop.media-handling automount falsegsettings set org.gnome.desktop.media-handling automount-open falseAnyone know the fix?

View Article

Live USB can't automount other USB

I am creating an Ubuntu 24.04 live USB. I first customized the ISO using Cubic and then used Rufus to create the bootable USB drive. After successfully booting into the live system, I plugged in...

View Article



Image may be NSFW.
Clik here to view.

Can't automount my HDD2

I'm unable to automount my HD2, but when running this command to mount it sudo mount -t ntfs-3g /dev/sdc1 /mnt/disk2 it works and can be accessed. How can get back to automounting?

View Article
Browsing latest articles
Browse All 247 View Live


Latest Images