LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 07-30-2003, 12:05 AM   #16
vegasect
LQ Newbie
 
Registered: Jul 2003
Posts: 16

Rep: Reputation: 0

hey i am having similar problems... I cant find the correct mount point for my partition, I am using redhat 6.0... if anyone can helpme it would be much appreciated.
 
Old 07-30-2003, 12:24 AM   #17
koyi
Member
 
Registered: Jul 2003
Location: Osaka, Japan
Distribution: Arch, Ubuntu
Posts: 421

Rep: Reputation: 31
What do you mean you cant find the correct mount point for your partition? You mean you dont see /mnt/Download or there is no entry for your partition in /etc/fstab?
 
Old 07-30-2003, 12:58 AM   #18
vegasect
LQ Newbie
 
Registered: Jul 2003
Posts: 16

Rep: Reputation: 0
i am in the intial installation of red hat from a cd my teacher gave me, with no other os on the pc... I am using disk druid and when i insert a mount point one of two things happens. 1) It says this one can only be used on teh root or somehting similar
2) It accepts it but when i go to continue it says you need to insert a root "/" partition to a linux native partition(ext2) for the install to continue
.... help me please....
-stephen

Last edited by vegasect; 07-30-2003 at 01:08 AM.
 
Old 07-30-2003, 01:26 AM   #19
koyi
Member
 
Registered: Jul 2003
Location: Osaka, Japan
Distribution: Arch, Ubuntu
Posts: 421

Rep: Reputation: 31
I don't understand what this means.

Quote:
It says this one can only be used on teh root or somehting similar
For the second one:

Quote:
It accepts it but when i go to continue it says you need to insert a root "/" partition to a linux native partition(ext2) for the install to continue
Ya, just as it tells, you need a partition with the mount point "/". Perhaps you should read some documents regarding Installation.

This link is taken from the Link section of Linuxquestion.org. It may help. Read especially the "Partitioning" part. Or you may do a search for linux installing guides with google or within this forum.
 
Old 07-30-2003, 01:31 AM   #20
vegasect
LQ Newbie
 
Registered: Jul 2003
Posts: 16

Rep: Reputation: 0
"this one", is talking about the mount point I PUT in
 
Old 07-30-2003, 01:52 AM   #21
vegasect
LQ Newbie
 
Registered: Jul 2003
Posts: 16

Rep: Reputation: 0
I s it a possibility that my harddrive is too large for linux?
I am working with 80gb .
 
Old 07-30-2003, 02:04 AM   #22
koyi
Member
 
Registered: Jul 2003
Location: Osaka, Japan
Distribution: Arch, Ubuntu
Posts: 421

Rep: Reputation: 31
Quote:
I s it a possibility that my harddrive is too large for linux?
I am working with 80gb .
I don't think that is the problem. Which version of Redhat are you using?

I think you should have at least these partition to install:

"/" : formatted in either ext2 or ext3
"swap" : formatted as swap partition.
 
Old 07-30-2003, 02:12 AM   #23
vegasect
LQ Newbie
 
Registered: Jul 2003
Posts: 16

Rep: Reputation: 0
6.0 is my version, lol, baically what should this mount point look like in its fullness, which ones do i need?

Last edited by vegasect; 07-30-2003 at 02:14 AM.
 
Old 07-30-2003, 02:14 AM   #24
koyi
Member
 
Registered: Jul 2003
Location: Osaka, Japan
Distribution: Arch, Ubuntu
Posts: 421

Rep: Reputation: 31
wow, that s pretty old. I started to use redhat since 7.3 so I am not sure how the disk druid in 6.0 looks like. But have you tried creating the two partitions I mentioned just now?
 
Old 07-30-2003, 02:17 AM   #25
vegasect
LQ Newbie
 
Registered: Jul 2003
Posts: 16

Rep: Reputation: 0
iam not sure what you mean , in ext 2 and 3 i am totally new to the intalling of red hat
 
Old 07-30-2003, 02:30 AM   #26
koyi
Member
 
Registered: Jul 2003
Location: Osaka, Japan
Distribution: Arch, Ubuntu
Posts: 421

Rep: Reputation: 31
actually I myself is kinda a newbie, too. Sorry for my poor explanation but let me try it again.

First, on the partitioning screen. You should be able to create new partitions. Since you said that you are installing it into a machine with no other OS's I suppose you have a blank HD with no partitions on it. Try create a new partition. When it asks you about the mount point, choose or type "/" without the quotation marks. Then choose "ext2" for its filesystem type. ( ext2 is something similar to FAT in windows )

Then, create another new partition with the mount point "swap". The filesystem should be "swap", too. The size of this partition is said to be optimum when it is once or twice the size of your physical memory (RAM).

This is what I can say but if you still do not get it. We will need somebody who knows better about Redhat 6.0. Or you may think of getting Redhat 8.0 or 9.0 instead coz they are comparatively easier to install. Or you may consider creating a new thread instead of continuing posting here.
 
Old 07-30-2003, 02:34 AM   #27
vegasect
LQ Newbie
 
Registered: Jul 2003
Posts: 16

Rep: Reputation: 0
thanks for help i appreciate it bunches. I know I wanted to buy the new version but i just spent all my momney on my computer and I dont have the means of d/l it . God Bless
 
Old 07-30-2003, 07:30 AM   #28
the_anti_pat
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 8.0 (Debian soon)
Posts: 21

Rep: Reputation: 15
I've got an ntfs partition mounted at /mnt/windows but I'm sure I've tried it without any ntfs systems mounted. I think it mounted before with vfat oddly enough although it is ntfs! Is there a 'chmod' step in there somewhere?

just tried...:-

"[root@localhost alistair]# mkdir /mnt/h
[root@localhost alistair]# mount -t vfat /dev/hda2 /mnt/h
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)"
 
Old 07-30-2003, 09:54 AM   #29
vegasect
LQ Newbie
 
Registered: Jul 2003
Posts: 16

Rep: Reputation: 0
yeh thanks for the help pat , It is creating on the ex2 filesystem on the /dev/hda5 , and has been for a while... and I am hoping the rest will work out fine.
-Stephen

Last edited by vegasect; 07-30-2003 at 10:25 AM.
 
Old 07-30-2003, 02:32 PM   #30
the_anti_pat
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 8.0 (Debian soon)
Posts: 21

Rep: Reputation: 15
wine and windows

I was thinking about something, If I was to change ~/.wine/c to a link to my hda1 (windowsxp) mount point /mnt/windows would I be able to run wine as an emulator based on my windows partition which has damaged boot records and thus can't boot indipendently? I'm not sure If my terminoligy is correct of even if the concept is plausible but what I'm really asking is if it's possible to run wine so it is based on my windows mount point and thus if i try to exicute a .exe with wine it relies on the complete infrastructure of my windows partition rather than the fake windows drive! Also are there dangers involved in this idea?

Another issue I have is with hda2 hda is a 80GB Western Digital Caviar split into 2 40GB partitions: My winxp partition and an ntfs based file dump of avi files and backups of programs and linux distrobutions. "mkdir /mnt/windows" > "mount -t ntfs /dev/hda1 /mnt/windows" and fstab modifications worked fine for my winxp partition so I tried:-

"mkdir /mnt/ntfs_file_dump"
"mount -t ntfs (also tried vfat) /dev/hda2 /mnt/ntfs_file_dump"

but I get the error:-

"mount: wrong fs type, bad option, bad superblock on /dev/hda2,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)"

I've tried this with smaller mount point directory names and it doesn't work. When it says 'extended partition' does it mean a partition on another HDD, in which case why did hda1 have no problems? I've been using linux for less than a week so be gentle!
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mounting ntfs partition Gentleman_finn Linux - Newbie 14 07-25-2005 03:45 PM
ntfs partition mounting as rw ktekosi Slackware 4 06-07-2005 08:43 PM
mounting my NTFS partition. Amsterdam Fedora 16 08-30-2004 11:48 AM
mounting an NTFS partition greythorne Slackware 1 06-02-2004 01:02 AM
Mounting NTFS partition dark_light Linux - General 4 09-20-2002 11:39 PM

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

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