LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-09-2003, 09:39 PM   #16
finegan
LQ Guru
 
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72

chmod -R 700 /somewhere

That will make everything read write and exec for the owner of the file... for every single file in the directory /somewhere. Assuming the owner is root, root.

755 might be more what you're looking for that's read, write and execute owner, read and execute everyone else...

Be careful chmod'ing, it can get ugly.

What exactly is it not letting root execute?

Cheers,

Finegan

Last edited by finegan; 01-09-2003 at 09:40 PM.
 
Old 01-10-2003, 06:59 PM   #17
Kit
LQ Newbie
 
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16

Original Poster
Rep: Reputation: 0
That's what I don't get- it was the things I had previously looked at, such as /proc/scsi/scsi 'n' all that rot. Anywhoo- I forgot to mention- iffin I have files on me two SCSIs that I dun wanna loose if I partition 'em- eh- well. To make it short: Is there a way to skip the partitioning?

Sorry for being even more of a pain!
 
Old 01-10-2003, 07:07 PM   #18
finegan
LQ Guru
 
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Yeah just mount the partitions as is... what are they formatted? vfat? ntfs?

mount -t vfat /dev/sda1 /mnt/somewhere

Of course you have to create /mnt/somewhere or name it anything really, its just a mount point.

To figure out what the actual partition is, like /dev/sda1 is the first partition of the first scsi disk, but if its jumpered for a different scsi id, it may be /dev/sdc1 if its 3rd or /dev/sdf if its 6th, dmesg will tell you which is which.

Cheers,

Finegan
 
Old 01-11-2003, 07:54 AM   #19
Kit
LQ Newbie
 
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16

Original Poster
Rep: Reputation: 0
Yay!! I'z got me SCSIs! Thank you very very very very much!! Whoot- you guys are really great on this here forum- you actually -care-.

With much gratitude,
 
Old 01-11-2003, 08:42 AM   #20
Kit
LQ Newbie
 
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16

Original Poster
Rep: Reputation: 0
Except now we have new problems- (Should I open a new thread?)

It seems that I can't login under any of the users, only root. If I try to log in as a user all I get is the blue screen before the backround loads and a mouse, it can move by the by.

I've let it sit for a while hoping it was just reaally slow- and I tried creating a new user to see what was up- but no go.

Whadid I do this time? -.-
 
Old 01-11-2003, 05:51 PM   #21
finegan
LQ Guru
 
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Earlier, when you asked about chmod, did you change the file permissions on anything? If so, what were they offhand? Also, can you log in from a ttty as a user: hit ctrl+alt+F2 after logging in as root. You can switch back to X with ctrl+alt+F7.

Cheers,

Finegan
 
Old 01-11-2003, 06:01 PM   #22
Kit
LQ Newbie
 
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16

Original Poster
Rep: Reputation: 0
Hmmm...it appears that /dev/null is giving the users a bunch of permission deniednesses- perhaps I chmoded the /dev folder and didn't notice? I'll just go in a check the user allowing stuffness.

((Wow! I love the little change to change back thing!))
 
Old 01-11-2003, 06:10 PM   #23
Kit
LQ Newbie
 
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16

Original Poster
Rep: Reputation: 0
So to fix this would I do something like chmod g+rwx /dev?
 
Old 01-11-2003, 06:52 PM   #24
Kit
LQ Newbie
 
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16

Original Poster
Rep: Reputation: 0
Never mind! I got it!! Soooo no assistance needed- thanks much so far- and this thread is (FINALLY) officially closed!
 
Old 03-04-2003, 11:22 PM   #25
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
my lspci tells me i have an Adaptec AHA-7850 (rev 3.) but i'm not sure how to go about inserting it's module, how do i do that?
 
Old 03-05-2003, 08:34 AM   #26
finegan
LQ Guru
 
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
It should be:

/sbin/modprobe aic7xxx.o

Also, when in doubt, just start a new thread on stuff like this...

Cheers,

Finegan
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dude, where's my internet? daynah Linux - Networking 3 11-30-2005 09:15 PM
Rock On Dude lastkidpicked LinuxQuestions.org Member Intro 2 09-26-2003 09:32 PM
New dude on the block.. fmfnavydoc LinuxQuestions.org Member Intro 2 09-03-2003 10:16 AM
New dude and need info Evil Penguin Linux - Newbie 5 05-25-2003 06:28 AM
RedHat Dude! jimval7 Linux - Distributions 1 02-22-2002 12:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration