You are not logged in.
Pages: 1
Windows has a feature called Live File System, which allows you to use DVD-RW as a flash memory. Can I use these features in Arch Linux? I think it would be convenient to use DVD-RW like flash memory.
Last edited by jellanie (2020-12-10 03:20:10)
Offline
LFS is a variation (rebrand) of UDF, https://www.kernel.org/doc/html/latest/ … s/udf.html which allows incremental writing.
Also https://wiki.archlinux.org/index.php/Op … ing_DVD-RW
It is NOT like "flash memory" in any regard at all (even though wikipedia says that, it's complete BS and like saying "by hanging a wheel on a horse you can use it like a motorcycle")
Offline
LFS is a variation (rebrand) of UDF, https://www.kernel.org/doc/html/latest/ … s/udf.html which allows incremental writing.
Also https://wiki.archlinux.org/index.php/Op … ing_DVD-RWIt is NOT like "flash memory" in any regard at all (even though wikipedia says that, it's complete BS and like saying "by hanging a wheel on a horse you can use it like a motorcycle")
Sorry, how can I format a DVD like flash memory?
$ dvd+rw-format -force /dev/sr0
$ cdrskin -v dev=/dev/sr0 blank=format_if_needed
$ xorriso -outdev /dev/sr0 -format as_needed
Do I just follow this method? What should be put in format_if_need and format as_needed? Sorry for the rudeness.
and, https://www.kernel.org/doc/html/v5.9-rc … iting.html There seems to be a way here too. Can I do it this way?
Last edited by jellanie (2020-12-10 00:39:20)
Offline
seth wrote:LFS is a variation (rebrand) of UDF, https://www.kernel.org/doc/html/latest/ … s/udf.html which allows incremental writing.
Also https://wiki.archlinux.org/index.php/Op … ing_DVD-RWIt is NOT like "flash memory" in any regard at all (even though wikipedia says that, it's complete BS and like saying "by hanging a wheel on a horse you can use it like a motorcycle")
Sorry, how can I format a DVD like flash memory?
$ dvd+rw-format -force /dev/sr0
$ cdrskin -v dev=/dev/sr0 blank=format_if_needed
$ xorriso -outdev /dev/sr0 -format as_needed
Do I just follow this method? What should be put in format_if_need and format as_needed? Sorry for the rudeness.
and, https://www.kernel.org/doc/html/v5.9-rc … iting.html There seems to be a way here too. Can I do it this way?
https://www.kernel.org/doc/html/v5.9-rc … iting.html oh, it seems like a way. thank you:).
Offline
I saw your report. Just edit your first post and change the title to prepend [SOLVED] to the title. You may need to shorten the title to get it to fit.
Glad it is fixed, welcome to the forums.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Pages: 1