Public bug reported:

Description:    Ubuntu karmic (development branch)
Release:        9.10 (alpha-6 up-to-date)

There are two chrooted environments: /srv/apache and /srv/mysql. I would like 
to mount the volume which already mounted /tmp to these environments, also as 
/tmp (/srv/apache/tmp and /srv/mysql/tmp).
Here is the relevant part of /etc/fstab:

UUID=22304730-ff6f-425e-91b6-ba27ca3d8f8e /tmp            ext3    
noexec,nodev,nosuid        0       2
UUID=22304730-ff6f-425e-91b6-ba27ca3d8f8e /srv/apachetmp            ext3    
noexec,nodev,nosuid        0       2
UUID=22304730-ff6f-425e-91b6-ba27ca3d8f8e /srv/mysql/tmp            ext3    
noexec,nodev,nosuid        0       2

When system is starting, it displays twice it wants to run fsck on a
mounted partition. If I comment out two last lines, the problem has
solved.

I've created two new volumes as tmp partitions for chrooted
environments, now fstab looks like this:

/dev/vg00/mysqltmp /srv/mysql/tmp  ext3    noexec,nodev,nosuid        0       2
/dev/vg00/apachetmp /srv/apache/tmp ext3    noexec,nodev,nosuid        0       2

Then the system is booting, there aren't any fsck or other FS error
report, but volumes doesn't mounted after boot. If I log in and give the
command:

# mount -a

these volumes has been mounted.

Workaround: I put a line to /etc/rc.local:

/bin/mount -a


Thanks:

a.

** Affects: ubuntu
     Importance: Undecided
         Status: New


** Tags: boot partitions

-- 
Partitions/volumes doesn't mounted at boot
https://bugs.launchpad.net/bugs/435690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to