mounting udf

Ben Woods woodsb02 at gmail.com
Sun Dec 20 07:37:09 UTC 2015


On Sunday, 20 December 2015, Sergey Manucharian <sm at ara-ler.com> wrote:

> Slightly off-topic.
>
> I have UDF filesystem on a USB flash drive. It works in read/write mode
> in Linux:
>
> # mount -t udf /dev/sda /mnt/
> $ mount | grep udf
>   /dev/sda on /mnt type udf (rw,relatime,utf8)
>
> But does not work at all in FreeBSD 11-CURRENT:
>
> # mount_udf /dev/da0 /mnt/tmp/
>   mount_udf: /dev/da0: Invalid argument
>
> Sergey
>

Try adding the verbose option -v which is mentioned in the mount_udf(8) man
page.

 Also, given you are on FreeBSD 11-CURRENT, you might try using the
fstyp(8) command to confirm this is a udf file system.

Regards,
Ben


-- 

--
From: Benjamin Woods
woodsb02 at gmail.com


More information about the freebsd-questions mailing list