Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
09-15-2003, 10:05 AM
|
#1
|
Member
Registered: Feb 2003
Location: Great Britain
Distribution: Fedora 5
Posts: 62
Rep:
|
RH9 Mount Problem
Ok... i have successfully mounted partitions in RH9 before on my desktop. I have now installed RH9 on my laptop, so its dual-boot with XP (FAT32).
I just can't seem to mount my XP partition..
Here is what I did in konsole...
-----------------------------------------------------------------------------------------
[root@localhost root]# fdisk -l
Disk /dev/hda: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 742 4864 33117997+ c Win95 FAT32 (LBA)
/dev/hda2 1 548 4401778+ 83 Linux
/dev/hda3 549 676 1028160 83 Linux
/dev/hda4 677 741 522112+ 5 Extended
/dev/hda5 677 740 514048+ 82 Linux swap
Partition table entries are not in disk order
[root@localhost root]# mount /dev/hda1 /mnt/xp
mount: mount point /mnt/xp does not exist
-----------------------------------------------------------------------------------------
This is how my FSTAB looks...
-----------------------------------------------------------------------------------------
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda5 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hda1 /mnt/xp vfat auto,ro,umask=0222 0 0
-----------------------------------------------------------------------------------------
I have tried a number of combinations for the last part of my /dev/hda1 entry that include: auto,user,umask=0000
One thing I have noticed is that in the fdisk -i command... there is an asterix in the hda1 partition, I'm sure its nothing but u never know! Also... the FAT32 partition appears to have LBA mapping, this normal?
Maybe... I'm just not meant to access anything MS anymore!
|
|
|
09-15-2003, 10:49 AM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
[root@localhost root]# mount /dev/hda1 /mnt/xp
mount: mount point /mnt/xp does not exist
this would tell me that you need to create directory /mnt/xp
mkdir /mnt/xp
mount -t vfat /dev/hda1 /mnt/xp
|
|
|
09-15-2003, 11:06 AM
|
#3
|
Member
Registered: Feb 2003
Location: Great Britain
Distribution: Fedora 5
Posts: 62
Original Poster
Rep:
|
Legend, absolute legend.
God knows how i forgot to do that, cheers dude.
|
|
|
09-15-2003, 11:07 AM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
as for the fstab, i'm not an expert, but something like this should probably work:
/dev/hda1 /mnt/xp vfat defaults 0 0
the asterisk you see is in the fdisk list is in the boot column so i think it just means that the partition is bootable or something...
|
|
|
09-15-2003, 11:29 AM
|
#5
|
Member
Registered: Feb 2003
Location: Great Britain
Distribution: Fedora 5
Posts: 62
Original Poster
Rep:
|
My FSTAB was fine as it was, I just forgot to make the directory, lol.
Cheers anyway.
|
|
|
All times are GMT -5. The time now is 04:16 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|