Live Chat & Podcast at 1:00PM Eastern on Sunday!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Linux and Unix
Tag Cloud
access acer asus batch bios bsod computer crash desktop driver drivers error ethernet excel freeze gaming gpu hard drive hardware hdmi internet laptop malware memory modem monitor motherboard network printer problem ram registry router slow software sound trojan ubuntu 11.10 uninstall usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
Solved: FC4 - Need to veiw NTFS Partition

Reply  
Thread Tools
brendandonhu's Avatar
Distinguished Member with 15,988 posts.
 
Join Date: Jul 2002
Location: Ann Arbor, MI
Experience: Advanced
02-Aug-2005, 02:44 PM #16
As root, run visudo to edit the /etc/sudoers file.
Omega_Shadow's Avatar
Senior Member with 4,324 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
02-Aug-2005, 02:56 PM #17
Sorry to sound like a broken record, but how do I do that?

(I am starting to sound like my girlfreind asking me how to do something in windows)
brendandonhu's Avatar
Distinguished Member with 15,988 posts.
 
Join Date: Jul 2002
Location: Ann Arbor, MI
Experience: Advanced
02-Aug-2005, 03:04 PM #18
Login as root.
Run visudo

man sudoers will tell you exactly how you can edit the file.
If you want your user to be able to use mount and umount, you could add
username ALL=/sbin/mount,/sbin/umount

But if I were you , I'd just use "su", so much simpler
__________________
-Brendan
Omega_Shadow's Avatar
Senior Member with 4,324 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
02-Aug-2005, 03:30 PM #19
problem is I CAN'T. I have tried almost every single syntex to the letter you guys have given me. Every time Linux spits out an error along the lines of "I dont like you". Even trying to run visudo, I get NOTHING. I open the run dialog (loged in as root of corse) type in visudo and press enter and nothing happens.
__________________
I'm not here. I am just more likely to be here then not be here. It's physics, I don't expect you to understand.
brendandonhu's Avatar
Distinguished Member with 15,988 posts.
 
Join Date: Jul 2002
Location: Ann Arbor, MI
Experience: Advanced
02-Aug-2005, 03:31 PM #20
You need to run these commands from a terminal, not just the Run Command box if that's what you mean.
Omega_Shadow's Avatar
Senior Member with 4,324 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
02-Aug-2005, 03:47 PM #21
I got a "command not found" error. Thats it, I have had it for today. Tomarow I will start fresh from the begining
brendandonhu's Avatar
Distinguished Member with 15,988 posts.
 
Join Date: Jul 2002
Location: Ann Arbor, MI
Experience: Advanced
02-Aug-2005, 03:54 PM #22
On which command?
Opening a root console then doing /usr/sbin/visudo should work fine.
Omega_Shadow's Avatar
Senior Member with 4,324 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
02-Aug-2005, 04:06 PM #23
....
could have used the "/usr/sbin" part a few post ago

Think of me as a complete n00b, unless you tell me, I realy dont know.
brendandonhu's Avatar
Distinguished Member with 15,988 posts.
 
Join Date: Jul 2002
Location: Ann Arbor, MI
Experience: Advanced
02-Aug-2005, 04:14 PM #24
Actually I forgot it until that last post
Omega_Shadow's Avatar
Senior Member with 4,324 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
02-Aug-2005, 04:33 PM #25
after I open the file and place "Omega_Shadow ALL=/sbin/mount,/sbin/umount" how do I close and save the file?
brendandonhu's Avatar
Distinguished Member with 15,988 posts.
 
Join Date: Jul 2002
Location: Ann Arbor, MI
Experience: Advanced
02-Aug-2005, 06:12 PM #26
I believe its the same as vi

Hit Escape. At the little : prompt, type
wq

That will save and close.

If Escape doesn't get you to the : prompt, hit Ctrl [ instead.
jiml8's Avatar
Senior Member with 2,612 posts.
 
Join Date: Jul 2005
Experience: I've been at this for too long.
02-Aug-2005, 10:35 PM #27
Quote:
Originally Posted by Omega_Shadow
It realy surprizes me how the Linux elite always say something is simple and then leave out all the major details (talking about the FAQ, not you guys)

I cant make a dir in /mnt. I could become root and do it, but If I understand linux security then I would only be able to accsess said folder as root, defeating the perpouse of haveing my windows media partition "easly accessable". I even tried makeing a folder on the desktop and mounting to it. The folder automaticly locks itself after the mount. What is the point of mounting a drive if I cant get to it?
Seems to me you have the security on your system set too high. I have mine configured so that I can create a mountpoint in /mnt as an ordinary user. Whether I can mount a drive as a user depends on how that is set in fstab.

In any case, you can deal with these permission issues using the chmod and chown commands. Do a man on those, and you shall be enlightened, grasshopper!
Omega_Shadow's Avatar
Senior Member with 4,324 posts.
 
Join Date: Aug 2004
Location: Somewhere south of Hell
Experience: Bringing Linux to the Masses
02-Aug-2005, 11:57 PM #28
The security is the defalt security that FC4 is installed with. I would not know even how to begin to change those settings!

People keep talking about "man", is that a command or just short for "Manual", and if it is, where can I get these manuals?
Squashman's Avatar
Trusted Advisor with 18,706 posts.
 
Join Date: Apr 2003
Location: 1265 Lombardi Ave
Experience: Bocks of Rox
03-Aug-2005, 12:02 AM #29
man mount
man su
man .................
jiml8's Avatar
Senior Member with 2,612 posts.
 
Join Date: Jul 2005
Experience: I've been at this for too long.
03-Aug-2005, 01:18 AM #30
man is a shell command. Type in "man cmdname" will give you extensive information (a manual) about the command cmdname if that info is available.

Another similar command is the info command. Not all commands have information in info, but if man doesn't work try info.

To use any *nix (which includes BSD) you need to become familiar with the shell. All modern distros will give you a way to open a shell from a window manager. You need to figure out how to do it in your installation.
Reply

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 01:05 AM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.