forked from wddevries/UDF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (20 loc) · 1.07 KB
/
README
File metadata and controls
24 lines (20 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
Update by Waitman Gobble 2014-11-16 <[email protected]>
1) update driver_current.patch for FreeBSD 11.0-Current (r274611)
NOTE: driver_stable.patch is not modified, the original may or may not work