On 04/27/2012 01:12 PM, Christoph Vigano wrote:
On 04/27/2012 01:42 PM, Baho Utot wrote:
rc.sysinit call mountpoint but that package soes not exist in a new
install.
what package contains mountpoint?
util-linux contains this program, but if util-linux does seem to be not
installed, something's gone very wrong. What did you try do? Fresh
install of Archlinux?
Greetings,
Christoph
Yes fresh install for x86_64 from the latest iso downloaded a few weeks ago.
I did the following:
root@sitting-bull ~]# pacman -S util-linux
warning: util-linux-2.21.1-2 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (1): util-linux-2.21.1-2
Total Installed Size: 7.38 MiB
Net Upgrade Size: 0.00 MiB
Proceed with installation? [Y/n]
(1/1) checking package
integrity
[################################################] 10
(1/1) loading package
files
[################################################] 10
(1/1) checking for file
conflicts
[################################################] 10
(1/1) checking available disk
space
[################################################] 10
(1/1) upgrading
util-linux
[################################################] 10
[root@sitting-bull ~]# mountpoint
Usage:
mountpoint [-qd] /path/to/directory
mountpoint -x /dev/device
Options:
-q, --quiet quiet mode - don't print anything
-d, --fs-devno print maj:min device number of the filesystem
-x, --devno print maj:min device number of the block device
-h, --help this help
For more information see mountpoint(1).
[root@sitting-bull ~]# mountpoint
Before the reinstall mountpoint was not installed as I searched for it
find / -name mountpoint
and it found nothing
Thanks for your input.