Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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.
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?
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
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.
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?
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.
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
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?)"
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
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:-
"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!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.