S
S
Sergey Karbivnichy2021-01-10 18:54:13
linux
Sergey Karbivnichy, 2021-01-10 18:54:13

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

4 answer(s)
P
pfg21, 2021-01-10
@hottabxp

write in UDF format
install udftools

A
AVKor, 2021-01-10
@AVKor

mkisofs -v -J -o image.iso dir/

Compatibility with Windows or other OS is not needed.

So why are you using Joliet then? It is for Windows. Create Rock Ridge.

R
Rsa97, 2017-04-10
@Rsa97

The easiest way is to present a table with 20 columns, each 5% wide, and use colspan to form the desired cell width.

A
Alexander Pushkarev, 2017-04-10
@AXP-dev

<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 question

Ask a Question

731 491 924 answers to any question