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.
Distribution: Red Hat 9.0 - Suse 8.0 - Slackware 7.0 - Fedora Core 2 test 3
Posts: 133
Rep:
making vfat visible in red hat
when i installed slackware 9 there is an option if i want to make my vfat visible in my linux system, just want to ask if there is this option too in red hat? i have my mp3s and videos in one of my partitions which is a vfat system????
First, you create a mount point for your windows system. Something like 'mkdir /mnt/windows' to create the mount point (issue the command without quotes). You may have to be root to do that.
Then, edit /etc/fstab to include a line like '/dev/hda1 /mnt/windows vfat user 0 0' (also without quotes). Save the file, then issue the command 'mount /dev/hda1' or 'mount /dev/hda1 /mnt/windows' to mount the windows partition to the mount point. Use your file manager to open the folder just like any other. In this example, hda1 is the first partition on the master which contains windows. Edit to reflect the partition number on your system.
Then Slack should be able to show you all four, and what they're called. Add a line for each partition in /etc/fstab. You will probably also need a mount point for each: /mnt/win1, /mnt/win2, etc. I don't know what kind of info utilities Slack uses, but there ought to be one which will show you all partitions it detected during installation, and what designations Slack gave to each one.
Note: you time to boot up will increase dramatically because of the time it takes to boot the additional partitions.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.