mount

  1. AlexDarkVoid

    Other Cannot format directly or write an image file to a floppy disk

    Either attempt: [a] to format a floppy disk (via USB adaptor; detected as /dev/da0) using newfs or newfs_msdos, or to write a preformatted image file with dd result in the error message: /dev/da0: Read-only file system If I format the diskette or write the image under other OSes, it can be...
  2. Jlockett

    Solved how does mount automagically remember permissions/ownership

    I'm mounting a file as a filesystem (via mdconfig and mount) and struggling to understand how "mount" remembers permission. Before I mount the file, the mount point is owned by my user john:john First time I mount the file it is owned by root/wheel: drwxr-xr-x 3 root wheel 512 Mar 23 12:55 mnt...
  3. SanPollo

    Solved fstab - mount drives by ID/label?

    Hi there, I’ve got a Raspberry Pi 4 with an SSD plugged into one USB 3 port, from which I boot, and a four-port USB 3 hub plugged into the other port, from which various external hard drives are plugged into. FreeBSD enumerates the USB ports in a seemingly random way. For example, at the...
  4. I

    Need help mounting UDF filesystem

    Hello everyone. I have a hard disk drive which contains a single partition formatted with a UDF filesystem. I have problems mounting the filesystem onto my FreeBSD system. What do I do as a superuser: # mount_udf /dev/da0p1 /mnt I get: mount_udf: /dev/da0p1: Invalid argument The file...
  5. S

    Cannot mount ZFS partition from USB Livesystem

    Hi, I'm having trouble with my fresh install of FreeBSD 14.2. It's currently hanging on boot with: drmn0: successfully loaded firmware image 'i915/kbl_dmc_ver1_04.bin' drmn0: [drm] Finished loading DMC firmware 'i915/kbl_dmc_ver1_04.bin' (v1.4) drmn0: [drm] [ENCODER:102:DDI E/PHY E] is...
  6. S

    Solved How to mount NFS file systems as non-root user?

    Hello, I'm new to FreeBSD. I'm trying allow non-root users to be able to freely mount NFS filesystems, but I'm not sure what I'm missing? Mounting physical media is working well, but the moment I try to mount an NFS disk it throws an error. I'm both new to FreeBSD and NFS filesystems, so I'm...
  7. S

    Issue with NFS mount

    Hi Community, The directory /iso from the FreeBSD server has been mounted to a Rhel server. I mounted the directory about a month and a half ago. It has been working. Yesterday I created a new directory /share and wanted to replace /iso with /share. I removed /iso from /etc/exports file and...
  8. apprentice

    How to mount ext4 correctly on FreeBSD?

    Consulting google, chatgpt, forum, I was very worried about losing 1TB of data that I cannot lose. All I want to do is bring the data from a Linux ext4 partition to another disk on FreeBSD UFS. I read in several places that I should use fusefs-ext4fuse, So I prepare myself, I try to understand...
  9. O

    ZFS Cannot mount virtual disk drive after a failed upgrade [GhostBSD]

    (I asked the following question a week ago on the GhostBSD forum (https://forums.ghostbsd.org/viewtopic.php?p=11814) but have not yet received an answer, and I'm hoping someone here may be able to help.) I had GhostBSD 23.10.01 installed on a virtual machine (VirtualBox) on a 15 GB virtual...
  10. D

    Solved User does not have permission to unmount a device mounted with udisksctl

    Hi, I use a MOUNT.sh script that uses udisksctl to mount my devices: #!/bin/sh ls /dev/da*|xargs -n1 udisksctl mount -b I can unmount my devices with udisksctl unmount without problem. But when I use the umount or pcmanfm command to unmount the device I get an error: umount: unmount of...
  11. B

    Solved How to mount fat32lba?

    I recently acquired a cool usb stick with usb type c on one end and usb type a on the other; I figured I could use it to conveniently copy some files from my phone to bsd; sudo pkg install exfat-utils fusefs-exfat fusefs-ntfs I have fusefs loaded: sudo kldstat Id Refs Address...
  12. hishnik

    UFS Mounting UFS partition with equal to already mounted label - fails with an error.

    Hello. I'm trying to convert my boot drive to UEFI and found one problem. Boot partition at old disk should have the same UFS label as at new one. So da0p2 has this label and mounted to some place on filesystem to make /boot point there. And da1p2 has same label and can not be mounted, even by...
  13. liendolucas

    Other EXT4 wrong magic number mount error

    Hi everyone, I'm kind of shocked because I can't understand what the heck is going on after partitioning and formatting an external USB drive. I have a Raspberry Pi 3 running "FreeBSD redstar.local 13.0-RELEASE FreeBSD 13.0-RELEASE" (I trimmed the output of `uname`). I plug the USB external...
  14. T

    USB mount point acts like ordinary empty folder

    I use the generic kernel of FreeBSD 13.1-RELEASE-p2. I set up the USB storage device automounting according to section 19.4. of the FreeBSD handbook. Until recently, everything worked normally. However, I now face the following problem. When I plug in a USB device, a folder /media/da0 is created...
  15. DrEuclidean

    Mount FreeBSD (UFS) filesystem under WSL2 (Debian)

    I'm attempting to share a home partition between my WSL2 (Debian) and FreeBSD (dual-boot). wsl cannot mount the partition containing the home filesystem since it is on the same disk as the C: drive. Same output for `ufs2' The partition number is correct EDIT: This is salient...
  16. K

    Lost mounted directory after suspend/resume

    Hi Everyone, I've mounted a USB flash drive with FAT32 filesystem: mount -r -t msdos /dev/da0s1 /mnt I can read the files well. But after I suspend the laptop and resume, the contents of /mnt are gone. The partition is still visible: ls -l /dev/da* crw-r----- 1 root operator 0x2b7 Oct...
  17. I

    jails Mounting an image file inside a jail

    I am trying to mount a Raspberry Pi FreeBSD image file in my "dev" jail for I can modify it. I had to make a few tweaks to my jail configuration to allow access to /dev/md* devices. I am able to intialize the image with mdconfig. The image gets assigned to /dev/md0, but when I try to run mount...
  18. K

    Solved Old server died. Trying to mount that old working disk in new server...

    Hi All, Trying to mount the old 1TB (but working disk) on new server, and get it to appear every time on boot up (and be visible in Windows via Samba). This is what "gpart show da0" shows: => 63 1953525105 da0 MBR (932G) 63 1953525105 1 freebsd [active] (932g)...
  19. S

    Howto: mounting ext4 partitions by using ext2fs, rw access

    More recently, ext2fs that comes in FreeBSD's base is capable of reading and writing ext4 filesystems. It's claimed to work on ext2 and ext3 as well. Previously, sysutils/fusefs-ext2 had to be used, or ext2fs could only mount ext4 as read only. Set the ext2fs driver to be loaded by compiling it...
  20. Keve

    Identify OS version on a mounted memstick

    I have FreeBSD-13.0-RELEASE-i386-memstick.img which I wrote to an USB stick. I also have FreeBSD-13.0-RELEASE-amd64-memstick.img on another, and FreeBSD-12.2-RELEASE-xxx-memstick.img on yet another. Now, from the comfort of the FreeBSD installed and loaded from my HDD/SSD: How can I tell that...
Back
Top