Package: mount
Version: 2.12r-15
Severity: normal
File: /bin/mount

Hi,

% mkdir dir1
% mkdir dir2
% mount -t tmpfs tmpfs dir1
% grep dir /proc/mounts 
tmpfs /dir1 tmpfs rw 0 0
% mount --move dir1 dir2
% grep dir /proc/mounts      
tmpfs /dir2 tmpfs rw 0 0
% grep dir /etc/mtab 
tmpfs /dir1 tmpfs rw 0 0
/dir1 /dir2 none rw 0 0

as you can see the mtab does contain one obsolete entry and one bind
mount instead of the right one.

MfG
        Goswin

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-frosties
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages mount depends on:
ii  libblkid 1.39+1.40-WIP-2006.11.14+dfsg-1 block device id library
ii  libc6    2.3.6.ds1-9                     GNU C Library: Shared libraries
ii  libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-1 universally unique id library

mount recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to