View Single Post
Old 10th October 2009
Mr-Biscuit Mr-Biscuit is offline
Banned
 
Join Date: May 2008
Posts: 272
Default

Code:
# vi fstab

# Device                Mountpoint      FStype  Options         Dump    Pass#
/dev/ad4s3b             none            swap    sw              0       0
/dev/ad4s3a             /               ufs     rw              1       1
/dev/ad4s3f             /home           ufs     rw              2       2
/dev/ad4s3d             /tmp            ufs     rw              2       2
/dev/ad4s3g             /usr            ufs     rw              2       2
/dev/ad4s3e             /var            ufs     rw              2       2
#/dev/acd0              /cdrom          cd9660  ro,noauto       0       0
linproc       /usr/compat/linux/proc  linprocfs  rw             0       0
Can't chmod because commented and do not have user permissions to mount and use drive.
Commented out the entry to allow dbus and hal to control mounting of media.
The other problem is that I use a different desktop environment for each user account. Ejecting the cd worked in kde4 but in gnome, the disc was not released.
I've noticed that in ports, there are three versions of policykit: default, kde, and gnome. Is it going to be necessary to install anything more than the default?

Edit: This error has been solved.

Last edited by Mr-Biscuit; 18th October 2009 at 04:52 AM.
Reply With Quote