The system is an old PC used for testing and evaluation
antiX-13-full (original non-beta ISO) installed to internal hard disk.
Drives
Code: Select all
cat /proc/partitions
major minor #blocks name
8 0 40146624 sda
8 1 5120000 sda1
8 2 5120000 sda2
11 0 1048575 sr0
11 1 1048575 sr1
2 0 4 fd0
Code: Select all
blkid -o list
device fs_type label mount point UUID
-------------------------------------------------------------------------------
/dev/sda1 ext4 SYSTEM / 86bab6c0-738d-4a7f-8461-cb7c10053adf
/dev/sda2 ext4 HOME /home 2f7d67c8-a67d-4468-9c41-7f97dc1dde41
wheezy main contrib non-free
wheezy/updates main contrib non-free
antiX/debs testing main
Yesterday, (June 12 2013) the system was updated/upgraded for the first time since installation.
Symptom 1
The following error messages are now obtained during the text phase of bootup
Code: Select all
...
[mntent]: line 10 in /etc/fstab is bad
[mntent]: line 11 in /etc/fstab is bad
...
Code: Select all
cat /etc/fstab
# Pluggable devices are handled by uDev, they are not in fstab
UUID=86bab6c0-738d-4a7f-8461-cb7c10053adf / auto defaults,noatime 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
UUID=2f7d67c8-a67d-4468-9c41-7f97dc1dde41 /home auto defaults,noatime 1 2
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/cdrom1 /media/cdrom1 udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr1 /media/cdrom1 udf,iso9660 noauto,users,exec,ro 0 0
0 0
0 0
# Added by antiX
/dev/sda1 /media/sda1 ext4 noauto,exec,relatime,users 0 0
# Added by antiX
/dev/sda2 /home ext4 noauto,exec,relatime 0 0
# Added by antiX
/dev/cdrom /media/cdrom iso9660 noauto,exec,users,ro 0 0
# Added by antiX
/dev/cdrom1 /media/cdrom1 iso9660 noauto,exec,users,ro 0 0
# Added by antiX
/dev/dvd1 /media/dvd1 udf noauto,exec,users,ro 0 0
# Added by antiX
/dev/sr0 /media/sr0 auto noauto,exec,users,ro 0 0
# Added by antiX
/dev/sr1 /media/sr1 auto noauto,exec,users,ro 0 0
# Added by antiX
/dev/cdrw /media/cdrw iso9660 noauto,exec,users,rw 0 0
# Added by antiX
/dev/fd0 /media/fd0 auto noauto,exec,users,rw 0 0
Code: Select all
ls -1 /media
cdrom
cdrom1
cdrw
dvd1
fd0
sda1
sda2
sr0
sr1
USB sticks have reverted to mounting as the generic sdb1 rather than using the file system label (as reported in post29499.html?hilit=Scenario#p29499).
Code: Select all
blkid -o list
device fs_type label mount point UUID
-------------------------------------------------------------------------------
/dev/sda1 ext4 SYSTEM / 86bab6c0-738d-4a7f-8461-cb7c10053adf
/dev/sda2 ext4 HOME /home 2f7d67c8-a67d-4468-9c41-7f97dc1dde41
/dev/sdb1 ext4 USB-RED /media/sdb1 de1839f4-e552-478d-9039-87d8130c16dd
In ROX-Filer
- sda1 (/) is not shown as mounted (missing green dot)
- sda2 (/home)has neither a grey or green dot