Skip to main content

Questions tagged [mount]

Mount is the process of making available to the computer a new file system device, like a disk drive or a network share.

-2 votes
0 answers
68 views

Ubuntu 23.10 : I lost 6 Terabytes of Data, how can I know which user/process deleted it? [closed]

I have set up a NAS Server running Ubuntu 23.10 minimal and Jellyfin Media Server for my Family in December 2023. We put our whole family files on it (films, photo, music etc), last time I checked ...
granville's user avatar
2 votes
1 answer
54 views

CIFS mount issues

I am trying to mount a network drive to my AlmaLinux box, and are running out of ideas. I want to mount the folder "project" with: sudo mount -t cifs --verbose -o username=$USER,uid=$USER //...
Alex's user avatar
  • 23
0 votes
0 answers
14 views

Chromebook RW_Legacy enabled Jammy 22.04 install

With Development enabled and enabling Legacy settings for RW_Legacy, I installed a minimal from a live Ubuntu Jammy X86_64 image installed from usb. I get a clean boot and have updated with libraries ...
Aaron Sullivan's user avatar
0 votes
1 answer
118 views

Automatically mount a per-user drive on login with systemd

I have a NAS which provides SMB/CIFS shares and I've also just set up a new PC (running EndeavourOS/Arch) and want to automatically mount those shares. In the past I've always handled this by simply ...
Grzzlwmpf's user avatar
0 votes
1 answer
28 views

Can't boot VHD image after resizing in VirtualBox

I have a pretty big mess to sort. I have a 512GB VHD which I use to store private backups. It started running out of storage so I looked online how to make it bigger (as I assumed VHD's probably just ...
Matt Huddleson's user avatar
0 votes
0 answers
44 views

Mount SFTP directory in NFS Share

Here's my issue : I have setup an SFTP with chroot directory is /sftp/usersftp In this chroot directory i have two subdirectory IN/OUT On the same serveur i had created a user with $HOME=/data/...
Kain Taozia's user avatar
0 votes
0 answers
28 views

Are there alternatives to bind mounts, that don't require the target already exists?

RootFS is read-only and I'm working around that by bind mounting files and directories to specific locations. Bind mounts seem to require, that the target exists already, so I can't use them to create ...
CodeSpoof's user avatar
0 votes
1 answer
19 views

Disk usage wrong after incorrect fstab mount and rsync to the mount

tl,dr; Something is using disk space after failed mount and rsync but I can't find out what it is and how to cleanup/free the space. Context: I was trying to add second disk to my RPi and given that ...
Wojtek's user avatar
  • 407
0 votes
0 answers
19 views

Mounting drive with mount command and fstab do not work as intended

I have two external USB drives which I would like to be mounted to specific directories which are owned by my user. A script runs on startup which mounts all my drives in their specific locations ...
Nisarg Desai's user avatar
1 vote
0 answers
35 views

How to mount Luks disk with specific user?

Have a external disk with Lucks and EXT4 partition, the OS mount the disk using the first user by default but can not mount as secondary user: The first user is uid=1000 and gid=1000, but the ...
e-info128's user avatar
  • 181
2 votes
1 answer
773 views

Do Mounting VHD on HDD can speed up access time in Windows?

As we know HDD is slower in term of read and write access time. Actually, it's not that slower if a transfered file is big size compared to multiple files with small size in KB unit being transfered. ...
Muhammad Ikhwan Perwira's user avatar
0 votes
1 answer
41 views

Unable to mount disk image after creating in Arch

I have quite the problem right now. I have created a disk image of my Arch install by using this command sudo dd if=/dev/sdX bs=8M | pv -cN source | zstd | pv -cN zstd > out.img.zst, then ...
fyredragon69's user avatar
0 votes
0 answers
52 views

My USB flash drive is corrupt and I can't format or mount it [duplicate]

The USB flash drive is a DataTraveler 104 32GB. I used to use it, but it has stopped working. If you plug it in on Windows, it freezes the disk management and the file explorer. On Debian, disks show ...
Fachita's user avatar
0 votes
0 answers
212 views

How to get stable mount points for SMB network shares on macOS?

I have multiple users on my MacBook, e.g. for different family members, or also for certain roles. These users frequently access data on a fileserver that provides access to that data via SMB. When a ...
herzbube's user avatar
  • 213
0 votes
0 answers
173 views

Windows: How to auto mount all SMB shares a user has access to?

Under windows (and later Mac as well), I need the functionality where a user somehow loggs in, or types his SMB credentials into a terminal and then all shares on a (Linux) Samba server that this user ...
adrifromhh's user avatar

15 30 50 per page
1
2 3 4 5
164