You are not logged in.

#1 2011-10-23 10:57:32

gyurman
Member
From: Budapest/Hungary
Registered: 2011-03-22
Posts: 67

[SOLVED] /etc/rc.sysinit mountpoint command not found

Hello,
I have update at now. But I get error:
/etc/rc.sysinit mountpoint: command not found
Why? How can I patch the /etc/rc.sysinit? OR where can i found mountpoint command?

I wait for your fast answer.

Last edited by gyurman (2011-10-23 14:20:50)

Offline

#2 2011-10-23 13:40:00

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: [SOLVED] /etc/rc.sysinit mountpoint command not found

$  whereis mountpoint
mountpoint: /bin/mountpoint /usr/share/man/man1/mountpoint.1.gz
tomas@lappy: ~ $  grep mountpoint /etc/rc.sysinit 
mountpoint -q /proc    || mount -n -t proc proc /proc -o nosuid,noexec,nodev
mountpoint -q /sys     || mount -n -t sysfs sys /sys -o nosuid,noexec,nodev
mountpoint -q /run     || mount -n -t tmpfs run /run -o mode=0755,size=10M,nosuid,nodev
mountpoint -q /dev     || mount -n -t devtmpfs udev /dev -o mode=0755,size=10M,nosuid \
mountpoint -q /dev/pts || mount -n /dev/pts &>/dev/null \
mountpoint -q /dev/shm || mount -n /dev/shm &>/dev/null \
tomas@lappy: ~ $  pacman -Qo mountpoint
/bin/mountpoint is owned by util-linux 2.20.1-1
tomas@lappy: ~ $  

there you have some info to poke around your system;

is /bin hosted in your root partition?

do you have util-linux installed?

Offline

#3 2011-10-23 14:01:51

gyurman
Member
From: Budapest/Hungary
Registered: 2011-03-22
Posts: 67

Re: [SOLVED] /etc/rc.sysinit mountpoint command not found

Thanks. Its working well. I had a util-linux-aes for aes encrypted disk. I hope I will read my old disks.
Thanks again. ;-)

Offline

#4 2011-10-23 14:19:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] /etc/rc.sysinit mountpoint command not found

Please mark the thread as solved.

Offline

Board footer

Powered by FluxBB