All Questions
252 questions
1
vote
1
answer
36
views
No ability to delete files on sftp mounted by sshfs
I mounted sftp dir via sshfs like:
cat <sensitive_data> | sshfs -o password_stdin,allow_other,default_permissions,uid=0,gid=0 $USER@$HOSTNAME: $MOUNT_DIR -oauto_cache,reconnect
And the problem ...
0
votes
1
answer
852
views
Unable to Access Location - Error Mounting /dev/sda1 (wrong fs type, bad option, bad superblock, etc.)
I'm encountering an issue when trying to mount a partition in Ubuntu. When I attempt to access the partition, I receive the following error message:
Error mounting /dev/sda1 at /media/moe404/[...
0
votes
1
answer
167
views
mount: can't read superblock
Problem
Mount directory. sudo mkdir /mnt
sudo chmod -R 777 /mnt
sudo mount /dev/sdm1 /mnt, will work
Do some work..
sudo umount /dev/sdm1, will work
sudo mount /dev/sdm1 /mnt, will not work
Partial/...
0
votes
1
answer
373
views
Unable to mount encrypted ZFS filesystem after reboot
Key load error: Failed to open key material file: Input/Output Error.
Command: `mount -o zfsutil -t zfs rpool/ROOT/ubuntu_uy913 /root/`.
Message: `zfs_mount_at() failed: encryption key not loaded`.
`...
0
votes
0
answers
209
views
Trouble setting up Linux on Nintendo Switch
I'm a complete noob to Ubuntu and I've been trying to set it up on my Nintendo Switch, but I keep getting the same error that says "Failed to mount rootfs" on boot. I've tried doing the ...
0
votes
0
answers
129
views
Proper command for mounting Synology NAS on Ubuntu Linux via terminal
I have a Synology NAS DS223j that I need to access via an Ubuntu PC. Is this the correct way to mount a Synology NAS in Ubuntu Linux in the terminal?
sudo mount -v -t cifs //192.168.0.96/$MOUNTFOLDER /...
0
votes
0
answers
111
views
Ubuntu issue with external HDDs unmounting
I'm running into an issue with my media server running Ubuntu 22.04.2. I'm running Plex in a docker container with a few other containers on the server. I have two HDDs that stay permanently connected ...
0
votes
1
answer
643
views
Can't Change Permission in Mounted Drive
Hello im new using Ubuntu.
I try to change permission from directory in mounted drive but always back to root or user while run command 'chmod'.
i already try this command :
sudo mount -t ntfs -o ...
0
votes
0
answers
2k
views
how to fix this location could not be displayed error on Ubuntu
I'm pretty new to Linux, and I have 2 normal NTFS partitions everything was working fine and I can easily mount and use both portions from Ubuntu Linux. but one day I was deleting a huge file from one ...
0
votes
0
answers
162
views
Command needed to mount a LUKS partition on ubuntu
Ubuntu -
I need to mount my LUKS encrypted partitions in read only mode.
Have searched online, but no commands have worked.
$ lsblk
SDA 8:0 0 5.5T 0 disk
SDA1 8:1 0 1.4T 0 part
Partition name 253:0 1....
0
votes
0
answers
133
views
How to fix Ubuntu GUI after installing windows 11 dual boot
I recently installed Windows 11 on my second HDD and since then I face issues with Ubuntu improperly loading GUI.
Ubuntu loads to tty1 instead of the graphical user interface (GUI).
mount -t ext4 ...
0
votes
1
answer
140
views
Why GNOME doesn't unmount a directory that I manually unmounted in the terminal
Background
I'm trying to manually unmount a file system that has been automatically mounted by the system. I don't get any error messages when umount /dev/user/myusbstick, but when I go and check the ...
0
votes
2
answers
1k
views
Adding A Hard Drive To A Specific Directory
I am currently running a Plex server on Ubuntu 20.04 LTS. My hardware setup includes a 1TB SATA SSD, which currently houses the operating system and the Plex server. Additionally, I have a separate ...
0
votes
2
answers
9k
views
mount.nfs: an incorrect mount option was specified
I spent the whole day trying to connect my pi (Ubuntu) to my nas. I just want to share a specific folder.
The nas dir is called DATA.
Then there is a path to the folder I want to access. No matter ...
0
votes
0
answers
5k
views
How to solve ls: reading directory '.': Input/output error for specific directory
I have a 5TB external drive, with two partitions. Suddenly one of the partitions gives me this error data: unknown error when mounting /dev/sda1. I solved this error based on this answer.
After ...
0
votes
0
answers
770
views
Using autofs to mount NFS shares when host is available
I have set up a NFS server on my NAS box, and I can mount the directory on by Ubuntu 20.04 desktop PC.
I have also set up autofs to mount the share, which also works. When I start autofs, the mount is ...
1
vote
0
answers
5k
views
Error: Partition(s) have been written, but we have been unable to inform the kernel of the change - Ubuntu 18.04.6
I'm running an Ubuntu VM in Azure and am unable to notify the OS of partition table changes.
az@prep-vm:~$ sudo parted /dev/sdb --script mklabel gpt mkpart xfspart xfs 0% 100%
az@prep-vm:~$ sudo ...
1
vote
1
answer
2k
views
Mount the `unified' cgroup
For one of my experiments, I moved to Ubuntu 22.04 from 20.04.
I used to work with the /sys/fs/cgroup/unified/ directory on Ubuntu 20.04 but I cannot find it in Ubuntu 22.04 Beta version (my testbed ...
1
vote
1
answer
709
views
How to allow non-root user to write to ZFS external USB flash drive
In Ubuntu 20.04, I installed the zfsutils-linux package and formatted an external USB thumbdrive to use ZFS (sudo zpool create mypool /dev/sdb). However, the mounted pool at /mypool is only writable ...
2
votes
0
answers
336
views
Mount Bitrix24 drive: legacy Digest challenge not supported
I would like to mount a bitrix24 network drive.
The drive seems to be accessible via webDAV using a URL that looks like the following:
https://b24-XXXXXX.bitrix24.de/company/personal/user/1/disk/path/ ...
0
votes
0
answers
3k
views
Grant sonarr user read/write/execute permission (recursive) for a mounted share
I am on an Ubuntu 20.04 VM. My network share is accessible via credentials and has been tested for write permissions. The issue I believe is the permissions on my VM(Client) device.
The goal is to get ...
2
votes
1
answer
19k
views
mount: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error
I try to mount a disk added to an Azure VM,
but it fails with the error message:
mount: /mydirectory: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or ...
0
votes
1
answer
802
views
Why my USB can't be mounted? bad superblock on /dev/sda
I checked lshw
sudo lshw -C disk
*-namespace
description: NVMe namespace
physical id: 1
logical name: /dev/nvme0n1
size: 476GiB (512GB)
capabilities:...
2
votes
0
answers
231
views
Ubuntu NFS mount bind failing
This should be a rather simple question, but all my googlefu has failed me so far. I have an nfs server with a share mounted to my local machine in dir /share/ (rw,sync,no_subtree_check) from there I ...
0
votes
0
answers
1k
views
How to fix persistent "stale file handle" for mounted network attached storage
I have a Linux server running Ubuntu that I am trying to have our network attached storage drive successfully set up on. I'm able to mount it fine, but the issue is that within a few hours the folder ...
0
votes
1
answer
3k
views
Error: mount, as it already exists. Duplicate entry in /etc/fstab?
When I try to give access to the same target directory to multiple FTP users using these commands:
sudo mount --bind /home/max/home/ExLand /home/riven/Desktop/ExLand
sudo mount --bind /home/r1ven/home/...
0
votes
0
answers
523
views
Problem mounting a raid 0 array with two disks:
I am trying to back up data of my Ubuntu system that's not booting. The data was on an ext4 partition with a raid0 arry of two SSD disks (/dev/nvme0n1p3 and /dev/nvme1n1p3). But I am not able to mount ...
0
votes
1
answer
617
views
Symlinks from /home subdirs to mount drive break on reboot
My Kubuntu workstation has an SSD and an HDD. The SSD contains the Kubuntu installation, while I would like to use the HDD for general storage where drive speed is not a concern.
I have the HDD ...
1
vote
1
answer
80
views
vsftpd server with EFS mount - root device getting full
Another question I couldn't find Google answer for
I have a FTP server with vsftpd, where I mounted AWS EFS drive under /mnt/
all the user directories are under
/mnt/efs/fs1/
user1/
...
4
votes
0
answers
2k
views
How can I troubleshoot a CIFS mount that breaks after 15 minutes?
Context
I mount two Samba shares in a large corporate network (e.g. share A and B) on a machine with Ubuntu 20.04.5 LTS. Both mounts start out fine, but share B stops working after some time. This is ...
1
vote
1
answer
4k
views
Can't change mounted HDD's permissions at all
I'm new to Ubuntu.
I installed Ubuntu on my PC which has SSD and HDD. I followed the guide to partition HDD properly and it has been mounting without errors so far. However, I can't write anything in ...
0
votes
1
answer
1k
views
Mount SMB share without specifying shared directory in remote path
I was about to change mount from "//192.168.1.x/SomeFolder" to "//192.168.1.x/" so i could choose which dataset i want to access with my docker containers.
It gave me error like:
...
1
vote
0
answers
564
views
How to debug why uid,gid,umask,fmask and dmask mount options are ignored?
I am running a Live ISO of Kubuntu 22.04 LTS (AKA Jammy Jellyfish). What I am trying to do has most likely nothing to do with KDE, so one may assume I am running Ubuntu.
I am trying to mount a FAT32 ...
0
votes
0
answers
51
views
How to mount customised NTFS external disk in Ubuntu?
A few years ago, I customised my external hard disk partitions using a Windows PC. All of them are NTFS. For one partition where I plan to have my collections of old movies, I remember changing the ...
0
votes
1
answer
792
views
Mount 'none' filesystem to a folder in /home
I have ubuntu 5.10.65-tegra on Jetson Xavier where I am running out of space in the root / folder.
The output of df -h is
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p1 28G 26G ...
0
votes
1
answer
49
views
/Volumes vs /media/${name}
A fellow Kindle user wrote a simple script to remove adds from the eReader here: https://github.com/mariopepe/KindleAdRemover/blob/master/KindleAdRemover.sh
As you can see it's removing the .assets ...
0
votes
1
answer
1k
views
Why am I getting mount error Operation not supported?
VM running Ubnutu v18.04:
In /etc/fstab I have the following (pw elided):
//216TN53/UbuntuShare /mnt/data cifs username=kafkaetl,password=*******,uid=nobody,iocharset=utf8,noperm 0 0
mount -av is ...
0
votes
0
answers
170
views
VM hangs when mounting a (full) partition
First of all, I should say I'm a beginner regarding these matters, so please bear with me for a moment. Thank you.
My company accidentally fill one RAIDZ partition (named sdb1) up to 100% of its ...
1
vote
0
answers
308
views
TAB completion not working for mounted partition
I'm used to mount a Windows partition (G) into my Windows Subsystem for Linux (running Ubuntu 20.04) by giving the following commands:
sudo mkdir /mnt/g
sudo mount -t drvfs G: /mnt/g
Unfortunately, ...
0
votes
1
answer
2k
views
Unable Mount Shared Windows Server Drive in Ubuntu 18.04
I am attempting to mount a shared drive located on a 2019 windows server(192.168.1.180) to my linux machine(Ubuntu 18.04). I've updated my fstab as you can see below and created a new directory for ...
0
votes
0
answers
715
views
Disks no longer mount when starting Ubuntu after installing Blender compilation dependencies
I'm trying to compile Blender on Ubuntu 22.04 and I ran into some problems while installing some dependencies and now Ubuntu wont boot. I was running an automatic dependency installation script for ...
0
votes
1
answer
157
views
Mount ONLY specific extensions using --bind option? Or alternatives... (Idk if is this possible... )
I have a folder in a partition with lots of files - PDFs, texts, logs, etc.
The folder is /mnt/main_files
I'm wondering if is it possible to map only the PDF files and direct them to /var/www/html/...
1
vote
0
answers
1k
views
I am having trouble performing an NFS mount of a Solaris filesystem on a Ubuntu machine
I am trying to do an NFS mount of a Solaris (version 5.10) file system
(on a Sun Blade 2500) on a Ubuntu (release 20.04) system (on a Dell
Precision Tower 3620). My (possibly incorrect) understanding ...
0
votes
1
answer
112
views
Symlinked binary permission denied
I have 2 disk, one for root/home directory, one for big files
I tried to move then symlink /home/asd/go to /media/asd/team512/go and it works normally (can be ls, size are correct)
cd ~
ls -al | grep ...
0
votes
1
answer
3k
views
I can't mount partitions via /etc/fstab, the error appears
I've tried to mount my new partitions by editing /etc/fstab, but error appears.
When I try to do it by mount command, all works fine and I can mount them.
What's wrong?
# /etc/fstab: static file ...
3
votes
1
answer
4k
views
What happens when mounting network drives in fstab fails
I am responsible for maintaining a Linux (Ubuntu) machine in my company. We mounted some NFS network drives. In irregular intervals (during holidays), the machine is forcefully restarted because the ...
1
vote
0
answers
4k
views
"failed to setup loop device" when mounting an Ubuntu iso image on Ubuntu
I downloaded an iso image of Ubuntu server, ubuntu-20.04.3-live-server-amd64.iso. Then I tried to mount this iso as a folder, using the usual command
mount ubuntu-20.04.3-live-server-amd64.iso ./iso
,...
6
votes
2
answers
737
views
System unresponsive after mounting /dev/sdc2 on /
So, I tried to mount a hard disk /dev/sdc2 on / directory in my Ubuntu workstation, and upon mounting, I am not able to remote into the Ubuntu workstation anymore. The exact command I run to mount is
...
0
votes
1
answer
3k
views
Is it possible to mount a single LVM partition on a different machine?
I had an LVM volume group ubuntu-vg created backed by three physical disk partitions, e.g., sda1, sdb1, and sdc1. One of these (sda) three disks failed, leaving me with a broken volume group. The ...
0
votes
2
answers
174
views
How can different devices represented by the same device file be automatically mounted to different mounting points?
In Ubuntu, even if different block devices (e.g. an external hard drive and a flash drive) are represented by the same device file (e.g. /dev/sdb1) one after another, they are automatically mounted ...