Comment 9 for bug 1091792

Revision history for this message
Pedro Dias (pedro-dias-77) wrote :

I'm using Xubuntu 12.04.2 LTS with mountall 2.36.4 and I'm affected by this bug too. It is causing the boot to take up a few minutes when before the update to mountall it took about 30 seconds. I worked up a temporary solution by changing fstab to include a line for /tmp as shown below. This resolved the long boot time and returned the boot time to about 30 seconds again.

___________________________________________________________________________________________________________________

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
tmpfs /tmp tmpfs optional,nodev,noexec,nosuid 0 0
# / was on /dev/sda5 during installation
UUID=e1d5a19a-38eb-4764-94fb-aa207425bb05 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=bf18614c-9c65-438f-8d3b-42e05d38dc94 /boot ext4 defaults 0 2
# swap was on /dev/sda2 during installation
UUID=4763d205-0f07-4307-aa84-92a2e08dbd79 none swap sw 0 0

___________________________________________________________________________________________________________________