bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

after a 'mount --move', there is 2 entries in mount output


From: solsTiCe d'Hiver
Subject: after a 'mount --move', there is 2 entries in mount output
Date: Sun, 17 Dec 2006 22:29:43 +0100
User-agent: KMail/1.9.5

hi. 
here it is:
# mkdir r1 r2
# mount -t tmpfs none r2
# mount --move r2 r1
# mount 
[...]
none on /root/r2 type tmpfs (rw)
/root/r2 on /root/r1 type none (rw)

it seems to me that there is a duplicate entry ? the first one ? and why is 
the type 'none' for the second entry ? 

then
# umount r1
# mount
[...]
none on /root/r2 type tmpfs (rw)

# umount r2
umount: none: not found
umount: /root/r2: not mounted
umount: none: not found
umount: /root/r2: not mounted

i run a 2.6.19.1 kernel on an archlinux current with coreutils 6.6





reply via email to

[Prev in Thread] Current Thread [Next in Thread]