Re: [systemd-devel] shutdown umount order

2013-03-16 Thread Tomasz Torcz
On Sat, Mar 16, 2013 at 04:17:37PM +0400, Ilya Basin wrote: > >> 1) I think the mount dependencies can't be made 100% reliable. systemd > >> should use the combination of them and /proc/mounts, but only as a HINT > >> In my case /proc/mounts contains the right order. > >> 2) Instead of force umount

Re: [systemd-devel] shutdown umount order

2013-03-16 Thread Andrey Borzenkov
В Sat, 16 Mar 2013 16:17:37 +0400 Ilya Basin пишет: > CG> 'Twas brillig, and Ilya Basin at 04/01/13 22:22 did gyre and gimble: > >> Hi list. > >> On shutdown I have > >>Buffer I/O error on device dm-... > >> because the truecrypt disk is unmounted later than the usb disk > >> containing the t

Re: [systemd-devel] shutdown umount order

2013-03-16 Thread Ilya Basin
CG> 'Twas brillig, and Ilya Basin at 04/01/13 22:22 did gyre and gimble: >> Hi list. >> On shutdown I have >>Buffer I/O error on device dm-... >> because the truecrypt disk is unmounted later than the usb disk >> containing the truecrypt image. >> I think this happens, because >> 1) systemd can

Re: [systemd-devel] shutdown umount order

2013-01-07 Thread Lennart Poettering
On Sat, 05.01.13 02:22, Ilya Basin (basini...@gmail.com) wrote: > Hi list. > On shutdown I have >Buffer I/O error on device dm-... > because the truecrypt disk is unmounted later than the usb disk > containing the truecrypt image. > I think this happens, because > 1) systemd can't figure out t

Re: [systemd-devel] shutdown umount order

2013-01-06 Thread Colin Guthrie
'Twas brillig, and Ilya Basin at 04/01/13 22:22 did gyre and gimble: > Hi list. > On shutdown I have >Buffer I/O error on device dm-... > because the truecrypt disk is unmounted later than the usb disk > containing the truecrypt image. > I think this happens, because > 1) systemd can't figure o

Re: [systemd-devel] shutdown umount order

2013-01-05 Thread Ilya Basin
DR> On Sat, Jan 05, 2013 at 02:22:11AM +0400, Ilya Basin wrote: >> Hi list. >> On shutdown I have >>Buffer I/O error on device dm-... >> because the truecrypt disk is unmounted later than the usb disk >> containing the truecrypt image. >> I think this happens, because >> 1) systemd can't figure

Re: [systemd-devel] shutdown umount order

2013-01-04 Thread Dave Reisner
On Sat, Jan 05, 2013 at 02:22:11AM +0400, Ilya Basin wrote: > Hi list. > On shutdown I have >Buffer I/O error on device dm-... > because the truecrypt disk is unmounted later than the usb disk > containing the truecrypt image. > I think this happens, because > 1) systemd can't figure out the co

[systemd-devel] shutdown umount order

2013-01-04 Thread Ilya Basin
Hi list. On shutdown I have Buffer I/O error on device dm-... because the truecrypt disk is unmounted later than the usb disk containing the truecrypt image. I think this happens, because 1) systemd can't figure out the correct mount dependencies 2) umount is called with the force flag -