Search results for query: automount

  1. F

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    I don't believe it's the case. USB devices are handled by automount in my case and I suspect DEs are not allowed to unmount if they were not the ones which actually mounted the devices (to be clear, kde control panel tick box is not checked here).
  2. astyle

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    In which case, I'd check to see if something is trying to access the auto-mounted USB stick - if Dolphin has an open folder there, or if VLC is running. Paying attention to that helped me solve the un-mounting issues I had.
  3. F

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    In my case automount works but I cannot unmount anything automounted - this happens on every DE I tried (the last three are GNOME-Cinnamon-KDE)
  4. astyle

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    ...the USB sticks. And, that doesn't stop you from using dd or gpart on command-line afterwards... Just less typing and trying to remember the correct flags. The option is definitely there, and there's no lock-in to use a specific method. Point being, even if you use automount, you're not stuck.
  5. Alain De Vos

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    The reason i don't use automount is if i want to use dd or use gpart on the mounted partition.
  6. astyle

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    Yep, and I do like the automount feature. Now if we could get the wifi roaming and GPU config straight, that would be nice.
  7. Alain De Vos

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    I don't like automount, i like to mount manually.
  8. fjdlr

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    I use /Sysutils/Automount , Xorg and Openbox USB Devices have mounted without intervention Just a file to modify: /usr/local/etc/automount.conf
  9. LibreQuest

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    I am using plasma6-plasma on 14.3 latest on one machine. The kde control panel has a tick box for automount USB devices that does indeed automount USB devices.
  10. SirDice

    export: -broker_env: bad variable name

    .../etc/rc.d/ypbind /etc/rc.d/ypldap /etc/rc.d/lockd /etc/rc.d/ypset /etc/rc.d/keyserv /etc/rc.d/quota /etc/rc.d/yppasswdd /etc/rc.d/automountd /etc/rc.d/automount /etc/rc.d/DAEMON /etc/rc.d/bootparams /etc/rc.d/sdpd /etc/rc.d/rtadvd /etc/rc.d/rwho /etc/rc.d/powerd <-- "Starting...
  11. LibreQuest

    Auto mount and unmount USB drive

    ...addressed in the handbook. It will be section 20.4.2. This section describes how devices and be automatically mounted and removed. 20.4.2. Automounting Removable Media USB devices can be automatically mounted by uncommenting this line in /etc/auto_master: /media -media...
  12. Andrey Lanin

    Auto mount and unmount USB drive

    maybe this will help somehow : https://vermaden.wordpress.com/2018/10/11/freebsd-desktop-part-17-automount-removable-media/
  13. R

    Auto mount and unmount USB drive

    ...to /net -hosts -nobrowse,nosuid,intr /media -media -nosuid,noatime,autoro #/- -noauto and added #notify 100 { # match "system" "GEOM"; # match "subsystem" "DEV"; # action "/usr/sbin/automount -c"; }; to /etc/devd.conf it works for me.
  14. astyle

    FreeBSD or Linux from Windows

    For 'unveil' - you can check the 'Releases' page here, there's some info about future plans. From there, you can click around to get an idea for target release dates and where to get the releases (actually same place where you got your first FreeBSD installer iso to begin with). Well, I'd...
  15. johnjohn

    FreeBSD or Linux from Windows

    ...unveil and OpenBSD. I like the idea and i hope that it ends up in the beast (FreeBSD). Also, i have successfully attached a usb stick via automount from a VirtualBox passthrough. Usually, i can write files from guests systems but the files are not being written using FreeBSD. Is there...
  16. johnjohn

    FreeBSD or Linux from Windows

    ...things to read about before i enter that door. I also need to move all of my files to an external harddrive. So i also need to learn how to automount external drives - I have already downloaded automount and i am finding tons of data in threads scattered about over the years at this forum. I...
  17. audioeric

    Solved Xfce 4.16 - Mount/Unmount USB drives with Thunar (bsdisks/gvfs)

    ...and this exact issue persists. I can't get external usb to unmount with Thunar regardless of the devfs rules and permissions, use of the automount program, turning on or off "enable volume management" in the thunar preferences. Frankly there seem to be a lot of settings controls on 4.20 that...
  18. knightjp

    No Internet, No file server

    I have the NFS mount in the /etc/fstab. The internet came back yesterday and the moment it came back, my workstation was back to up and running with the NFS shares being accessible. I'm not sure how that works because a few months ago, when I was having the same issue with the file server, the...
  19. gpw928

    No Internet, No file server

    Show us /etc/exports from the NFS server. What do you mean bu "automount"? Are you using automountd? Or do you just have the NFS mounts in /etc/fstab on the NFS clients? We need to see the clients' configurations.
Back
Top