Answer the question
In order to leave comments, you need to log in
How to create an iso from a folder in Linux with no path length limit?
If you create an image with such a command: mkisofs -v -J -o image.iso dir/
then an error appears that the file names (or paths) are long. How can I make an iso image without these restrictions? Compatibility with Windows or other OS is not needed.
Answer the question
In order to leave comments, you need to log in
mkisofs -v -J -o image.iso dir/
Compatibility with Windows or other OS is not needed.
The easiest way is to present a table with 20 columns, each 5% wide, and use colspan to form the desired cell width.
<table>
<tr>
<td>10</td>
<td>75</td>
<td>5</td>
<td>5</td>
<td>5</td>
</tr>
<tr>
<td colspan="2">20</td>
<td>60</td>
<td colspan="2">20</td>
</tr>
<tr>
<td>60</td>
<td>25</td>
<td>5</td>
<td>5</td>
<td>5</td>
</tr>
</table>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question