View previous topic :: View next topic |
Author |
Message |
tytus Tux's lil' helper
Joined: 19 Jun 2004 Posts: 97 Location: Boston, USA
|
Posted: Wed Feb 16, 2005 3:19 am Post subject: mke2fs -j /dev/dvd |
|
|
I am trying to make ext3 file system on DVD+RW media but getting "Read-only file system" error. First I formated the DVD:
Code: | root@romanus dev # dvd+rw-format -force /dev/dvd
* DVD±RW/-RAM format utility by <appro@fy.chalmers.se>, version 4.10.
* 4.7GB DVD+RW media detected.
* formatting - |
And next I tried to apply the file system:
Code: | root@romanus dev # mke2fs -j /dev/dvd
mke2fs 1.35 (28-Feb-2004)
/dev/dvd: Read-only file system while setting up superblock |
Additional info:
Code: | root@romanus dev # ls -l /dev/dvd
lrwxrwxrwx 1 root root 3 Feb 14 23:37 /dev/dvd -> hdc
root@romanus dev # ls -l /dev/hdc
brw-rw-rw- 1 promanus root 22, 0 Feb 18 2004 /dev/hdc |
Appologize if this a newbie question This area is new to me...
Piotr |
|
Back to top |
|
|
Dark Ninja Tux's lil' helper
Joined: 31 Jan 2005 Posts: 127
|
Posted: Wed Feb 16, 2005 4:05 am Post subject: |
|
|
As far as I know, you can't format removable media like this (DVD-R/W and CD-R/W) because they have their own setup (don't ask me what - I'm speaking just from my limited knowledge, although the letters ISO9660 keeps coming up). Also, you need a tool that is specifically designed to write to a CD - mke2fs was not designed for this purpose. And, as it points out to you, the DVD is only a readable mediums (as far as it is concerned). |
|
Back to top |
|
|
po0f Apprentice
Joined: 08 Apr 2004 Posts: 162
|
Posted: Wed Feb 16, 2005 4:11 am Post subject: |
|
|
IIRC, to burn dvds you use growisofs. |
|
Back to top |
|
|
tytus Tux's lil' helper
Joined: 19 Jun 2004 Posts: 97 Location: Boston, USA
|
Posted: Wed Feb 16, 2005 11:56 am Post subject: |
|
|
I have seen posts in various places suggesting that this is possible.
Piotr |
|
Back to top |
|
|
jzono1 Tux's lil' helper
Joined: 01 Feb 2004 Posts: 128
|
Posted: Wed Feb 16, 2005 5:08 pm Post subject: |
|
|
you need kernel support for packet cd writing, and you need to use udf... |
|
Back to top |
|
|
tytus Tux's lil' helper
Joined: 19 Jun 2004 Posts: 97 Location: Boston, USA
|
Posted: Wed Feb 16, 2005 5:43 pm Post subject: |
|
|
Thanks for your help. Would you happen to know if the support for packet cd writing is in 2.6.9 kernel? I could not find it in 2.6.9
UDF support on the other hand is already enabled in my kernel.
Do you know any tools that can format DVD+RW media with UDF?
Piotr |
|
Back to top |
|
|
lbrtuk l33t
Joined: 08 May 2003 Posts: 910
|
Posted: Wed Feb 16, 2005 6:35 pm Post subject: |
|
|
tytus wrote: | Thanks for your help. Would you happen to know if the support for packet cd writing is in 2.6.9 kernel? I could not find it in 2.6.9 |
It is in 2.6.10. |
|
Back to top |
|
|
tytus Tux's lil' helper
Joined: 19 Jun 2004 Posts: 97 Location: Boston, USA
|
Posted: Wed Feb 16, 2005 9:20 pm Post subject: |
|
|
lbrtuk wrote: | It is in 2.6.10. |
Where? Is this a kernel option that I can enable? Is it under "Device Drivers"?
Piotr |
|
Back to top |
|
|
tytus Tux's lil' helper
Joined: 19 Jun 2004 Posts: 97 Location: Boston, USA
|
Posted: Wed Feb 16, 2005 9:33 pm Post subject: |
|
|
Never mind. I see it in 2.6.10-gnetoo-r6. It is under
Code: | Device Drivers --->
Block devices ---> |
2.6.9-gentoo-r8 does not seem to have it. Unless it is somewhere else...
Piotr |
|
Back to top |
|
|
|