Results 1 to 3 of 3
hello, Ive tried mount /dev/hda3 /mnt/gentoo, it says mount: only root can do that
when i try passwd it says (current) UNIX password: I type root password used during install ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-14-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 1
hello, Ive tried mount /dev/hda3 /mnt/gentoo, it says mount: only root can do that
when i try passwd it says (current) UNIX password: I type root password used during install and it reports passwd: Authentication token manipulation error
any ideas what to try next appreciated
- 04-15-2007 #2Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 522
You need to switch user (su) to root.
try this:
Code:su <type root password used during install>
- 04-16-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 3
the command you are running, "passwd", is to change the password used by the user you are logged in as. It fails because the command is trying to set your password, but you are typing in the password of the root user. See "man passwd"
If you fail to be able to run the "su" command, add yourself to the wheel group to give yourself permission:
switch to fresh terminal with ctrl-alt-f2
login as root
gpasswd -a YOUR_USERNAME wheel


Reply With Quote
