On Friday 15 June 2007 5:50 pm, Reg wrote: > Nick Rout wrote: > > Well it is clearly mounted read/write (rw) so it is more likely a > > permissions thing. Who owns the files? Try ls -l /music and see who > > owns the files. > > if I enter that command I get: > > [EMAIL PROTECTED]:~> ls -l /music > total 96 > dr-xr-xr-x 149 root root 32768 2007-06-14 17:27 My Music
If you are the only one using the computer then I would, as root, type.... chmod -R 777 /music/My Music/ (To be root, type "su -" then press enter then enter root password) There may be plenty who would advise against my suggestion so maybe give it a while to wait for others to respond. > drwxr-xr-x 2 root root 32768 2007-06-14 18:44 Recycled > drwxr-xr-x 3 root root 32768 2007-06-14 17:27 System Volume Information > > > reg
