Lines Matching full:rw
16 - Grab a new CD-RW disc and format it (assuming CD-RW is hdc, substitute
27 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
30 Packet writing for DVD-RW media
33 DVD-RW discs can be written to much like CD-RW discs if they are in
37 # dvd+rw-format /dev/hdc
39 You can then use the disc the same way you would use a CD-RW disc::
42 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
45 Packet writing for DVD+RW media
48 According to the DVD+RW specification, a drive supporting DVD+RW discs
53 # dvd+rw-format /dev/hdc (only needed if the disc has never
56 # mount /dev/hdc /cdrom -t udf -o rw,noatime
66 # dvd+rw-format /dev/hdc
69 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
77 in the same way it does for DVD+RW media.
83 - CD-RW media can usually not be overwritten more than about 1000
111 # mount -t udf -o rw,noatime /dev/pktcdvd/dev_name /dvdram
138 See http://fy.chalmers.se/~appro/linux/DVD+RW/ for more information