Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > The Community > The Coffee Lounge
Reload this Page Hello ! :)
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

The Coffee Lounge General chat about anything that goes, a good place to introduce yourself and say hi, tell a Joke, or just relax.

Reply
 
Thread Tools Display Modes
Old 06-22-2008   #41 (permalink)
tulledulle
Just Joined!
 
Join Date: Jun 2008
Location: Copenhagen
Posts: 2
OKay big problem.. the harddrive needs to be connect through an eSATA-150 1external +1 internal low porfile PCI adapter... SO i bought this.. the problem is.. it only has an windows driver.. so im lost here.. is there a way to get an linux driver? and if there is.. will this even work?.. i mean.. oh i dont know.. im so lost..HELP
tulledulle is offline   Reply With Quote
Old 06-22-2008   #42 (permalink)
bigtomrodney
Bigtomrodinator
 
bigtomrodney's Avatar
 
Join Date: Nov 2004
Location: Sunny South-East of Ireland
Posts: 5,144
Have you tried plugging it in? With Linux most drivers are built into the kernel.
__________________
In the land of the blind, the night vision users are laughing at the king

Registered Linux user #378740

New members read here / Forum Rules
bigtomrodney is offline   Reply With Quote
Old 06-22-2008   #43 (permalink)
tulledulle
Just Joined!
 
Join Date: Jun 2008
Location: Copenhagen
Posts: 2
Quote:
Originally Posted by bigtomrodney View Post
Have you tried plugging it in? With Linux most drivers are built into the kernel.
well im kinda worried.. can return it if i do this.. but im willing to give it a try.. do you think it would work? the problem.. is.. can i even install linux on the harddrive when it needs and windows driver to be functional?
tulledulle is offline   Reply With Quote
Old 06-22-2008   #44 (permalink)
Jonathan183
Linux Engineer
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,445
It needs a suitable driver to function, a lot of hardware support is built into the kernel as bigtomrodney said. I suggest you plug the drive in and see if Linux will detect it. The likely outcomes are either the drive will be detected by Linux and will function correctly or it will not be detected and no changes will be made to it.
Jonathan183 is offline   Reply With Quote
Old 06-24-2008   #45 (permalink)
tulledulle
Just Joined!
 
Join Date: Jun 2008
Location: Copenhagen
Posts: 2
Okay, I plugged in the drive and hardware adapter... worked like a charm.. i just removed the windows 200 gb harddrive.. and plugged the new one in.. whit a Fedora install dvd in the disktray.. installed and im writing from the fedora OS right now.. thanks for everything... !

I'm having trouble learning the commands.. LinuxCommand.org: Learn the Linux command line. Write shell scripts., is saying like.. "try cd /usr/X11R6/bin and then pwd too see that you are in the next directory"... this does not work.

[Kristian@localhost ~]$ pwd
/home/Kristian
[Kristian@localhost ~]$ cd /usr/X11R6/bin
bash: cd: /usr/X11R6/bin: No such file or directory
[Kristian@localhost ~]$ pwd
/home/Kristian
[Kristian@localhost ~]$ ls
Desktop Documents Download Music Pictures Public Templates Videos
[Kristian@localhost ~]$ cd /usr/Download
bash: cd: /usr/Download: No such file or directory
[Kristian@localhost ~]$ pwd
/home/Kristian
tulledulle is offline   Reply With Quote
Old 06-24-2008   #46 (permalink)
techieMoe
Super Moderator
 
techieMoe's Avatar
 
Join Date: Aug 2004
Location: Texas
Posts: 8,604
Code:
[Kristian@localhost ~]$ pwd
/home/Kristian
So far so good. Remember, you're in /home/Kristian.

Code:
[Kristian@localhost ~]$ cd /usr/X11R6/bin
bash: cd: /usr/X11R6/bin: No such file or directory
You may not have that directory. Most Linux distributions these days use X.org rather than Xfree86, which is probably what was in use at the time the tutorial was written. Also, remember that Linux is case sensitive, so a directory called x11r6 is different than one called X11R6. If you know the starting letter of the directory you want you can let Linux auto-complete the name by pressing TAB twice.

Code:
[Kristian@localhost ~]$ pwd
/home/Kristian
[Kristian@localhost ~]$ ls
Desktop  Documents  Download  Music  Pictures  Public  Templates  Videos
[Kristian@localhost ~]$ cd /usr/Download
bash: cd: /usr/Download: No such file or directory
[Kristian@localhost ~]$ pwd
/home/Kristian
Why are you putting /usr/ in front of the Download directory? When you do this, you're asking Linux to put you in the /usr/Download directory, not /home/Kristian/Download, which is what you want. All you need to do is say cd Download from inside your current directory.
__________________
Registered Linux user #270181
TechieMoe's Tech Rants
techieMoe is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 07:06 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0