Changeset f71807c2
- Timestamp:
- 04/03/2017 05:01:25 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6f72a4a
- Parents:
- c0a8c0dc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc0a8c0dc rf71807c2 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "04"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "April 2nd &year;">9 <!ENTITY releasedate "April 3rd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rc0a8c0dc rf71807c2 43 43 --> 44 44 <listitem> 45 <para>April 3rd, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Update to ntfs-3g-2017.3.23. Fixes 49 <ulink url="&blfs-ticket-root;9057">#9057</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>April 2nd, 2017</para> 46 56 <itemizedlist> -
packages.ent
rc0a8c0dc rf71807c2 50 50 <!ENTITY lvm2-version "2.02.169"> 51 51 <!ENTITY mdadm-version "4.0"> 52 <!ENTITY ntfs-3g-version "201 6.2.22">52 <!ENTITY ntfs-3g-version "2017.3.23"> 53 53 <!ENTITY gptfdisk-version "1.0.1"> 54 54 <!ENTITY parted-version "3.2"> -
postlfs/filesystems/fuse.xml
rc0a8c0dc rf71807c2 105 105 <title>Installation of Fuse</title> 106 106 107 <note>108 <para>109 After the <command>configure</command> script has finished you will110 see a warning shown below. You can safely disregard this warning.111 </para>112 113 <screen><computeroutput>configure: WARNING:114 ******************************************************************115 * Please install util-linux version 2.18 or later which supports *116 * --fake and --no-canonicalize options in mount and umount *117 ******************************************************************</computeroutput></screen>118 </note>119 120 107 <para> 121 108 Install <application>Fuse</application> by running the following … … 125 112 <screen><userinput>./configure --prefix=/usr \ 126 113 --disable-static \ 114 --exec-prefix=/ \ 127 115 INIT_D_PATH=/tmp/init.d && 128 116 … … 144 132 <screen role="root"><userinput>make install && 145 133 146 mv -v /usr/lib/libfuse.so.* /lib &&147 ln -sfv ../../lib/libfuse.so.&fuse-version; /usr/lib/libfuse.so &&148 134 rm -rf /tmp/init.d && 149 135 … … 170 156 171 157 <para> 158 <parameter>--exec-prefix=/</parameter>: This parameter moves programs and 159 libraries that could be needed before the 160 <filename class="directory">/usr</filename> directory is mounted, to the 161 root filesystem. 162 </para> 163 164 <para> 172 165 <parameter>INIT_D_PATH=/tmp/init.d</parameter>: This parameter installs 173 166 the bootscript into <filename class="directory">/tmp/init.d</filename> as 174 167 a bootscript is not required. 175 </para>176 177 <para>178 <command>mv -v /usr/lib/libfuse.so.* /lib</command>: This moves the179 <application>FUSE</application> library to the root filesystem180 so that it is available early in the boot process in case181 <filename class="directory">/usr</filename> is mounted on a separate182 partition and <xref linkend="ntfs-3g"/> is built with a system-installed183 version of <application>FUSE</application>.184 168 </para> 185 169 -
postlfs/filesystems/ntfs-3g.xml
rc0a8c0dc rf71807c2 8 8 "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-&ntfs-3g-version;.tgz"> 9 9 <!ENTITY ntfs-3g-download-ftp " "> 10 <!ENTITY ntfs-3g-md5sum " ccbe8672d0f757bd0c975b50aa4c512e">10 <!ENTITY ntfs-3g-md5sum "d97474ae1954f772c6d2fa386a6f462c"> 11 11 <!ENTITY ntfs-3g-size "1.2 MB"> 12 <!ENTITY ntfs-3g-buildsize " 17MB">12 <!ENTITY ntfs-3g-buildsize "20 MB"> 13 13 <!ENTITY ntfs-3g-time "0.2 SBU"> 14 14 ]> … … 37 37 NTFS partitions in read-write mode from your Linux system. It uses the 38 38 FUSE kernel module to be able to implement NTFS support in user space. 39 </para> 40 <para> 41 This package contains both the NTFS-3g driver itself and various utilities 42 useful for manipulating NTFS partitions. 39 The package also contains various utilities useful for manipulating NTFS 40 partitions. 43 41 </para> 44 42 … … 79 77 </itemizedlist> 80 78 81 <bridgehead renderas="sect3">Additional Downloads</bridgehead>82 <itemizedlist spacing="compact">83 <listitem>84 <para>85 Required patch:86 <ulink url="&patch-root;/ntfs-3g-&ntfs-3g-version;-security_fix-1.patch"/>87 </para>88 </listitem>89 </itemizedlist>90 91 79 <bridgehead renderas="sect3">Ntfs-3g Dependencies</bridgehead> 92 80 … … 125 113 </para> 126 114 127 <screen><userinput>patch -Np1 -i ../ntfs-3g-&ntfs-3g-version;-security_fix-1.patch && 128 ./configure --prefix=/usr --disable-static --with-fuse=external && 115 <screen><userinput>./configure --prefix=/usr \ 116 --disable-static \ 117 --with-fuse=external && 129 118 make</userinput></screen> 130 119 … … 148 137 </para> 149 138 150 <screen role="root"><userinput>chmod -v 4755 / sbin/mount.ntfs</userinput></screen>139 <screen role="root"><userinput>chmod -v 4755 /bin/ntfs-3g</userinput></screen> 151 140 152 141 </sect2> … … 184 173 185 174 <para> 186 <command>chmod -v 4755 / sbin/mount.ntfs</command>: Making mount.ntfs setuid175 <command>chmod -v 4755 /bin/ntfs-3g</command>: Making mount.ntfs setuid 187 176 root allows non root users to mount NTFS partitions. 188 177 </para>
Note:
See TracChangeset
for help on using the changeset viewer.