LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-23-2004, 02:27 PM   #16
kjp_72
Member
 
Registered: Apr 2003
Posts: 43

Original Poster
Rep: Reputation: 15

argh! still having trouble...
I done enter so there is space under and went into root after reboot.

When I try to go in to 2nd HD
mount: mount point /mnt/windows2 does not exist
Please check that the disk is entered correctly.
I get this problem ! any idea why?
 
Old 05-23-2004, 02:34 PM   #17
kjp_72
Member
 
Registered: Apr 2003
Posts: 43

Original Poster
Rep: Reputation: 15
I also read webpage u gave me but it seems to be for Fedora & RedHat and wants some Fedora & RedHat rpm to be installed ?
 
Old 05-23-2004, 02:35 PM   #18
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45


Please do read the errors. They are very descriptive.

/mnt/windows2 does not exist.

Make sure you have the directory /mnt/windows2 created, of which I am sure, you don't.

As I recall it, you had /windows2.

Just change to that and it should work.

As for the link I posted. Just ignore the stuff about installing the RPM for Fedora or RH and start reading from:

mkdir /windows
mount /dev/hda1 /mnt/windows -t ntfs -r -o umask=0222

At the bottom of that page there is a link to the page where automounting is explained.

Sorry about that. I should have given you more info.

Peace! Good luck!

Last edited by marghorp; 05-23-2004 at 02:37 PM.
 
Old 05-23-2004, 02:41 PM   #19
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
This is the line you should have in your fstab file:

/dev/hdb5 /windows2 ntfs ro,umask=0222 0 0

Following by a newline.

Hope you make it work.

However you might want to make it mounted at /mnt/windows2, in which case first create that directory:

mkdir /mnt/windows2

If you mount the partition to one place and want to mount it somewhere else, you have to unmount it first:

umount -a -t ntfs

(this command unmounts all (-a) partitions of type (-t) ntfs)

Last edited by marghorp; 05-23-2004 at 02:43 PM.
 
Old 05-23-2004, 03:00 PM   #20
kjp_72
Member
 
Registered: Apr 2003
Posts: 43

Original Poster
Rep: Reputation: 15
thanks again, I used
mount /dev/hda1 /mnt/windows -t ntfs -r -o umask=0222
and it works in my account without problem and no need to go to root
before, I used one where I had to go to root to allow this to work.
Linux is pretty hard compared to windows I don't want to be offensive or anything but I don't understand these articles where it say it's ready etc etc...
glad there are people who helps newbies though =)
 
Old 05-23-2004, 03:04 PM   #21
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
Just imagine this:

When you were first confronted to a computer it was probably a Windows computer. You have used windows for a couple of years till now probably. After that amount of years of Linux usage, it will be as simple to you as windows. And you will also understand it more, than you think you do windows.

Glad you made it working.
 
Old 05-23-2004, 03:11 PM   #22
kjp_72
Member
 
Registered: Apr 2003
Posts: 43

Original Poster
Rep: Reputation: 15
hmm... that's probably true but I didn't have hardware problem like this. Always hardwares worked etc apart from very very gold Pentium 75mhz computer where I never managed to get CD drive working :/

I tried debitan unstable before which is very unstable. Crashed on installation. Also tried gentoo but I think I did something wrong somewhere and really couldn't figure out what I done wrong.

It seems with linux lots of command learning etc need to be done. Do you know any good sites where I can start to learn basic on linux etc?
 
Old 05-23-2004, 03:27 PM   #23
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
LQ forums for one is a good place to start learning. If you have problems, search the forum and you will probably get results. If that fails, try google. This also goes for tutorials on linux. I don't know the addresses, because I mostly learn from a book or LQ forum.

As for hardware problems. This is not a hardware problem. It would be, if Linux would not recognize your harddisk. Look at it this way. Linux developers are building a bridge to Windows. They make a driver that can read and will eventually be able to write to ntfs. Try reading a Linux partition in windows. Not very likely. I just wish Bill would start building a bridge to Linux, but that is not much likely to happen soon.

For knowledge just try searching google. Or if you want email me with your email, and I cen send you some pdfs on Linux basics.

Peace!
 
Old 05-24-2004, 08:43 AM   #24
drowstar
Member
 
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205

Rep: Reputation: 30
Hi kjp_72,
darn, the only time there is really something to help, I am not around. I am sorry.

As I can see, our fellow linuxquestions people have done a phenomenal job. Thanks marghorp.

Take care,
- drowstar
 
Old 05-25-2004, 03:53 AM   #25
kjp_72
Member
 
Registered: Apr 2003
Posts: 43

Original Poster
Rep: Reputation: 15
no prob drowstar. marghorp has kindly helped me =) i can access my 2nd hard drive and I'm mostly happy with linux now.
 
  


Reply



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
cannot access 2nd hard drive swatward Linux - Hardware 1 08-18-2005 04:30 AM
Mandrake won't let me access 2nd HDD illiniguy3043 Linux - Hardware 8 06-26-2004 09:04 PM
Captive NTFS -- full r/w ntfs access for Linux spurious Linux - Software 6 01-09-2004 12:29 AM
Write access to a 2nd HD (different scenario) griphiam Linux - Hardware 1 10-22-2003 09:44 PM
Reading NTFS 2nd Hard Drive shwabob Linux - Hardware 1 06-09-2003 05:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:26 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