williamdevries/UDF
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
INSTALLATION: 1. Apply 'driver_current.patch' to your source tree and rebuild your kernel. This will make three changes: * an ioctl will be added to the scsi_cd driver, which is used to read session information from the disc, * mount_udf2 will be added to the list of external mount programs in the mount(8) command, * and the file 'sys/sys/udfio.h' will be created. Unless you also run "installworld", you will need to copy 'sys/sys/udfio.h' to '/usr/include/sys/udfio.h', and rebuild and reinstall the "mount" command (in sbin/mount). The file system will work without the ioctl, but functionality will be decreased. 2. Build and install UDF2 file system by running "make && make install" in the project's source directory. This will install the following four files: 'udf2.ko', 'udf2_iconv.ko', 'mount_udf2', and 'mount_udf2.8.gz'. REMAINING WORK ITEMS: * Extensive testing
About
Port of NetBSD's UDF Filesystem to FreeBSD
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published