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.
So I've been able to use this little LinNeighborhood app to mount my windows shares, but when i reboot they're no longer mounted. (Wouldn't it be logical just to keep them mounted? I mean usually if you mount something once, you want it to stay mounted, yes?)
So how do i get them to mount all the time so i don't have to go through all this every time I reboot.
To mount and keep the mount you need to do the following.
Open your terminal editor and login as root.
Go to /mnt and create a folder ie. winxp. mkdir winxp
Change dir to /etc
Open fstab with favorite editor .. example 'vi' or 'kate'
add the following line
then save
(if you have more than one drive say d:\ repeat process but change to hda2)
test your work. in terminal go to /mnt/winxp then do a ls
or go to your file manager and /mnt/winxp your window files should show up if the procedure was worked. only thing that can go wrong is the hda? not sure how you set yours up. (Or if you are using fat or fat32 change the ntfs to fat or fats32. ) I did not test this as I have only NTFS partitions.
If all goes well and you have the set up correct the partitions will be mounted when you boot.
the security level can be changed with the uid=?
Originally posted by maxpluto To mount and keep the mount you need to do the following.
Open your terminal editor and login as root.
Go to /mnt and create a folder ie. winxp. mkdir winxp
Change dir to /etc
Open fstab with favorite editor .. example 'vi' or 'kate'
add the following line
then save
(if you have more than one drive say d:\ repeat process but change to hda2)
test your work. in terminal go to /mnt/winxp then do a ls
or go to your file manager and /mnt/winxp your window files should show up if the procedure was worked. only thing that can go wrong is the hda? not sure how you set yours up. (Or if you are using fat or fat32 change the ntfs to fat or fats32. ) I did not test this as I have only NTFS partitions.
If all goes well and you have the set up correct the partitions will be mounted when you boot.
the security level can be changed with the uid=?
Regards
thx a lot, now my fat32 partition is mouting each time a log in, but i have a question, why they always said to me that its read only.. where can i change this???
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.