Skip to main content

All Questions

Tagged with
0 votes
1 answer
72 views

Mounting a disk image

I created a backup from my laptop using the following command: # dd if=/dev/sda | gzip -1 - | ssh backup-server "dd of=kubuntu-disk.gz" On the backup server (FreeBSD 14.0-RELEASE-p4) I ...
Tommiie's user avatar
  • 222
1 vote
1 answer
251 views

How to mount a Veracrypt volume on FreeBSD?

When I mount a volume (stored on external USB drive) on Linux I get the following error > sudo veracrypt --text --mount /path-to-volume /mnt --pim 0 --keyfiles "" --slot 1 --protect-...
xliiv's user avatar
  • 899
0 votes
1 answer
142 views

How can I mount USB or EncFS resource as regular user?

How can I mount/unmount USB or EncFS resource as regular user? Currently I have to use sudo.
xliiv's user avatar
  • 899
0 votes
0 answers
64 views

How can mount freebsd disk partition with read and write permission in deban? [duplicate]

My freebsd installed on /dev/sdb2,it can mount with read permission: sudo mkdir /mnt/freebsd sudo mount -r -t ufs -o ufstype=ufs2 /dev/sdb2 /mnt/freebsd How can mount it with read and write ...
showkey's user avatar
  • 405
0 votes
1 answer
466 views

FreeBSD doesn't boot from the secondary IDE disk

I've installed FreeBSD-7.4 on a 2000 make PC (* specs below) When the disk is connected to the primary IDE socket, the OS boots fine but when it's connected to the secondary IDE socket, it boots only ...
Terry's user avatar
  • 149
1 vote
0 answers
36 views

How can I make file/directory/ramdisk be visible as USB-drive in Linux?

I have some common issue about mounting something not a USB-drive as USB-drive in Linux. In that way I want ramdisk/directory/file to be seen as USB-drive in system so I could "insert" it in ...
red0ct's user avatar
  • 655
3 votes
1 answer
564 views

Cannot mount hdd

So I have a HDD which I have connected with an adapter via usb to my Ubuntu laptop. On connection a sound is made, but the disk is not automatically mounted. After executing fdisk -l I get these ...
cgeopapa's user avatar
1 vote
0 answers
112 views

FreeBSD Labeling Commands

I'm trying to understand how to use disks on FreeBSD. I have read that Disk Labels can be created using 4 different commands: [1]tunefs [2]newfs [3]glabel [4]gpart I can understand how to use each ...
bluemotion's user avatar
0 votes
1 answer
1k views

FreeBSD can't mount home partition

I've been having an issue with my first installation of FreeBSD. As I always do in GNU/Linux I created separate home and root partitions. The issue I've been having is that my home partition doesn't ...
Ashe Cooper's user avatar
1 vote
2 answers
86 views

Swapping a mounted drive between machines - is it possible?

Let's say I have a storage device called A. I install A into my machine M1 (which contains a drive called B which is a unix boot drive containing the operating system). I then boot up M1 and mount ...
RH_delta's user avatar
1 vote
2 answers
1k views

FreeBSD mount_nullfs / nullfs results in Operation not permitted

I'm using FreeBSD as a local web server and I want to use SFTP to access the project files. I created a user, but I don't want the user to be able to navigate above their home directory. User shell: ...
Chris's user avatar
  • 111
2 votes
0 answers
738 views

Confused about using `setuid` on a FreeBSD mounted dataset to ensure all files/dirs have a fixed owner?

Initially I thought that what I'm trying to do was simple. But the more I look at FreeBSD man pages, the more confused I'm getting about whether it's even possible. I have a zfs pool that is used for ...
Stilez's user avatar
  • 1,271
5 votes
2 answers
539 views

Meaning of statement that 'getcwd functions work correctly' in FreeBSD man page for mount_nullfs?

In FreeBSD, man mount_nullfs states that: The primary differences between a virtual copy of the file system and a symbolic link are that the getcwd(3) functions work correctly in the virtual ...
Stilez's user avatar
  • 1,271
2 votes
0 answers
229 views

Using a large number of nullfs mounts to create a virtual FS on FreeBSD - what are the practical limits + impacts?

I have a situation where I'm possibly going to create a virtual file system on FreeBSD, comprised entirely of nullfs mounts of selected "ordinary" dirs within my various ZFS datasets (and their ...
Stilez's user avatar
  • 1,271
2 votes
2 answers
14k views

Cannot mount USB on FreeBSD: Invalid argument

I'm trying to mount a USB stick on FreeBSD. The result of camcontrol devlist is: root@machine0:~ # camcontrol devlist <APPLE SSD SM0128G BXW1JA0Q> at scbus0 target 0 lun 0 (ada0,pass0) &...
nalzok's user avatar
  • 401

15 30 50 per page