Re: File System mounting prob

From: Xian (ml-freebsd-newbies_at_codepad.net)
Date: 01/12/05

  • Next message: Nikolas Britton: "Re: Problems booting"
    To: freebsd-newbies@freebsd.org
    Date: Wed, 12 Jan 2005 18:46:00 +0000
    
    

    On Wednesday 12 January 2005 18:25, Emon wrote:
    > Hello everyone
    >
    > I would appreciate some advice on the folling problems
    >
    > First....
    >
    > Is there any way to mount a filesystem, as a generel user? so
    > that everytime I put a cd in the CD player I dont have to su to
    > root just to mount it!
    >
    > Second....
    >
    > I can't find kppp(the dial up connecter that used to come with
    > KDE) anymore!?? If KDE is not providing it any more, then is
    > there any other (GUI) substitute for it?
    >
    > Thanks
    > Jadukor
    > ---------------------------------------------
    > Free POP3 Email from www.Gawab.com
    > Sign up NOW and get your account @gawab.com!!
    > _______________________________________________
    > freebsd-newbies@freebsd.org mailing list
    > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"

    Set sysctl vfs.usermount to 1 to allow anyone to mount stuff. You can do this
    from the command line like `sysctl vfs.usermount 1` or every boot by putting
    a line 'vfs.usermount=1' in /etc/sysctl.conf. Then you need to allow people
    who are going to mount things have access to the drives so chmod them 666.
    I have a script that chmods the drives on boot but this is a bodge cos its
    supposed to be done with devfs rules (man devfs for more info) but I am not
    so good at these (if anyone can help me as well here please).
    This way works but I think it might have some security issues along the lines
    of suid files.
    I've never used kppp so sorry I can't help here.

    -- 
    /Xian
    "A tree only hits a car in self defence"
    Unknown author
    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
    

  • Next message: Nikolas Britton: "Re: Problems booting"

    Relevant Pages

    • Re: Adding a new hard drive
      ... 2, create the mount point; ... He probably won't need to use the chmod as the access mode should be still set to 755. ... Could have used "init 5" if it was used as a desktop system, but since it's not, starting X isn't required. ...
      (alt.os.linux.suse)
    • Re: usb storage device user permissions / rights
      ... > Purley guessing here but have you tried to chmod the device? ... since FAT doesn't do permissions, the permissions must be faked at mount ... type vfat, it is not automatically mounted at boot time, any user can ...
      (comp.os.linux.misc)
    • Re: Ownership and Permissions...
      ... Is this a mount point for something like a FAT file system? ... chmod, chown, and chgrp won't have any effort. ... it either needs to have its group changed (chgrp) and/or ... HFS, or NFTS file system, the chgrp and chmod commands won't work. ...
      (comp.os.linux.misc)
    • Cant chmod a usb drive
      ... that I can't do either a chmod or a chgrp on the newly ... I can handle the group problem in Apache, ... just logon and do everything as root). ... So far a search of man mount hasn't produced anything. ...
      (comp.os.linux.misc)
    • Re: /tmp strange permission
      ... Chmod it; you may also need to unmount it and chmod the mount point ... Expressed in this posting are my opinions. ... to opinions held by my employer, Sun Microsystems. ...
      (comp.unix.solaris)