NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ZkiiFreak
Nov 28, 2014Aspirant
Burning ISO's directly to DVD's
Hi everybody
I've attached my Samsung USB DVD burner to the front USB port on my RN314. Put in a blank recordable DVD.
Installed growisofs by using apt-get in a shell session. (apt-get install growisofs)
Afterwards I installed lsusb to enum the connected devices. The output looks like this:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) 64MB QDI U2 DISK
Bus 001 Device 005: ID 0e8d:1956 MediaTek Inc.
The DVD drive seems to be the last entry.
I'm trying to do this with growisofs:
growisofs -dvd-compat -Z /dev/bus/usb/001/005=/data/path/to/iso/file/DVD.iso
Output:
Executing 'builtin_dd if=/data/path/to/iso/file/DVD.iso of=/dev/bus/usb/001/005 obs=32k seek=0'
:-( write failed: Invalid argument
I guess somethings wrong with the path I put in for the DVD drive (/dev/bus/usb/001/005). Any takes on constructing the correct path here?
Thanks in advance!
I've attached my Samsung USB DVD burner to the front USB port on my RN314. Put in a blank recordable DVD.
Installed growisofs by using apt-get in a shell session. (apt-get install growisofs)
Afterwards I installed lsusb to enum the connected devices. The output looks like this:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) 64MB QDI U2 DISK
Bus 001 Device 005: ID 0e8d:1956 MediaTek Inc.
The DVD drive seems to be the last entry.
I'm trying to do this with growisofs:
growisofs -dvd-compat -Z /dev/bus/usb/001/005=/data/path/to/iso/file/DVD.iso
Output:
Executing 'builtin_dd if=/data/path/to/iso/file/DVD.iso of=/dev/bus/usb/001/005 obs=32k seek=0'
:-( write failed: Invalid argument
I guess somethings wrong with the path I put in for the DVD drive (/dev/bus/usb/001/005). Any takes on constructing the correct path here?
Thanks in advance!
7 Replies
Replies have been turned off for this discussion
- StephenBGuru - Experienced UserDid you use df to determine the mount point of the DVD burner?
- ZkiiFreakAspirant
StephenB wrote: Did you use df to determine the mount point of the DVD burner?
Nope.
But trying df gives the following result:
root@PIPPERNASV3:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 4190208 2392872 1457968 63% /
tmpfs 10240 4 10236 1% /dev
/dev/md0 4190208 2392872 1457968 63% /
tmpfs 1019036 44 1018992 1% /dev/shm
tmpfs 1019036 6884 1012152 1% /run
tmpfs 1019036 0 1019036 0% /sys/fs/cgroup
tmpfs 1019036 0 1019036 0% /media
/dev/md127 5845988352 2584807312 3257830512 45% /data
/dev/md127 5845988352 2584807312 3257830512 45% /home
/dev/md127 5845988352 2584807312 3257830512 45% /apps
/dev/md127 5845988352 2584807312 3257830512 45% /var/ftp/home
/dev/md127 5845988352 2584807312 3257830512 45% /var/ftp/Backup
/dev/md127 5845988352 2584807312 3257830512 45% /var/ftp/media
/dev/md127 5845988352 2584807312 3257830512 45% /var/ftp/Music
/dev/md127 5845988352 2584807312 3257830512 45% /var/ftp/Pictures
/dev/md127 5845988352 2584807312 3257830512 45% /var/ftp/Videos
/dev/md127 5845988352 2584807312 3257830512 45% /run/nfs4/data/Backup
/dev/md127 5845988352 2584807312 3257830512 45% /run/nfs4/data/media
/dev/md127 5845988352 2584807312 3257830512 45% /run/nfs4/data/Music
/dev/md127 5845988352 2584807312 3257830512 45% /run/nfs4/data/Pictures
/dev/md127 5845988352 2584807312 3257830512 45% /run/nfs4/data/Videos
tmpfs 4 0 4 0% /data/Videos/snapshot
tmpfs 4 0 4 0% /run/nfs4/data/Videos/snapshot
tmpfs 4 0 4 0% /var/ftp/Videos/snapshot
Does not give me the USB DVD drive though ?!? At this moment, there is no blank disc in the drive. Does that make a difference?
Output from lsusb:root@PIPPERNASV3:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) 64MB QDI U2 DISK
Bus 001 Device 006: ID 0e8d:1956 MediaTek Inc.
Any takes on how to get the mount point then?
Thanks. - StephenBGuru - Experienced Userhttp://www.linuxnix.com/2012/09/how-to- ... linux.html
You need to mount it, and then use the mount point (\dev\something) to access it (read or write). Not \dev\bus\xxx - ZkiiFreakAspirantThanks
But I do not seem to get it. According to the post you are referring to, I should have a /dev/dvd-rw file (or something similar). I don't:root@PIPPERNASV3:/dev# ls
autofs cpu kmsg loop7 mptctl rtc sdb3 sg0 stdout tty14 tty22 tty30 tty39 tty47 tty55 tty63 vcs vcsa2
block cpu_dma_latency log mapper net rtc0 sdc sg1 tgt tty15 tty23 tty31 tty4 tty48 tty56 tty7 vcs1 vcsa3
boot_reason disk loop0 mcelog network_latency sda sdc1 sg2 tty tty16 tty24 tty32 tty40 tty49 tty57 tty8 vcs2 vcsa4
bsg fd loop1 md network_throughput sda1 sdc2 sg3 tty0 tty17 tty25 tty33 tty41 tty5 tty58 tty9 vcs3 vcsa5
btrfs-control full loop2 md0 null sda2 sdc3 sg4 tty1 tty18 tty26 tty34 tty42 tty50 tty59 ttyS0 vcs4 vcsa6
bus fuse loop3 md1 port sda3 sdd shm tty10 tty19 tty27 tty35 tty43 tty51 tty6 ttyS1 vcs5 vpd
char i2c-0 loop4 md127 ptmx sdb sdd1 snd tty11 tty2 tty28 tty36 tty44 tty52 tty60 ttyS2 vcs6 zero
console initctl loop5 mem pts sdb1 sdd2 stderr tty12 tty20 tty29 tty37 tty45 tty53 tty61 ttyS3 vcsa
core input loop6 mpt2ctl random sdb2 sdd3 stdin tty13 tty21 tty3 tty38 tty46 tty54 tty62 urandom vcsa1
Am I missing something?
Maybe it might be because the Samsung USB drive actually is a BD drive as well? It DOES have the ability to write DVD's... - StephenBGuru - Experienced UserI think the issue is that udev isn't properly installing the device. I don't know how to fix that though.
- ZkiiFreakAspirant
StephenB wrote: I think the issue is that udev isn't properly installing the device. I don't know how to fix that though.
:cry:
Any idea as to who might be able to help me out? It would be an awesome feature! - StephenBGuru - Experienced UserSomeone with more linux expertise than I have - mdgm, chirpa, skywalker, certainly there are others here. Make sure you have full backups as you move forward.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!