Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
Hello all,
I have divided my HD into two partitions, one for win98(say C) and the other for linux. I didn't mount the C drive while installing linux. How can I mount it now?
umask=000 will mask privileges, so that any user can do anything with the files. -> Have a look at the man-page for chmod for other masking options. (works the same way as chmod xxxx would.)
Hello, I have set the etc/fstab according to the instrument to make the system auto-mount the "c" drive.
I wonder how to auto-mount the "C" drive while some users, who belongs to a special group, login the system. (i.e. Except for some users in a special group, I don't want any other users access the "C" drive which contains win98);
edit the line in fstab to ... user,noauto,....
now you can mount the drive using mount /my/mountpoint
You probably want to write a login script for those people that you want the C-Drive to see:
I think you do this by just adding a file called .login to the users home-dir. This will be executed on login.
add the line
mount /my/mountpoint
thats it.
If you don't want anybody else from mounting drives, set the access privileges to /bin/mount accordingly.
Hello all, I had the exact same question with a twist. If I ALSO have a FAT32 25GB partition on hda6 that I want to share between my Linux and Win98 OS's do I mount it the same way? I will be using this partition as a backup area and need the files available regardless of how I boot.
This system will be a router/gateway to my cable modem, but I want to retain Win98 so I can play games on my LAN with the other systems.
Cheers,
Michael
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.