SlackwareThis Forum is for the discussion of Slackware Linux.
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.
Hey everyone. Wow, I just installed slack after trying almost every other distro and all I have to say is that I LOVE IT! It's so good and everything works better than any other system I've tried. The only question I have is that I created a normal user account with the adduser command. However, if I mount my NTFS drive, I can't view it as this user, only as root, it says permission denied. How do I change that so that I am an administrator? Also how do I set GDM to start when the PC boots up instead of the text based installed? Thanks so much.
You could always do sudo su and then mount the partition. or change /etc/fstab- search here and you'll find a recent thread that eyplains how to set that up. To boot to a graphical login you need to edit /etc/inittab. Edit the line that says:
id:3:initdefault: change the 3 to 4
However this is not a good idea unless you have a rescue flopy handy. If you have problems in X, using runlevel 4 will leave you in a loop where you may not even be able to logout and sutdown in which case you have to hit the power button. If you are using ext2 file system, you#ll probably only recover from this once or twice. reiser file system always seems to be able to recover.
It's not as elegant but much safer to boot into the CLI (Command Line Interface)
Hey I changed my fstab but it still doesn't work. Someone told me it should be umask=222 others umask=6422, and that I need to add a ,users part to it. When I type mount /dev/hda1 under root it still mounts fine. Before as a normal user I couldn't switch into the /mnt/hd directory it would say permission denied. Now it lets me switch in but if I do a ls, it says ls: permission denied! What am I doing wrong?
Originally posted by leemoreau Hey I changed my fstab but it still doesn't work. Someone told me it should be umask=222 others umask=6422, and that I need to add a ,users part to it. When I type mount /dev/hda1 under root it still mounts fine. Before as a normal user I couldn't switch into the /mnt/hd directory it would say permission denied. Now it lets me switch in but if I do a ls, it says ls: permission denied! What am I doing wrong?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.