Skip to main content

All Questions

Tagged with
0 votes
0 answers
27 views

Virtual machine isn't recognizing file changes when altered on host machine unless "ls -l" is triggered

I am seeing a weird issue on a virtual machine running on a server of mine. I set up a little test scenario below that illustrates the symptoms of what I am experiencing and I can't figure out what ...
97WaterPolo's user avatar
0 votes
1 answer
1k views

How do I mount a filesystem without the mount point changing owner to root?

I have two samba shares on a remote server (Debian 10, stable) on my home network. On my laptop (Debian 10 stable), I would like to automatically mount these shares to my local filesystem tree. To ...
PatMcTookis's user avatar
0 votes
2 answers
411 views

Locked out of Debian embedded device after mistake in fstab

I am working with an embedded Linux device with Debian 9 installed. The device has an internal storage and the option to extend the storage with a sd card. I want to use the extra sd card for ...
fa__'s user avatar
  • 101
3 votes
1 answer
4k views

SSHFS mounting with FSTAB during boot (Linux / Debian)

Is there anyone out there who can help me try to "translate" this SSHFS command to a proper fstab-line? I already tried once and messed up with whole FSTAB and boot. sshfs user@remoteserver....
Kim Hiekkanen's user avatar
1 vote
1 answer
2k views

How may I mount an external drive in fstab and give owbership to multiple users?

I mount an external drive on my Raspberry-Pi (Debian/stretch) and I mount my external drive in the fstab like this: UUID=1AD09862DC893951 /media/USBHDD1 ntfs-3g nofail,uid=pi,gid=pi,umask=007 0 0 ...
Kangkan's user avatar
  • 248
1 vote
3 answers
7k views

fstab cifs share not mounting on reboot

I have a cifs share connectin a windows folder to a debian machine, however I cannot get it to mount on boot using fstab. I have the credentials stored in a file with 600 permissions. //192.168.1.72/...
Edward144's user avatar
  • 135
1 vote
1 answer
4k views

debian machine mounting filesystem read-only

At work we have an old debian machine that I need to install security updates on, but the filesystem is mounted read-only. Unfortunately the guy who installed it has already retired and has not ...
farosch's user avatar
  • 403
1 vote
0 answers
2k views

fstab mounts some logical volume as /dev/dm-0 dm-1 instead as /dev/mapper/VG...

I run Linux snore 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64 GNU/Linux, with the following fstab: wr@snore:/etc$ cat /etc/fstab # /etc/fstab: static file system information. # # Use '...
Walter Roncada's user avatar
1 vote
0 answers
217 views

Cannot change options in mounting ntfs partition for rw

I need to mount a ntfs volume for read & write for a particular group of users, so I tried putting in this line in /etc/fstab: (I have also tried UUID but it was the same result) /dev/sda1 /...
user278690's user avatar
0 votes
1 answer
2k views

Mount NTFS dive with permissions set to 777

I need to mount a NTFS drive with permissions set to 777 on debian. The code i have in fstab now is: /dev/sdb2 /disk ntfs defaults,nls=utf8,umask=000,uid=1000,windows_names 0 ...
iThenrik's user avatar
3 votes
1 answer
6k views

mounts not present in fstab. where are they?

my debian system is using tmfs for a few things, notably /tmp and it's using a rather small size for it. And it's nowhere to be found in my /etc/fstab i guess i could just add the entry in fstab and ...
gcb's user avatar
  • 5,011
0 votes
1 answer
2k views

Debian: Unable to mount a second drive as a subdirectory inside of another partition

I have the following /etc/fstab: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <...
jkndrkn's user avatar
  • 103