sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #77971
Re: Disk bliver ikke automatisk umountet ved shutdown ?
> kopieret en af mine DVDere over på den, men da jeg
> bootede igen var alle datafilerne væk og kun
> directoriet var tilbage :-(. Jeg havde tilføjet den
Mystikken breder sig. Det er åbenbart disken der ikke
kan umounte rent. Se bare her:
[root@localhost root]# mount /data2
[root@localhost root]# mkdir /data2/test
[root@localhost root]# touch /data2/test/testfil
[root@localhost root]# ls -lh /data2/test
total 0
-rwxr-xr-x 1 root root 0 Nov 17
20:32 testfil
[root@localhost root]# umount /data2
[root@localhost root]# mount /data2
[root@localhost root]# ls -lh /data2/test
total 0
-rwxr-xr-x 1 root root 0 Nov 17
20:32 testfil
[root@localhost root]#
og som det ses fungerer det fint! Men når jeg så
[root@localhost root]# mount /data2
[root@localhost root]# ls -lh
/data2/Video/dvd/ANASTASIA/
total 0
[root@localhost root]# touch
/data2/Video/dvd/ANASTASIA/testfil
[root@localhost root]# ls -lh
/data2/Video/dvd/ANASTASIA/
total 0
-rwxr-xr-x 1 root root 0 Nov 17
20:35 testfil
[root@localhost root]# umount /data2
[root@localhost root]# mount /data2
[root@localhost root]# ls -lh
/data2/Video/dvd/ANASTASIA/
total 0
[root@localhost root]#
forsvinder filerne igen! Nogen der har et bud ? Kan
der gå råddenskab i en bestemt path ? Eller hvad
foregår der her ? Kan/skal man angive mount-options
der forcer et flush ved umount ?
Mvh
-- Jan Holst
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
Follow ups
References