Can I mount a bitlockered volume at boot?
At boot (talking about Xubuntu here), I'm already asked for the decryption key for the / mount point (for the OS itself), which is set up with /etc/fstab and /etc/crypttab. The current setup is having...
View ArticlePlex media server and mount issues in Ubuntu 13.04
hopefully it's not too much of a newbie question......so, i have decided to drop plex media server onto an Ubuntu install in order to provide my house with a stable platform that will maximize...
View ArticleMounting NTFS partition: old fstab cached?
Ubuntu 22.04, dual booting with Windows 10 with a shared NTFS drive for data storage. Using Dolphin as my default file manager.A long journey down the rabbit hole into fine tuning the mounting options...
View ArticleAuto mounting ntfs partition via gnone disks leads to input/output error when...
I should preface this by saying there are a couple of posts about this on here but there are no answers so I figured I would post this with a little more context.The problem only happens when auto...
View ArticleHow to mount Windows Share on Ubuntu
Currently having issues with mounting a drive to a Windows share via my Ubuntu 16.04 machine. Thoughts?Sudo nano /etc/fstab://192.168.4.12/Share/Videos /media/Plex cifs...
View Articlemounting a cifs share for writing
I think I'm missing something obviousI have a NAS (WD MyCloud Home). I can read and write to it from windows with no issuesI can mount it in ubuntu server using this command:sudo mount -t cifs -o...
View ArticleAutomating Mounting of DavFS share
So I have the problem that I have a WebDAV share that requires me to be logged into a VPN in order for it to be available. And in general, I have a lot of shares that I have access to but that aren't...
View ArticleCIFS File system is not working
I am trying to mount CIFS system. Using command line, I can mount filesystem, but using fstab file, its not getting mounted getting. See below error, so please suggest on this:[4419376.493828] CIFS...
View ArticleUbuntu booting to maintenance mode after altering /etc/fstab
I've got a file server running Ubuntu Server LTS 16.04.1.Originally it had 2 hard drives, the first running my OS (swap and boot), the second was strictly a media storage drive (1 whole partition with...
View Articleroot fs remounted automatically with USB drive plugged in
Hi experts and fellows,Im running Ubuntu 22.04.3 on an ODROID N2+ SBC from 128GB MMC and having an issue with remounted root filesystem when plugging in an USB Drive.Situation"boot" is mounted on...
View Articlemount error(115): Operation now in progress. Refer to the mount.cifs(8)...
I am following the steps listed here to try to get my WD Passport Wireless Pro 3TB HDD to work with Lubuntu 18.04: http://tutodir.com/how-to-mount-wd-my-passport-wireless-pro-on-ubuntu/I run into the...
View ArticleMount Windows share is read-only for one user and writeable for another!
I have shared a folder in Windows 10 and mounted the share in Ubuntu 22.04 via fstab with the following setting://192.168.xxx.xx/b/MySharedFolder /media/Share cifs...
View Articlehow to setup ubuntu that fstab runs after network is connected?
right now I have setup /etc/fstab like this://192.168.5.167/H /mnt/ssd cifs credentials=/root/.smbreds,noauto,x- systemd.automount 0 0I want to set it up like first network should be connected and then...
View Articlemounting cifs changed in 23.04?
I have some network disks, some on another Ubuntu box, some on a Windows 11 box that I mount in fstab with lines similar to://10.0.0.23/Misc /smb/fs1/Misc cifs...
View ArticleRoot filesystem check failed
While updating ubuntu my system crashed and after restarting and entering to ubuntu I get the message Root filesystem check failed.Very much similar to the post Ubuntu 13.04 to 13.10: Filesystem check...
View ArticleKubuntu 22.04.2 boots into emergency mode, but only if no DVD is present
I have a computer with a DVD drive that is running Kubuntu 22.04.2 LTS x86_64. To make it so that a disk would mount properly when inserting it into the CD-ROM drive, I made some changes to /etc/fstab....
View ArticleHow do I get cifs mounts to not have all the files owned by root?
I have researched this problem and found advise to use the uid argument, but it is not helping./etc/fstab://192.168.0.234/Backups /home/mark/Backups cifs vers=3.0,credentials=/root/.smbCredentials...
View ArticleCIFS Windows 10 mount is read only
I am running Ubuntu 22.04.3 LTS trying to mount (CIFS/Samba) an NTFS drive on Windows 10 Pro Version 22H2 (OS Build 19045.3693). I actually have it working on one of the Windows drives, but have run...
View Articlefstab mount no longer working
I have an ubuntu share that I use infrequently. The last time I used it was about 11 months ago. At the time it worked. I tried searching a solution but I could not find a solution.I have the following...
View ArticleUsing FSTAB to mount by Hostname
I am dealing with an office where are constantly switching computers. I would like to mount some of the windows shared drives onto a Ubuntu PC but FSTAB only seems to take IP addresses. Is there a way...
View Article