Why am I prompted for my password every time I access a mounted disk under...
I have several SSD disks connected on my Ubuntu server, and under 19.10, they were mounted automatically under their respective directories. But under 20.04, every time I want to access one, it asks me...
View ArticleHow to fix NFS mount on RPI4b with Ubuntu Server 20.04 arm on boot
So, weird stuff. I have an RPI2b installed 20.04-32 early May, NFS mount works flawlessly on boot.Now I got an RPI4b and tried 20.04-64/32 and the same NFS mount gloriously fails on boot.I've got a...
View ArticleHow to deal with errors=remount-ro?
Yesterday this message appeared on my screen while booting OS after powerfailure "due to low battery backup"You are in emergency mode, After logging in type "journalctl -xb" to view system logs,...
View ArticleError mounting system-managed device /dev/sda5
How can I solve this problem?Error mounting system-managed device /dev/sda5: Command-line `mount "/media/naymar/skool"' exited with non-zero exit status 1:[mntent]: line 2 in /etc/fstab is badmount:...
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 ArticleMount two different network folders as local folders, only one will mount
I have edited the fstab file to have //192.168.12.14/Silver Screen /media/Movies cifs redentials=/home/chase/.smbcredentials,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0...
View ArticleMove directory on restart
I'm using Ubuntu Server 20.04, and have access to a remote server via SSH.I need more room in the root FS, and so have made a copy of the /var directory on another partition. I've then added to my...
View Article/media/data is Read-only file system now, worked fine before
Today I opened my laptop and noticed that I can't write anything to /media/data which is my /dev/nvme0n1p6 partition. I have tried sudo chown username:root /media/datasudo chmod 700 /media/dataBoth...
View ArticleMount NAS share and using git
I'm using Ubuntu 18.04, and a WDex2 cloud.I want to use one of its share for git instead on one of my local drives.When I try to clone git repository, I get an error:guy@desktop:~/guy@cloud$ git clone...
View ArticleInternal drive turns read only
I am using ubuntu 16.04 and have an internal 8tb harddrive which I want it to be mounted to all users on my machine both admins and not.I've created a folder called 8tb in /media/8tbThen I added the...
View ArticleHow to mount a hard disk as read-only from the terminal
How do you mount a hard disk from the command line as read-only? I don't want or need a link to the man page, I want the exact thing I will have to type in if the following is true:disk to mount is on...
View ArticleCan access WIndows partition in GUI but struggling through terminal
I have Windows and Ubuntu installed. I'm today cleaning up my home directory and noticed there is a downloaded file I want to move to my Windows partition. I don't want to use GUI. I know it works....
View ArticleCannot access to S3 bucket after upgrade to 20.04
I'm using the following line in /etc/fstab to mount an Amazon Web Services S3 bucket on boot.s3fs#codesurfer-fs:/s3-drive /shares/private-synced fuse...
View ArticleIs the `size` parameter for tmpfs in fstab not working?
I am confused about whether my /tmp using tmpfs is respecting the size parameter that I gave to it in /etc/fstab:My fstab entry is:tmpfs /tmp tmpfs rw,nodev,noexec,nosuid,relatime,size=4G 0 0But...
View ArticleHow to automatically mount a folder and change ownership from root in virtualbox
It is my first time using virtualbox and ubuntu (14.04), I am on a host Windows 7 OS.I am trying to mount a shared folder that has files I need to access both in the virtualbox and on the windows OS. I...
View ArticleApps can't reach partition but i can
i am dualbooting ubuntu 20 with windows 10.I can reach it using nautilus or terminal and edit without sudo but when apps try to reach it (npm, onlyoffice, deluge, firefox) they get permission error....
View ArticleWhy is my swapfile on btrfs suddenly not active?
I have created a swapfile /swap on / btrfs with:touch /swapchattr +C /swapdd if=/dev/zero of=/swap bs=1M count=2048 mkswap /swap && chmod 600 /swap && swapon /swapIt works and mounts...
View ArticleHow to mount cifs share read-write?
I am nearly positive the fstab entry is correct here, but when the cifs share is mounted, it is read only. What could I be missing?/Etc/fstab entry//192.168.1.200/music/ /home/erik/Music-Bespin cifs...
View ArticlePipe password argument to mount shell command
Status quoGiven are following /etc/fstab mount points://server/app /home/user/server/app cifs noauto,user,vers=3.11 0 0//server/code /home/user/server/code cifs noauto,user,vers=3.11 0 0These are to be...
View ArticleMounting droboshare from linux
I am attempting to mount a drobo (via droboshare attached to the network) from linux and running into roadblocks and have run out of ideas.When I issue the smbclient -L IPADDRESS I get the...
View Article