Questions tagged [mount]
Questions about mounting filesystems, such as those on internal drives or on CDs, DVDs, external hard drives or USB flash drives, or about using the `mount` command.
7,278
questions
0
votes
0
answers
18
views
Kernel panic - not syncing: VFS unable to mount root fs on unknown-block(0,0)
I'm experiencing a critical issue with my Ubuntu system and need some assistance. When I attempt to boot my system, I'm confronted with the following error message:
Potential solution attempted:
I've ...
0
votes
1
answer
37
views
how does a normal user unmount a flash drive mounted with pmount [duplicate]
How can I mount devices as a normal user? discusses how to mount a flash drive as a normal user. How would I unmount that drive having mounted it with a pmount command?
Currently I am using Xubuntu ...
1
vote
1
answer
27
views
Unable to access external drive 24.4
I am very new to Ubuntu so please don't hit me with a ton of complicated stuff. I had been using an external drive to watch movies and it worked. I changed external drives and that too worked but when ...
-1
votes
0
answers
16
views
CIFS mounts in Ubuntu VM vs WSL2
I am trying to migrate from a virtual machine running Ubuntu 22.04 LTS in VirtualBox on my Windows 11 host to the same distribution running in WSL2 on the same host. I've got most things working ...
-1
votes
0
answers
25
views
Error mounting on Ubuntu 24.04 LTS
can anyone help me with this type of error i don't know why i can't access to my OS drive
0
votes
0
answers
24
views
How to mount an external HDD in Debian rescue mode? [closed]
How can I mount an external HDD while running Debian in rescue mode?
Acually, the ultimate goal is to copy a folder from the internal HD to an external one.
I have followed the advice in a previous ...
0
votes
0
answers
45
views
Mounting USB GPT FAT on Ubuntu 24.04 LTS
I was reading post to install my USB on Ubuntu 24.04 LTS
With $ sudo fdisk -l I got:
Disk /dev/sdb: 241.87 GiB, 259710255104 bytes, 507246592 sectors
Disk model: SD Card Reader
Units: sectors of 1 * ...
0
votes
1
answer
77
views
Trying to mount a shared folder in ubuntu
I'm having problems trying to get my NAS to work on my Plex server.
I'm trying to mount the shared folder in the server but it gives me the error
mount.nfs: Operation not permitted
I think i'm doing ...
0
votes
1
answer
47
views
How can I use another HDD for some directories?
For example, now I have two directories /home/anton/test1 and /home/anton/test2 with files in them, they are stored on the main SSD.
I'd like to use another HDD's partition (data partition on /dev/...
-1
votes
0
answers
80k
views
The harddisk is mounted to /media/ubuntu/xxxx
I installed Ubuntu 24 lts to an old pc.
Installed from usb.
Then plug out usb and reboot, it always show can not find operation system.
Then I use the ubuntu on usb to boot up the pc again. Check,
df ...
-1
votes
0
answers
70
views
Ubuntu 24.04 - Mount Intel RSTe RAID
How does one mount an Intel RSTe RAID volume in Ubuntu 24.04?
This is the newer version of RST where the array is defined in UEFI, bios can even see the files on the array volume.
I got fed up with ...
0
votes
1
answer
97
views
Ubuntu Server iscsi mount on boot, Server fails to boot
We are having an Ubuntu server with 1 HDD in a volume group, this HDD got filled,so added a iscsi disk , before adding to the volume group, did restart and tested and the iscsi disk was showing under ...
1
vote
3
answers
115
views
Meaning of mount command parameters
I'm trying to mount a NAS to a coding environment.
I found that this command is needed but i don't know the details of it.
Can anyone explain what do file_mode=0777, dir_mode, uid and gid mean ? in:
...
0
votes
0
answers
40
views
External hard drive not working
I got this error message when I tried to open an external hard drive:
Error mounting/dev/sdb1 at media/(device name)
In another Ask Ubuntu post one answer recommmended to run sudo ntfsfix /dev/sdb1 ...
0
votes
2
answers
50
views
Can't create, write and copy-paste file after mount SD card
I plug the SD card into the Ubuntu Laptop, it work.
I use command to unmount:
sudo umount /dev/mmcblk0p1
Then, I use command to mount:
sudo mount /dev/mmcblk0p1 /media/ndp
After mount, I can't ...
-2
votes
0
answers
25
views
Mounted network folder not accessible after resume from suspend
I use this code to mount a network share folder:
sudo mount -t nfs 192.168.104.11:/mnt/user/data /media/data
However when my pc goes into suspend mode the mounted folder is no longer available and ...
0
votes
1
answer
36
views
Only one CIFS share is auto-mounted
I have the following two mounts listed in my /etc/fstab
//192.168.10.1/StashNas /mnt/stashnas cifs uid=sam,gid=sam,credentials=/etc/stashnas.credentials 0 0
//192.168.10.1/StashSam /mnt/stashsam cifs ...
0
votes
0
answers
38
views
Failed to expand the storage of "Computer" in Ubuntu 22.04? [duplicate]
I'm new to Ubuntu(Ubuntu is a dual system installed with Windows 11 on the same computer) and noticed that there is only 13.7 GB of free space available in "Computer." Therefore, I want to ...
-3
votes
0
answers
39
views
It sent me to this screen, I can’t use it anymore
It sent me to this screen. I can't use it anymore. I was sent to this screen and I want everything to go back to normal again.
0
votes
0
answers
28
views
editing fstab with different mount point for raid array
I created a software raid 5 array on ubuntu 24.04 LTS.
I mistakenly created a mount point it seems called "/mnt/mdo" instead of "/md0"
I mean, to be fair it probably really doesnt ...
0
votes
0
answers
34
views
fstab ignores username configuration
I'm struggling to find a solution to this random issue.
I have the following configuration:
//192.168.1.39/MediaCenter /media/NAS/MediaCenter cifs username=USER1,password=PASSWORD1,uid=1000
//192.168....
-1
votes
0
answers
318
views
Ubuntu 24.04 Not Displaying GRUB Menu or BIOS Access
I'm experiencing issues with a dual-boot setup (with Windows11). The GRUB menu is not visible on boot, and the screen remains black until the Ubuntu login screen appears. Additionally, I cannot access ...
0
votes
0
answers
78
views
Error on mountig Windows 11 share on Ubuntu Server (or Desktop) 24.04
I am trying to mount a Windows 11 share on Ubuntu Linux, version 24.04, both desktop and server edition, with no success.
I tried the following command:
mount -t cifs -o user=guest,password= //host/...
0
votes
1
answer
49
views
Second HDD not showing up after Ubuntu Server reboot
Probably a NOOB question but after install of Ubuntu Server 24.04 and a secondary internal SSD (sda1) is mounted, partitioned, file system created and appears as /mnt/sandisk, it appears as unmounted ...
2
votes
1
answer
63
views
How to mount host directory and modify its contents inside the Docker layer
Here are the docker layers I want to implement:
https://stackoverflow.com/questions/31222377/what-are-docker-image-layers
I want to mount a folder from host to docker with:
docker run \
-v /path/to/...
1
vote
0
answers
56
views
Error reading CPU table when running `apt` inside a chroot environment on Ubuntu server
Following this question, I am trying to set up a chroot environment on my Ubuntu server running on a Raspberry Pi. Here are the steps I followed to create the chroot environment:
mkdir -p myenv
mkdir -...
0
votes
0
answers
30
views
ext4 partition that was recovered After Windows installed their bootloader on it keeps on getting repartitioned
First, here is how my disks are setup physically for future reference:
SATA 1: 480 GB SSD (ext4, Running Ubuntu Server 20.04.1 LTS) (\dev\sda)
SATA 2: 4 TB HDD (ext4, Data) (\dev\sdb)
SATA 3: 512 GB ...
0
votes
0
answers
27
views
Why my filesystem is full and what should i do here? [duplicate]
My file system is getting full often. Kindly help me. I have increased my GB to 128 today.
loop0 7:0 0 25.2M 1 loop /snap/amazon-ssm-agent/7983
loop1 7:1 0 25.2M 1 loop /snap/...
0
votes
0
answers
23
views
Deleted partition recovery: Contents unknown
I accidentally deleted all partitions (2) of my HDD, but I was only able to recover single partition. I have recovered the second partition as well but when I try to mount it, it does not mount. I ...
0
votes
1
answer
101
views
I can't open NTFS External HDD | mounting error
I am using Ubuntu 24.04 and when I try to open my external hard drive, I get this error:
Failed to mount "My Passport"
Error mounting/dvs/sda1 at /media/alireza/My Passport:wrong fs type, ...
0
votes
0
answers
21
views
NFS NAS drive no longer listed in dock & requires additional authentication
After installation the Ubuntu 24.04 on my PC, my NAS drive, which uses NFS protocol, does not work like before. It is not enlisted in my dock nor the locations in the Files app. When I manually ...
-1
votes
1
answer
82
views
How can I upload files directly from a remote server mounted in Ubuntu's file manager?
I'm currently connecting to my institute server from my Ubuntu system by mounting it in the file manager GUI under "Other Locations" in Ubuntu with:
sftp://username@ip_address/
This setup ...
0
votes
0
answers
167
views
in Ubuntu 24.04 Error Mounting /dev/sda2 at /media/ and notification bug
in Ubuntu 24.04 i can't open my hard disk it show nfts not support error in mounting
and notification show not like popup it cover display width ,i can't read any message
notification bug is given ...
0
votes
0
answers
178
views
Ubuntu 24.04 Not Mounting USB Storage on Zenbook Pro 14 Duo (UX8402)
When I plug in USB storage devices, I can see that they are plugged in via the CLI, but they are not mounted or treated like mountable devices by the OS. I've tried with both USBs and external drives.
...
0
votes
0
answers
87
views
Writing permissions on mounted NAS in my linux machine
I have a NAS in my home with all my shared files. I want to mount this storage in my linux terminal and I have accomplished that by adding:
//192.168.0.145/TARDIS_Share /mnt/nas cifs username=...
0
votes
0
answers
152
views
ntfs external hard drive does not mount
I was trying to copy a bunch of files from my father's 1TB SDD NTFS external hard drive to my Linux desktop. The computer froze and I couldn't do anything but move the mouse pointer. It wasn't ...
0
votes
0
answers
101
views
`mount -t cifs NAS` returns "mount error(2): No such file or directory"
I'm trying to mount a NAS in VS Code server with this command:
mount -t cifs //NAS_ip/dir1 /nas -o rw,file_mode=0777,dir_mode=0777,credentials=/config/cred,uid=
(id − u), gid =(id -g),vers=3.0
and I'...
0
votes
1
answer
309
views
systemctl what are these processes?
sys-devices-platform-serial8250-serial8250:0-serial8250:0.0-tty-ttyS0.device loaded active plugged /sys/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0
sys-devices-...
0
votes
0
answers
68
views
mkdir: cannot create directory ‘/mnt/ntfs’: Input/output error
I have an ntfs disk and am trying to mount it.
I have installed the ntfs-3g and while trying to mkdir ntfs in /mnt
sudo mkdir -p /mnt/ntfs
I get the error
mkdir: cannot create directory ‘/mnt/ntfs’: ...
0
votes
1
answer
215
views
How to make Ubuntu ask for password when mounting partitions in 24.04 Noble?
I have been using the following guideline (see link below) to isolate versions of Ubuntu on my rig by introducing a requirement for a password to access them (through FILES etc): How to make Ubuntu ...
1
vote
2
answers
87
views
Storage drive does not unmount when user logs out
On Ubuntu 22.04 I have two users that share a storage drive (it's also shared with Windows, therefore I need it to be formatted as NTFS and on a separate drive).
Both Ubuntu users have the auto-mount ...
0
votes
0
answers
85
views
Using the "mount" command to mount a CIFS share referencing a KeyTab file for the credentials
I have an Ubuntu 22.04.4 LTS
I have an Active Directory Domain with a CIFS Share
I created a KeyTab file on the Windows Server (for use with Ubuntu)
Using Kinit I can obtain a Kerberos ticket OK ...
2
votes
3
answers
2k
views
Wrong fs type bad option bad superblock Just installed Lubuntu 24.04
I have just clean installed Lubuntu 24.04LTS from Lubuntu dowloads to my HP 255 G1 laptop. I can not access my external hard drive now.
Error mounting /dev/sdb1 at/media/name/Transcend:wrong fs type,...
0
votes
0
answers
346
views
pd-mapper: failed to open remoteproc class: No such file or directory
bt92200@BTRPI-5:~$ journalctl -u pd-mapper.service --since 2024-05-02T12:00:00
May 02 17:14:05 BTRPI-5 systemd[1]: Started pd-mapper.service - Qualcomm PD mapper service.
May 02 17:14:05 BTRPI-5 pd-...
0
votes
0
answers
35
views
How to get access rights to mount folder?
Step 1:
I have created a folder called "/media/test" with mkdir /media/test.
Now I have full access to the folder (e.g. I can create subfolders or files).
Step 2:
During boot a NFS share is ...
2
votes
1
answer
55
views
Remove /dev mount point without unmount in Host
Here is the unmount method for unmounting all previously mounted folders:
https://unix.stackexchange.com/questions/61885/how-to-unmount-a-formerly-chrootd-filesystem
I use the following command to ...
1
vote
1
answer
252
views
Handling Mount Unit Failures on Boot in Ubuntu 22.04 Without Impacting System Performance
This issue arises during the boot process of Ubuntu 22.04. Despite the system operating normally without any significant performance drawbacks, I consistently encounter a series of error messages ...
0
votes
1
answer
176
views
How to safely extend Logical Volume in production server
I have 4 LVs, type is ext4. I want to know how to safely extend them since they are all used for production.
From what I know the steps are.
unmount
extend
resize FS
mount again
Are these steps ...
0
votes
1
answer
563
views
24.04 change to mount command [closed]
Previously the following would mount a share that exists on a ubuntu 20.04 system:
sudo mount -t cifs -o user=guest,password=,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm //fossa/den /media/...
3
votes
1
answer
2k
views
Error Mounting /dev/sda2 at /media/ on Ubuntu 24.04
My WD G-Drive connects to Ubuntu 22.04 LTS but receives the error Error Mounting /dev/sda2 at /media/ on Ubuntu 24.04 LTS. G-Drive is connected to same port regardless of Distro but 22.04 is running ...