Tagged Questions
0
votes
3answers
151 views
Automatically run kpartx during boot
I'm running Debian Wheezy on an SSD, and in addition I have two 500GB hard disks in Intel software RAID 0 (fakeraid). Both the SSD and the RAID array have GPT partition layouts. I have set up my fstab ...
2
votes
1answer
231 views
Error mounting drive with fstab
I have an small server in my house with an external usb 2TB hard drive:
/dev/sdb1: LABEL="Data" UUID="eedc3098-221d-4800-b8b4-efa4fef23f5f" TYPE="ext4"
I have the next line in /etc/fstab:
...
1
vote
1answer
1k views
Should I run fsck on boot for an amazon ec2 image?
I have an Ubuntu micro instance running on amazon EC2.
Recently after logging in I was alerted:
*** /dev/xvda1 will be checked for errors at next reboot ***
I've rebooted a couple times using init ...
5
votes
2answers
415 views
Why was fsck priority introduced in /etc/fstab?
Inside the /etc/fstab file, in the sixth column, there is a number that corresponds to whether a filesystem should be scanned for errors. Possible values are:
0 - skip
1 - high priority
2 - low ...
-1
votes
1answer
607 views
What is in fsck section in fstab?
I have a basic understanding of fsck utility but what does "fsck" section in /etc/fstab denote? It has values 0, 1, 2 what are these values?
Googling says 0- it wont be checked
1- will ...