Re: Permission denied during rpm installation

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

 



This doesn't answer your question ("What went wrong?"), but when I
wanted access to my NTFS, I found the following at
http://www.fedorafaq.org/#ntfs

$ wget http://www.fedorafaq.org/samples/yum.conf
$ sudo mv /etc/yum.conf /etc/yum.conf.orig
$ sudo cp -i yum.conf /etc
$ sudo rpm -Uvh http://www.fedorafaq.org/yum
http://rpm.livna.org/livna-release-5.rpm
$ sudo yum install kmod-ntfs

Once I did that, I was able to

$ sudo mount -t ntfs -oro,uid=1000,gid=1000 /dev/hda1 /c

Oh yeah, if you don't have "sudo" set up on your system, you can
change all of the commands that read:

   sudo this that

to read

   su -c "this that"

--wpd


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux