mount

  1. J

    Solved Unexpected behavior mounting NFS share to jail data

    The following scenario is happening on two freshly installed FreeBSD 13.0-RELEASE hosts. Host A acts as an NFSv4 server. It provides the following share: 192.168.250.61:/myshare Host B can successfully mount and browse the share using mount -t nfs -o nfsv4,rw 192.168.250.61:/mysare /mnt. Host B...
  2. M

    Solved automount zfs partition from usb drive at boot

    Hello. I recently installed freebsd 13 release on a raspberry pi 4 (copying the image on a sd card using dd). I want to use a usb drive to hold some data, such as music, and I would like it to be mounted on boot because some service requires it. Ever command was executed as root. I first...
  3. tyson

    ZFS poudriere jail - not mounting filesystem

    I have a minor problem with my jail configuration for poudriere builder. Everything works, except poudriere jail dataset is not getting mounted on jail start filesystems hierarchy is : fbsd/usr/jails/JAIL_NAME for jails root / fbsd/pdr/w0 poudriere jail filesystem. zfs set jailed=on fbsd/pdr/w0...
  4. O

    can't mount Dangerously Dedicated USB stick

    Hello fellow FreeBSD users, I try to mount a USB stick to recover a geli key. This stick has a full install and I used to boot on it and run FreeBSD (version 7 or 8). When I created it I did not use slices and make it dedicated (I forgot why). The server hardware is broken and I can't boot on an...
  5. Spity

    Solved Help to run a simple script on startup

    How can run this script on startup? #!/bin/bash sudo kldload fuse sudo ntfs-3g /dev/ada2s1 /mnt/ -o -ro xdg-open /mnt/ &> /dev/null
  6. Nick-6

    Xfce How to mount disks (ext4, ntfs, fat) from right click menu?

    I've installed sysutils/fusefs-ntfs and sysutils/fusefs-ext2. I've hald_enable="YES" in /etc/rc.conf and fuse_load="YES" in /boot/loader.conf. I can mount FAT disks with mount -t msdosfs /dev/da1s1 /media/usb, EXT4 disks with mount -t ext2fs /dev/ada0p3 /media/ExtHDD/ and NTFS disks with...
  7. Yaazkal

    Other mount does not recognize slice at the first try (12.2-RELEASE)

    Hi, I'll like to understand this behaviour, maybe am I missing something? mount does not recognize the slice at first try, I end up producing an error so I can mount it. When I try something like sudo mount -t msdosfs /dev/da0s1 /mnt/microsd it says: "mount_msdosfs: /dev/da0s1: No such file or...
  8. jjsingh

    Mounting hard drives(NTFS)/USB storages(FAT32 or exFAT), etc on FreeBSD 12.2

    Hi Everyone, I'm coming from the LINUX to try FreeBSD. I downloaded and created bootable USB stick of FreeBSD 12.2 DVD ISO and booted into FreeBSD as a livefs. I've wanted to store the output of below cmds to check hardware compatibility of my device. # mount -u -o rw / # dmesg >...
  9. M

    Other diagnose iSCSI connected drive

    Hi guys, I have an older Synology DiskStation, which I had been using as an iSCSI LUN Then from the server the iSCSI connection works, but the disk cannot be mounted. mount # mount /dev/da0 /mnt mount: /dev/da0: No such file or directory da0 is not part of any zpool and does not contain a...
  10. I

    Solved Cannot mount pendrive

    Well actually it is a 16GB micro SD card in an USB adapter. It works properly on another computer with win7 and I used it for ubuntu with an arm sbc too. I made it fat32 under freebsd with sade, but I cannot mount it. I checked on win7 and formatted it, but even after that I cannot mount it on...
  11. NapoleonWils0n

    mount linux ext4 drives on Freebsd

    You can mount linux ext4 drives on Freebsd using fusefs-ext2 package Install fusefs-ext2 # pkg install fusefs-ext2 Enable the fuse kernel module To enable loading FUSE kernel module at boot add fuse_load=YES line to the /boot/loader.conf file Edit /boot/loader.conf # vi /boot/loader.conf...
  12. zoujiaqing

    Other Mount ExFat using fusefs-exfat: failed to open fuse device: No such file or directory

    My USB storage device is 64GB ExFAT. but using `gpart` command show NTFS? [zoujiaqing@freebsd /home/zoujiaqing]$ sudo mount.exfat /dev/da0s1 /mnt FUSE exfat 1.3.0 fuse: failed to open fuse device: No such file or directory [zoujiaqing@freebsd /home/zoujiaqing]$ gpart show da0 => 63...
  13. J

    mount a nfs folder from qnap-nas

    hello people, i run freebsd 12 in virtualbox on ubuntu. on ubuntu my folder from qnap-nas is mounting like this: first install "nfs-common" and than write in the /etc/fstab x.x.x.x:/qnap-folder /home/user1/qnap nfs rw 0 0 when i start my file-explorer in ubuntu, i get automatically the...
  14. U

    Error 19 FreeBSD 12 USB

    My laptop is a Lenovo V110-15AST AMD A9-9410 I downloaded the img file to write onto a USB 3 8GB stick. After, I then used dd to write the image sudo dd if=/home/ukbeast/Downloads/FreeBSD-12.0-RELEASE-amd64-memstick.img of=/dev/sdb bs=1M conv=sync I then have 3 partitions on the stick as: sdb1...
  15. J

    Solved Do nullfs mounts count toward disk usage?

    This is probably a very simple, bordering on stupid, question; so apologies for that. Do nullfs mounts (of host filesystems) within a jail count toward actual disk usage? If I mount a host filesystem in a jail as a read-only nullfs, doing du on the jail includes the (size of the) mounted...
  16. vermaden

    HOWTO: FreeBSD Desktop - Part 17 - Automount Removable Media

    I would like to share HOWTO in ??????? ??????? series about fonts and frameworks. FreeBSD Desktop - Part 17 - Automount Removable Media https://vermaden.wordpress.com/2018/10/11/freebsd-desktop-part-17-automount-removable-media/ You may also like earlier articles in the series. FreeBSD...
  17. The Alchemist

    Understanding permissions in jails and host

    Hello everyone, I have recently upgraded my FreeBSD 10.3 server to 11.2. With this change, I also setup my system using jails: - Plex - Samba - Apache PHP stack - Nginx Node.js stack - Database stack - Etc. I have two ZFS pools: - zfs-os the FreeBSD OS - data mounted to /data I am using...
  18. Y

    Other mount dvd via mount_udf/mount -t cd9660 not possible

    I tried 2 several dvd-burners and got same results with both drives, one drives is internal and one drive external. I previously had similar problems and replaced my old dvd-burner with some new kind but still having same problems but I didn't try the old burner within this case. I tried to...
  19. skhal

    Solved jail: mount zfs as unprivileged user -- Insufficient privileges

    Hello, I am running successfully FreeBSD jails with full userland-stack and enjail'ed ZFS datasets. The technology works great: - /etc/rc and /etc/rc.shutdown initialize mutli-user environment - root user has full control over enjail'ed datasets in the jail: create, mount, destroy, allow...
  20. B

    How to mount partitions msdos (beginner level)

    Well, let's start: First, I based my tutorial on this: https://forums.freebsd.org/threads/10-0-rc3-fuse-ntfsfs-not-mounting.43260/#post-244454 But, even when I can understand very well this language, I found this, which is in another language. If you can speak Spanish, you can visit it. Or, if...
Back
Top