Questions tagged [fstab]

/etc/fstab is the file in UNIX/Linux systems that defines file systems that are mounted on boot or available to be manually mounted.

/etc/fstab is the file in UNIX/Linux systems that defines file systems (independent directory trees) that are mounted on boot or available to be manually mounted.

66 questions
-1
votes
1 answer

How to make '/home' readonly?

I have RHEL 7.5 installed and I wish to make both '/' and '/home' read-only. I have modified: - /etc/sysconfig/readonly-root so that 'READONLY=yes' - /etc/fstab so that /dev/mapper/rhel-root has 'ro' instead of 'defaults'. This works in making…
Bucky
  • 1
  • 1
-1
votes
1 answer

What is the difference of /etc/fstab and /etc/mtab

To auto-mount, admin can edit /etc/fstab or /etc/mtab. What is the difference of the two? If I set the same mount item in both, which one take effect? In /etc/stab share /media/sf_share1 vboxsf gid=999,rw 0 0 In /etc/mtab share /media/sf_share…
firelyu
  • 2,102
  • 5
  • 25
  • 29
-1
votes
1 answer

Linux: "fstab" with additional mount options?

I'm using "GlusterFS" Client, to mount the GlusterFS Volume on my Web Server. Below is the MOUNT command when I manually mount from the command line: # mount -t glusterfs -o aux-gfid-mount gluster1:/gv0 /var/www/html I don't know how to put that -o…
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
-2
votes
1 answer

How to mount ext4 partition with root and with user write on FreeBSD?

How to mount ext4 partition with root and with user write on freebsd ? What write in the /etc/fstab file ? I has read many doc but without response. What I have to use, ext2fs ? or fusefs Please example with ext2fs but in root:
sysc4ll
  • 7
  • 3
-2
votes
2 answers

CentOS 6.7 fails to start due to changes in /etc/fstab

Apart from the main disk, I used to have another disk attached to the host which is /dev/vdb. In order to mount it automatically, I made changes in the /etc/fstab file. While after I removed /dev/vdb, my CentOS 6.7 fails to start, and always stops…
hailong
  • 1,409
  • 16
  • 19
-2
votes
1 answer

about /etc/fstab and chown

I have mounted /dev/sdb2 to /base in /etc/fstab, like this: /dev/sda1 /base ntfs defaults,user,errors=remount-ro 0 0 then /base like this: -rwxrwxrwx 1 root root 29696 Oct 19 00:11 Mac-OS-Lion(Docky).tar* drwxrwxrwx 1 root root …
nova
  • 11
  • 2
1 2 3 4
5