Welcome to the Linux Foundation Forum!
fstab
NYCJacob
Posts: 19
when I modify fstab to mount a loop filesystem my system always fails to reboot properly and goes into emergency mode. I then remove the line and can reboot normally. In researching fstab everything I read says the last it for pass order should be 0 1 or 2 but in the materials 3 is used. Is 3 something special for loop filesystems? I do not find anything on using 3 in that field.
0
Comments
-
I checked the journalctl file and it can't find the imagefile. I think it is getting deleted because it is in the tmp directory. Am I the only one who has experienced this?0
-
This is how I test-mounted a read-only disc image permanently using the '/etc/fstab' file. I had trouble too getting it to mount on reboot, until I specified the correct filesystem , 'iso9660'. Using the 'file' command on a file will tell you the precise type it is.
Example:$ file /media/hdd/downloads/posix/CentOS/CentOS-7-x86_64-LiveGNOME-1503.iso /media/hdd/downloads/posix/CentOS/CentOS-7-x86_64-LiveGNOME-1503.iso: DOS/MBR boot sector ISO 9660 CD-ROM filesystem data 'CentOS-7-live-GNOME-x86_64' (bootable); partition 2 : ID=0xef, start-CHS (0x3ff,254,63), end-CHS (0x3ff,254,63), startsector 172, 10324 sectors
I had success mounting a loop device in the '/etc/fstab' file using this entry line:# test example of mounting a loop device at boot /media/hdd/downloads/posix/CentOS/CentOS-7-x86_64-LiveGNOME-1503.iso /mnt/test iso9660 loop,auto 0 0
Reboot and verify:$ mount | grep CentOS /media/hdd/downloads/posix/CentOS/CentOS-7-x86_64-LiveGNOME-1503.iso on /mnt/test type iso9660 (ro,relatime) $ sudo blkid | grep loop /dev/loop0: UUID="2015-03-31-10-40-42-00" LABEL="CentOS-7-live-GNOME-x86_64" TYPE="iso9660" PTUUID="5bdad414" PTTYPE="dos"
I didn't need to specify 'ro' for this mount because the .iso image was created as 'ro'.
Make sure you use the correct space or tab delimiters between fields in your '/etc/fstab' file as well.
In the example I gave, the '/media/hdd' directory is actually the mountpoint for a 2nd hard drive on which the .iso image I am mounting as a loop device is located. So it was important its mount line in '/etc/fstab' precedes the loop device mount line. The man page on 'fstab' mentions this.0 -
NYCJacob wrote:when I modify fstab to mount a loop filesystem my system always fails to reboot properly and goes into emergency mode. I then remove the line and can reboot normally. In researching fstab everything I read says the last it for pass order should be 0 1 or 2 but in the materials 3 is used. Is 3 something special for loop filesystems? I do not find anything on using 3 in that field.
Hi NYCJacob,
1) Please specify the Lab# you are working on.
2) What's the line you are adding to /etc/fstab?
3) What's the specific error you are getting on the boot?
Thanks,
Luis.0 -
1) if you are on an Ubuntu system, /tmp is erased on every boot. Some other distros will do that as well, others use "tmpwatch" and erase after 10 days (by default). So don't put anything in /tmp you want to keep for a long time, or even across a reboot if your distro does this.
2) The second number in the "dump" field in fstab is the "pass_no" for filesystem checks. You are right that most Linux documentation mentions only 0, 1, 2. However, 3 means do after 3, 4 means do after 3 etc. This is an old UNIX thing and I'm not 100 percent sure that Linux does this (FreeBSD definitely does so) but some authors seem to say yes.
It's a rather obscure point and the text should not just dump it in there on dump
Try using "0" which means don't check at all.
The order your filesystems get loaded in matters. If you are trying to load a
loop file you must load the filesystem it is on first for example. Thus the order
of entries in fstab matters as the system reads the file.
I don't know if this solves your problems, but try.0 -
I know this is responding to an old thread, but if you modify your fstab, and there are significant errors, the system may fail to boot. Your errors can include changing the order of parameters in the fstab line, wrong UID #, or similar... Whenever altering the fstab, it's a good idea to make a backup file (i.e.: fstab.old) so that you can return it to its previously stable setting from within an emergency mode session...0
-
yes, true, backup any significant system file when messing with it, including /etc/fstab. It is equally important to understand how to deal with it when the boot fails. We don't really cover this until the end of the course unfortunately so students have to have the spirit of working through it.
In this case, when it fails, I usually do the following:
1) supply the root password as you are prompted for usually
2) mount -o remount,rw / #(so you can alter /etc/fstab)
3) edit /etc/fstab to fix the problem, or just comment out the change say
4) either just reboot, or type telinit 5 etc, something that tries to go forward, reboot is simpler (type reboot)
and hope for the best.
0
Categories
- All Categories
- 167 LFX Mentorship
- 219 LFX Mentorship: Linux Kernel
- 795 Linux Foundation IT Professional Programs
- 355 Cloud Engineer IT Professional Program
- 179 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 127 Cloud Native Developer IT Professional Program
- 112 Express Training Courses
- 112 Express Courses - Discussion Forum
- 6.2K Training Courses
- 48 LFC110 Class Forum - Discontinued
- 17 LFC131 Class Forum
- 35 LFD102 Class Forum
- 227 LFD103 Class Forum
- 14 LFD110 Class Forum
- 39 LFD121 Class Forum
- 15 LFD133 Class Forum
- 7 LFD134 Class Forum
- 17 LFD137 Class Forum
- 63 LFD201 Class Forum
- 3 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 1 LFD233 Class Forum
- 2 LFD237 Class Forum
- 23 LFD254 Class Forum
- 649 LFD259 Class Forum
- 109 LFD272 Class Forum
- 3 LFD272-JP クラス フォーラム
- 10 LFD273 Class Forum
- 152 LFS101 Class Forum
- 1 LFS111 Class Forum
- 1 LFS112 Class Forum
- 1 LFS116 Class Forum
- 1 LFS118 Class Forum
- LFS120 Class Forum
- 7 LFS142 Class Forum
- 7 LFS144 Class Forum
- 3 LFS145 Class Forum
- 1 LFS146 Class Forum
- 3 LFS147 Class Forum
- 1 LFS148 Class Forum
- 15 LFS151 Class Forum
- 1 LFS157 Class Forum
- 33 LFS158 Class Forum
- 8 LFS162 Class Forum
- 1 LFS166 Class Forum
- 1 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 1 LFS178 Class Forum
- 1 LFS180 Class Forum
- 1 LFS182 Class Forum
- 1 LFS183 Class Forum
- 29 LFS200 Class Forum
- 736 LFS201 Class Forum - Discontinued
- 2 LFS201-JP クラス フォーラム
- 14 LFS203 Class Forum
- 102 LFS207 Class Forum
- 1 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 301 LFS211 Class Forum
- 55 LFS216 Class Forum
- 48 LFS241 Class Forum
- 42 LFS242 Class Forum
- 37 LFS243 Class Forum
- 15 LFS244 Class Forum
- LFS245 Class Forum
- LFS246 Class Forum
- 50 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 154 LFS253 Class Forum
- LFS254 Class Forum
- LFS255 Class Forum
- 5 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.3K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 111 LFS260 Class Forum
- 159 LFS261 Class Forum
- 41 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 20 LFS267 Class Forum
- 24 LFS268 Class Forum
- 29 LFS269 Class Forum
- 1 LFS270 Class Forum
- 199 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS274 Class Forum
- 3 LFS281 Class Forum
- LFW111 Class Forum
- 260 LFW211 Class Forum
- 182 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 782 Hardware
- 198 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 83 Storage
- 743 Linux Distributions
- 80 Debian
- 67 Fedora
- 15 Linux Mint
- 13 Mageia
- 23 openSUSE
- 143 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 348 Ubuntu
- 461 Linux System Administration
- 39 Cloud Computing
- 70 Command Line/Scripting
- Github systems admin projects
- 90 Linux Security
- 77 Network Management
- 101 System Management
- 46 Web Management
- 64 Mobile Computing
- 17 Android
- 34 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 371 Off Topic
- 114 Introductions
- 174 Small Talk
- 19 Study Material
- 507 Programming and Development
- 285 Kernel Development
- 204 Software Development
- 1.8K Software
- 211 Applications
- 180 Command Line
- 3 Compiling/Installing
- 405 Games
- 309 Installation
- 97 All In Program
- 97 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)