Robert Smits wrote: > I've installed a 320 GB sata drive in my Suse 10.2 box. I can see it > at /dev/sda, but don't have permission to access it, although root does. Even > adding the disk group to my username makes no difference. > > How do I go about getting access to my drive?
I'm not exactly sure what you mean by "root does". Is it mounted somewhere? If it is mounted somewhere, then just have root create a folder and chown it to be the user you want to have access. For instance, I added an 80gb hard drive and mounted it it on /data. I then created a folder /data/jdarnold and did a chown jdarnold /data/jdarnold and a chgrp users /data/jdarnold. Now my user can get at it just fine. -- Jonathan Arnold (mailto:[EMAIL PROTECTED]) Daemon Dancing in the Dark, an Open OS weblog: http://freebsd.amazingdev.com/blog/ UNIX is user-friendly. It's just a bit picky about who its friends are. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
