Skip to main content

Questions tagged [udf]

Universal Disk Format (UDF) is a file system for storing data on optical media. It is considered to be a replacement of ISO 9660.

3 votes
2 answers
891 views

Is there a way for a nonprivileged user to read/mount a UDF filesystem in linux without using sudo

I'm renting a node on a linux server. uname -a Linux 5.15.112-gentoo #2 SMP x86_64 AMD 64-Core Processor Authentic AMD GNU/Linux By nature as a renter I can't become superuser or even use sudo. I ...
keenkillr's user avatar
1 vote
1 answer
330 views

How to recover VOB video files in camcoder dvd with udf filesystem which appears empty but it's not

I recently discovered some old double-sided mini dvd-rw disks (2.8GB) which were used for recording video with a Sony DCR-DVD201E handycam. Both sides already had content but they were unfinalized so ...
Kostas Filios's user avatar
3 votes
0 answers
732 views

Burning large files on BD. Capacity confusion

I have a couple of large files I want to burn to an M-Disc 50G BD-R DL. Files are larger than 4G so I have to use UDFv3, if I am not mistaken. (Or split, which I am not especially keen on doing.) A ...
user292812's user avatar
0 votes
2 answers
3k views

Can't create UDF disk in Linux with mkudffs

So, it's that time of year when I need to make a backup disk of some files on a Windows machine, and I want to use UDF so that I can add to it later. It's refusing to let me create any CDs or DVDs ...
user avatar
1 vote
1 answer
2k views

How to find out UDF version of a DVD in Linux?

sudo cdrwtool -i -d /dev/sr4 and dvd+rw-mediainfo /dev/sr4 do not indicate the UDF version.(1.02, 1.50, 2.00, 2.01, 2.50, 2.60) How can I find out the UDF version of a DVD?
neverMind9's user avatar
  • 1,720
1 vote
0 answers
316 views

udf input/output error

A few months ago I formatted half an ssd (for use by all of my operating systems as file storage, I use os x, Debian, and Microsoft's windows) It was recommended that I use udf, because it is, in ...
nirost's user avatar
  • 21
-1 votes
2 answers
943 views

How to reliably mount UDF partition with /etc/fstab

My HDD Disk /dev/sdb: 927.5 GiB, 995875618816 bytes, 1945069568 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 ...
Necktwi's user avatar
  • 1,056
0 votes
1 answer
441 views

Is there a way to convert ExFAT to UDF?

I couldn't assume that a file system can be converted to another in-place until I bumped into btrfs-convert. I want to convert my 700GB/1TB ExFAT partition to UDF. Google has no answer for that. Is ...
Necktwi's user avatar
  • 1,056
3 votes
1 answer
2k views

How to convert .bin/.cue files into DVD-ROM UDF-ISO file in linux?

How to convert .bin/.cue files into DVD-ROM UDF-ISO file in linux ? I found that genisoimage can make CD-ROM UDF with that command: genisoimage -udf -o MY_FILE.iso ~/MY_DIR/ but I didn't find for ...
Shodz's user avatar
  • 31
1 vote
1 answer
313 views

How do I rename a UDF partition?

I've formatted a removable USB drive using UDF and would like to rename the partition. Currently the name of the drive is LinuxUDF on each machine I access it on. How can I rename the partition, ...
Thomas Hunter II's user avatar
4 votes
1 answer
4k views

How to create a bootable hard disk image from an iso image?

I would like install a proprietary operating system onto my CentOS box using VirtualBox. There is a problem though, when I mount the install ISO image as a DVD, soon the installer complains of missing ...
Gergely's user avatar
  • 826
6 votes
4 answers
28k views

CentOS 6.4: Unable to mount disc, doesn't like UDF

I'm trying to use a CD on CentOS 6.4, but I keep getting this error: Unable to mount Disc Error mounting: mount: unknown filesystem type 'udf' I've installed udftools I've tried changing the ...
copeland3300's user avatar
1 vote
2 answers
601 views

Failing to format flashdrive to UDF

I'm trying to create a UDF partition on a flash drive to install grub2 (to boot ISOs from) ~$ export DSK=/dev/sdd # wipe the disk ~$ sudo dd if=/dev/zero of=${DSK} bs=512 count=2048 ~$ sudo sgdisk --...
Thermionix's user avatar
2 votes
1 answer
2k views

How to check integrity to HDD with UDF format

I'm having problem with a USB external drive, which seem to be formatted with UDF and was being used for MAC and Windows (or at least that is what told). When I attached the HDD to my Linux system ...
RFuentess's user avatar
16 votes
1 answer
24k views

Creating UDF image in Linux

It's embarrassing to imagine that there are no intelligent tools on Linux to create UDF images, similar to makeisofs, but I have yet to find any. The tool genisoimage does work for creating video disk ...
Vector Gorgoth's user avatar

15 30 50 per page