Commit c23bcb19 authored by Peter Osterlund's avatar Peter Osterlund Committed by Linus Torvalds

[PATCH] pktcdvd: Small documentation update

Mention that a new DVD+RW disc has to be formatted before first use.
Signed-off-by: default avatarPeter Osterlund <petero2@telia.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b4494f96
...@@ -43,6 +43,8 @@ shall implement "true random writes with 2KB granularity", which means ...@@ -43,6 +43,8 @@ shall implement "true random writes with 2KB granularity", which means
that it should be possible to put any filesystem with a block size >= that it should be possible to put any filesystem with a block size >=
2KB on such a disc. For example, it should be possible to do: 2KB on such a disc. For example, it should be possible to do:
# dvd+rw-format /dev/hdc (only needed if the disc has never
been formatted)
# mkudffs /dev/hdc # mkudffs /dev/hdc
# mount /dev/hdc /cdrom -t udf -o rw,noatime # mount /dev/hdc /cdrom -t udf -o rw,noatime
...@@ -54,6 +56,7 @@ writes are not 32KB aligned. ...@@ -54,6 +56,7 @@ writes are not 32KB aligned.
Both problems can be solved by using the pktcdvd driver, which always Both problems can be solved by using the pktcdvd driver, which always
generates aligned writes. generates aligned writes.
# dvd+rw-format /dev/hdc
# pktsetup dev_name /dev/hdc # pktsetup dev_name /dev/hdc
# mkudffs /dev/pktcdvd/dev_name # mkudffs /dev/pktcdvd/dev_name
# mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment