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.
I know everybody is going to hate this question but here goes...
I have Slackware installed, and when i installed it asked me how to mount my Windows partitions. Here's the thing:
Can i go into KDE and use Konquerer to just drag the hda5, hdb6 etc into the /mnt folder? Just like I would do in windows?
The reason i want to do this is because when I open the / directory, I have lots of folders showing (all of my mounted windows partitions - 7 or so) along with the linux folders, and it looks confusing to me. I'm a little afraid of just trying it, because I don't completely understand the deal with mount points, and I don't want my stuff to be deleted.
No, you certainly DON'T want to drag and drop them.
You want to unmount them, modify /etc/fstab so they
are located under /mnt rather than in /, and then re-mount
them ... :}
Ok, thanks for the quick answer! I guess I should do this outside of x and kde. And that's fine, I am ok with a command prompt.
Now another question, what would have happened if I had tried it?
Originally posted by linda I have Slackware installed, and when i installed it asked me how to mount my Windows partitions. Here's the thing:
Can i go into KDE and use Konquerer to just drag the hda5, hdb6 etc into the /mnt folder?
If I understan your question correctly, you can't. copying hda5 or any other special file won't give you access to files on it. Mounting operation is needed. What you need to do is to edit /etc/fstab (change tthe second column in lines about Windows partitions) and create the directories (empty).
I dont think anyone will hate the Question, that actually a good question.
I'm not sure about doing it that way, because your mount point are described in /etc/fstab.
Go have a look at it.
To the simplest, mounting only assign a partition to an existing dir.
I have a partition of 500 meg on hda3 which is mounted at /home.
i could create a dir /muff and change my fstab than all my file from /home will be in /muff
and /home will be left empty. Nothing will be deleted, the only way to delete is to ask linux to do so. other wise, the files are somewhere.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.