Skip to main content

All Questions

Tagged with
2 votes
1 answer
63 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
127 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
0 answers
47 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
20 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
0 votes
1 answer
44 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
2 votes
1 answer
224 views

Cannot mount CIFS althought kinit return me a ticket

I'm using Ubuntu 22.04 to mount a remote SMB share : $ kinit [email protected] Password for [email protected]: $ sudo mount.cifs "//x.y.z.t1/Extension_2" /mnt/remoteShare/ --verbose -...
SebMa's user avatar
  • 1,873
0 votes
1 answer
536 views

Linux to Windows - smbclient works fine but mount.cifs does not

I am using a Ubuntu 22.04 guest in Hyper-V in Windows 11. I have created a file share and shared it for a local user ("shareuser"). I am trying to automatically mount it with cifs and ...
kaidentity's user avatar
1 vote
0 answers
217 views

How to Safely Copy Entire Ubuntu Root Directory to Different Drive and use it as system drive via SSH?

I'm currently maintaining a remote Ubuntu server with two drives: one SSD and one HDD. The HDD is currently mounted at /, serving as the system drive, while the SSD is empty and mounted at /mnt/nvme. ...
dzwiedzn7's user avatar
0 votes
1 answer
158 views

How can I split from /dev/nvme0n1p3 to /dev/nvme0n1p2

I only have one disk, an SSD on my laptop. My disk status is as shown above. The /dev/nvme0n1p2 disk part (mounted at /) is too small. I plan to move 42GB from /dev/nvme0n1p3 to /dev/nvme0n1p2, but /...
monstar's user avatar
  • 133
1 vote
1 answer
41 views

Why is an incorrect size reported on multi-partition USB flash drive?

I'm creating a custom Linux installer which uses two partitions on a 4GB USB flash drive: an EFI partition for booting and a data partition for installer files. The size reported by df is unexpected. ...
Danny's user avatar
  • 191

15 30 50 per page
1
2 3 4 5
81