On 02/07/12 23:00, Roger Leigh wrote: >> >> But: >> >> root@taylor:/mnt/share/childrens computer# umount testaufs >> /sbin/umount.aufs:plink.c:223: proc: No such file or directory >> /sbin/umount.aufs:plink.c:223: proc: No such file or directory > > Try > umount /mnt > ? >
nicholas@taylor:~$ mkdir /tmp/a /tmp/b nicholas@taylor:~$ touch /tmp/a/1 /tmp/b/2 nicholas@taylor:~$ ls /tmp/a /tmp/b /tmp/a: 1 /tmp/b: 2 nicholas@taylor:~$ su Password: root@taylor:/home/nicholas# mount -t aufs -o"br:/tmp/a:/tmp/b=ro" testaufs /mnt root@taylor:/home/nicholas# exit exit nicholas@taylor:~$ mount | tail -n 1 testaufs on /mnt type aufs (rw,relatime,si=4aae90c02f331ace) nicholas@taylor:~$ ls /mnt 1 2 nicholas@taylor:~$ touch /mnt/3 nicholas@taylor:~$ ls /tmp/a /tmp/b /tmp/a: 1 3 /tmp/b: 2 nicholas@taylor:~$ su Password: root@taylor:/home/nicholas# umount /mnt /sbin/umount.aufs:plink.c:223: proc: No such file or directory /sbin/umount.aufs:plink.c:223: proc: No such file or directory root@taylor:/home/nicholas# umount -i /mnt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

