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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
01-09-2003, 09:39 PM
|
#16
|
LQ Guru
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700
Rep:
|
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.
|
|
|
01-10-2003, 06:59 PM
|
#17
|
LQ Newbie
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16
Original Poster
Rep:
|
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!
|
|
|
01-10-2003, 07:07 PM
|
#18
|
LQ Guru
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
01-11-2003, 07:54 AM
|
#19
|
LQ Newbie
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16
Original Poster
Rep:
|
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,
|
|
|
01-11-2003, 08:42 AM
|
#20
|
LQ Newbie
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16
Original Poster
Rep:
|
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? -.-
|
|
|
01-11-2003, 05:51 PM
|
#21
|
LQ Guru
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
01-11-2003, 06:01 PM
|
#22
|
LQ Newbie
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16
Original Poster
Rep:
|
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!))
|
|
|
01-11-2003, 06:10 PM
|
#23
|
LQ Newbie
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16
Original Poster
Rep:
|
So to fix this would I do something like chmod g+rwx /dev?
|
|
|
01-11-2003, 06:52 PM
|
#24
|
LQ Newbie
Registered: Dec 2002
Location: Pining for Colorado
Distribution: RedHat 8.0! Whoot!
Posts: 16
Original Poster
Rep:
|
Never mind! I got it!! Soooo no assistance needed- thanks much so far- and this thread is (FINALLY) officially closed!
|
|
|
03-04-2003, 11:22 PM
|
#25
|
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
|
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?
|
|
|
03-05-2003, 08:34 AM
|
#26
|
LQ Guru
Registered: Aug 2001
Location: London, UK
Distribution: Slackware
Posts: 5,700
Rep:
|
It should be:
/sbin/modprobe aic7xxx.o
Also, when in doubt, just start a new thread on stuff like this...
Cheers,
Finegan
|
|
|
All times are GMT -5. The time now is 12:07 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|