LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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-27-2003, 05:32 AM   #1
trubi
LQ Newbie
 
Registered: Jan 2003
Distribution: RedHat 7.3 (Valhalla)
Posts: 25

Rep: Reputation: 15
I'm new , please help with Linux to winXP !


Hi to all
I've just registered here and I need to tell you that I'm new to linux



So I have a lot of questions but first

I have an XP on the computer I work and when I try to mount it
here is what I get :

[root@.....]# mount /dev/hda1 /dosc
mount: fs type ntfs not supported by kernel
or
[root@.....]# mount -t ntfs /dev/hda1 /dosc
mount: fs type ntfs not supported by kernel

but the manual said that it is suported

So what am I missing ???
 
Old 01-27-2003, 05:51 AM   #2
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Welcome to LQ.org, trubi!

OK, first it's recommended that mounted filesystems are put in the /mnt directory - but it's not strictly necessary. What distribution are you using? Why not go into the 'user cp' section (see the button at top) and enter your distribution.

You have two problems, one big and one small.

The big problem is that unfortunately, Microsoft has never released a specification for the NTFS filesystem. So when we do get your system working with NTFS, it will be read only, not writeable.

The small problem is that your kernel does not support NTFS read only, and needs to be recompiled.

Recommendation:

You're new to linux and recompilation is no mean feat for a newb. It sounds drastic but if you can, reinstall Windows XP under FAT32 instead of NTFS - FAT32 is writeable by Linux. If that's seems like too much trouble and the license stops you doing that (bless 'em) then start reading up on how to recompile your kernel.

Depending on the distribution you installed, there should have been some sort of DOS fs support included ...

Bert
 
Old 01-27-2003, 05:52 AM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
What distro are you running? This will be essential on where to go next. There are a billion answers I could give you, but first, best thing to do is find out what distro.

Cool
 
Old 01-27-2003, 05:58 AM   #4
trubi
LQ Newbie
 
Registered: Jan 2003
Distribution: RedHat 7.3 (Valhalla)
Posts: 25

Original Poster
Rep: Reputation: 15
So I think I understand the problem
because it is the computer where I work
and I haven;t installed anything, that's the guy before me

I tried the Linux(RedHat 7.3) at home and it worked
at home I have the XP on fat32 and the linux found it without any problems.

Thanks for the help Bert
 
Old 01-27-2003, 06:04 AM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Cool, here's the page for you:
http://linux-ntfs.sourceforge.net/info/redhat.html

Follow those instructions and you should be reading from your NTFS drive soon.

Cool
 
Old 01-27-2003, 06:11 AM   #6
trubi
LQ Newbie
 
Registered: Jan 2003
Distribution: RedHat 7.3 (Valhalla)
Posts: 25

Original Poster
Rep: Reputation: 15
Hey MasteC

I haven't read the page you show me but

What will happen with the system if I do something wrong ?

Can there be a big BOOM !!!!

:-)
 
Old 01-27-2003, 06:21 AM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
If you throw in some dinomite (probably spelled that wrong) I'm sure you could get a bang!

Well, honestly I don't know. I don't run RH, and when I compile my own kernel I include the support I need in the kernel. However, I doubt anything bad would happen by following those directions on that page. Many people have had great success with it, and I think it just creates a module anyway.

Cool
 
Old 01-27-2003, 06:36 AM   #8
trubi
LQ Newbie
 
Registered: Jan 2003
Distribution: RedHat 7.3 (Valhalla)
Posts: 25

Original Poster
Rep: Reputation: 15
Thanks for this

I will ask you just one more think !

I read a lot about /etc/rc.d ... stuff
I need to execute a line for example : " ibmgr -start "
and I want it to start every time I run the system.
I put it everywhere (as the most manuals said), even a whole script for this but without resul.


Can you tell me where(in which file) to put such a line

No more quetions for today because otherwise I will become too
disturbing
 
Old 01-27-2003, 07:00 AM   #9
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Quote:
Originally posted by MasterC
If you throw in some dinomite (probably spelled that wrong)
I think that's spelt 'dynamiteee-eeeh'

Bert
 
Old 01-27-2003, 07:09 AM   #10
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Quote:
Can you tell me where(in which file) to put such a line
put it anywhere in /etc/rc.local
 
Old 01-27-2003, 08:27 AM   #11
jamrock
Member
 
Registered: Jan 2003
Location: Kingston, Jamaica
Posts: 444

Rep: Reputation: 41
Quote:
put it anywhere in /etc/rc.local
I just set up openldap on my Redhat machine. I guess putting the startup command in the /etc/rc.local will work for me too.


Where do I put the command to close openldap when the machine is being shut down?
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP!! Tried to install linux (YOPER) with winxp and now winxp is unmountable! buffpandabear Linux - Newbie 2 01-13-2005 06:18 PM
After installing LINUX on a new partition, LINUX boots but WinXP doesn't joelmj Red Hat 5 09-14-2003 11:53 AM
Install linux (mandrake 9.1) over win 98 and still boot linux and winxp(drive E:) BlueTaurus13 Linux - General 12 09-01-2003 08:03 AM
i got RH8 & WinXP installed and properly working by GRUB. how can i reinstall WINXP? kublador Linux - Newbie 4 06-23-2003 12:00 PM
Samba: Linux Not establishing itself on network, WinXP cannot see Linux either shassouneh Linux - Networking 5 07-27-2002 06:28 PM

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

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