I've been running linux on my desktop for a while now, and so far I'm very happy with it. Theres a few things that I'd like to figure out...but I dont know what to search for to get them to work so I figure I'd post here. I'm running Slackware 8.1
First question: How can I get it so when I put a CD in the drive, it gets automatically detected and mounted like they do in redhat? And is there a way so when I try to open the drive it automatically unmounts it and lets me take the cd out?
Second: How can I get it so that my regular user account(in this case, its named philip) can write to my fat32 partition? Its mounted on /dos.
Third: Is there any way to suppress errors in the kernel? I want to clean it up a bit since a bunch of junk comes up every time I boot...like...when the nvidia module loads it says something about it tainting the kernel...it works fine so I dont care about that...and dont want to see it. And when it trys to get a DHCP address, it spams the screen saying some values are missing, but it still works fine...so instead of it saying that stuff I want it to just say like Bringing up eth0 with DHCP...or something like that.
heres my fstab if it matteres for the first 2 questions:
/dev/hdb2 swap swap defaults 0 0
/dev/hdb1 / xfs defaults 1 1
/dev/hda1 /dos vfat defaults 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/scd0 /mnt/cdrw iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
Thanks in advance!
First question: How can I get it so when I put a CD in the drive, it gets automatically detected and mounted like they do in redhat? And is there a way so when I try to open the drive it automatically unmounts it and lets me take the cd out?
Second: How can I get it so that my regular user account(in this case, its named philip) can write to my fat32 partition? Its mounted on /dos.
Third: Is there any way to suppress errors in the kernel? I want to clean it up a bit since a bunch of junk comes up every time I boot...like...when the nvidia module loads it says something about it tainting the kernel...it works fine so I dont care about that...and dont want to see it. And when it trys to get a DHCP address, it spams the screen saying some values are missing, but it still works fine...so instead of it saying that stuff I want it to just say like Bringing up eth0 with DHCP...or something like that.
heres my fstab if it matteres for the first 2 questions:
/dev/hdb2 swap swap defaults 0 0
/dev/hdb1 / xfs defaults 1 1
/dev/hda1 /dos vfat defaults 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/scd0 /mnt/cdrw iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
Thanks in advance!