LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-06-2005, 02:20 AM   #1
JoaoSobrinho
LQ Newbie
 
Registered: May 2004
Location: Portugal
Posts: 20

Rep: Reputation: 0
Access windows partition from SuSE 9.2 Pro


Hello,

i recently installed on my laptop SuSE Linux 9.2 Pro, but i can't access to my windows partitions from Linux... too bad because i have all my stuff in there... i previously had SuSE 9.1 and this was availiable from the beginning... anyone can tell me how can i do it ?


tkz!


btw: it is an Acer TravelMate 291 LCi
 
Old 01-06-2005, 03:25 AM   #2
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
It might just be that the partition needs mounting. Try
Code:
mount /media/win_c
(replace /media/win_c/ with whichever directory you expect to contain your Windows partition).

YaST will let you set this up via the partitions icon in the hardware tab (I think that's where it is).

Alternatively, edit /etc/fstab and add the windows partition in the same format as the other lines. Typing this in a console will explain the format:
Code:
man fstab
 
Old 01-06-2005, 04:44 AM   #3
BBB
Member
 
Registered: Aug 2004
Location: sweden
Distribution: Slackware 10.2 and Win2k
Posts: 127

Rep: Reputation: 15
cd /
mkdir /mnt/c
mount /dev/hda1 /mnt/c

replace hda1 with hdXY
where X is the HD number/letter
If your Windows partiton is on the first HD then it should be
hdaY, if its on the second HD then it should be hdbY .
Y is the partition number, if you only have a large C:
then it should be hdX1 .

If it doesn't work try /dev/hdb1 or /dev/hda3 et.c.
My D-partition is /dev/hdb5, other have /dev/hdc3 et.c.
Mess around and try different values.
 
Old 01-07-2005, 04:25 AM   #4
JoaoSobrinho
LQ Newbie
 
Registered: May 2004
Location: Portugal
Posts: 20

Original Poster
Rep: Reputation: 0
thanks you both.

now i got another problem... i can acess internet by my Wireless Card (Intel Wireless 2100) whitch comes with the laptop. but i can access into the network of my University (see other computers) ...


and another thing... can i make a file that run a line of code, like .bat in windows ?


PS: sorry any mistake on my language, but my english is not really good....
 
Old 01-17-2005, 01:53 PM   #5
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
Quote:
Originally posted by JoaoSobrinho
now i got another problem... i can acess internet by my Wireless Card (Intel Wireless 2100) whitch comes with the laptop. but i can access into the network of my University (see other computers) ... [/b]
Which one doesn't work?

Quote:
and another thing... can i make a file that run a line of code, like .bat in windows ?
Yes; it's called a shell script.
Create the file with the first line as
Code:
#!/bin/bash
Then type the commands into the file exactly as you would at a command prompt.

Save the file, say to script.sh, then make it executable using
Code:
chmod a+rx script.sh
Then you can run the file just like any other command. NB: you will need to specify ./script.sh if the current working directory isn't in your PATH.
 
Old 01-19-2005, 01:16 PM   #6
JoaoSobrinho
LQ Newbie
 
Registered: May 2004
Location: Portugal
Posts: 20

Original Poster
Rep: Reputation: 0
the one witch doesn't work is the wireless one.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Access windows partition from SuSE 9.2 Pro mforlingieri SUSE / openSUSE 14 03-06-2005 09:20 PM
Samba: Windows XP Pro access to Linux box bramadams Slackware 7 02-05-2005 09:25 AM
How can I access files in my Windows 98 partition from my Linux partition, /w BASH? Fabyfakid Linux - Newbie 4 09-17-2004 11:05 PM
Cannot access Windows XP pro Machine fatfitz Red Hat 2 05-14-2004 06:46 AM
access denied in Windows XP Pro q31 Linux - Software 8 03-09-2004 08:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:20 PM.

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