LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   permission denied (https://www.linuxquestions.org/questions/ubuntu-63/permission-denied-721202/)

DDK2669 04-23-2009 12:33 PM

permission denied
 
hi i recently installed unbuntu 8.10 desktop version i am have permission denied on most commands and im unable to slave my 160 gig internal drive i am VERY new to linux plz help me

repo 04-23-2009 12:35 PM

try to use
Code:

sudo command
Commands for system maintenance can only be executed as root.

DDK2669 04-23-2009 12:47 PM

still wont mount my drive =`(

DDK2669 04-23-2009 12:50 PM

my brother in law got it to do it temporarily by doin like sudo mount disk or sudo mount drive
but its not working for me and i am unable to get ahold of him

repo 04-23-2009 12:52 PM

what command are you using?
Is the drive recognized
what is the output from
Code:

fdisk -
l

DDK2669 04-23-2009 01:00 PM

its recognized but says unable to mount in details it says unprivileged user can not mount NTFS block devices using the external FUSE
library, ethier mount volume as root, or rebuild ntfs-3g with intgrated
FUSE support and make it setuid root. please see more inormation at
http://ntfs-3g.org/support.html#unprivileged

DDK2669 04-23-2009 01:46 PM

none
 
it says i have no permission to do almost anything in the terminal

repo 04-23-2009 01:59 PM

Then you need to use the sudo command

Code:

sudo mount <whatever command you used>
something like

Code:

sudo mount /dev/sda1 /mnt


All times are GMT -5. The time now is 10:43 AM.