Quote |
So how else do I get the mp3 files from my music device to become resident on my DSl usb device and capable of being accessed when using xmms? |
Code Sample |
$ sudo mkdir /mnt/sda1/music $ sudo chown dsl /mnt/sda1/music $ chgrp staff /mnt/sda1/music $ cp /mnt/sdc1/music/* /mnt/sda1/music |