python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add entry to /etc/fstab file using php
Is there any way for add entry to /etc/fstab using php? I have done lvcreate and mount each volume into mountfolder using php.
The last step is to edit the mount options in the /etc/fstab file so that...
Sreedevi
Votes: 0
Answers: 1
How do I specify a label/path with special characters as 'ñ' in /etc/fstab?
I know that if a path has spaces one can encode it with \040:
Example for path:
"//server/folder with spaces"
fstab entry:
//server/folder\040with\040spaces /mnt/share/folder_local cifs no...
mikk3l
Votes: 0
Answers: 1
Cannot mount windows share on boot using fstab
I've got a problem on Debian 10.11 (but I think it's not only Debian related) with onboot mounting Windows share.
cifs-utils 2:6.8-2 amd64 Common Internet File System utilities
cat /e...
Mario Bash
Votes: 0
Answers: 1
x-systemd.device-timeout in fstab seems not to have effect
In the fstab I have the line
LABEL="scratch" /home/frank/ScratchLV ext4 defaults,nofail,x-systemd.device-timeout=9 0 0
but whenever the system boots and the disk is not ...
user855443
Votes: 0
Answers: 2