Ubuntu
jamiejim
Posts: 244
I am using Ubuntu from a live CD, and was trying to copy some files from the internal HD to an external one. It told me that access was denied, presumably because of a password? Is there any way to get around it?
MBUK
0
Comments
-
Should have got an Apple [/os war]
havent fallen off,
im just having a rest
Updated [:D] <font color="red">Glory</font id="red"> <font color="red">Jackal</font id="red">
Safe as Fu<s></s>ck Pushbike Bullsh<s></s>it and <font color="red">Wideopen Mag.</font id="red">0 -
No thanksMBUK0
-
What <i>exactly</i> does it say?
What method are you using to copy the files?
Is it refusing access to the external drive or the internal one?0 -
Basically, it lets me move files from the external drive to the Ubuntu desktop and it lets me move files from the internal drive to the desktop. But it doesnt let me move the files from the internal to the external or vice versa. Im confused!MBUK0
-
Fantastic.
Now would you mind actually answering my questions?0 -
oops, forgot about the question!
When I try and move the files it give me an error message: *Error while copying to "/media/MY BOOK". You do not have permissions to write to this folder*
Im just C&P into the correct folder, and it lets me move files to the desktop, but not to either driveMBUK0 -
What's the location of your internal drive? Probably something like /mnt/somethingorother.0
-
its in the media folder of the file browser, the external is there as wellMBUK0
-
When I did live boot with KUbuntu it would not allow me to mess with files and such on the storage. It says so as well if you look through the PDF thingy.
<font size="1"><font color="blue">MSN/Email</font id="blue"></font id="size1">
<font size="1"><font color="red">I Love Horses</font id="red"></font id="size1">0 -
hmm...I should probably install it properly then, time to start messing about with partitions!MBUK0
-
Right, here's how to do it from the command line.
Go to Applications>Accessories>Terminalsudo cp -v /media/internal/the folder you want/the file you want /media/MY BOOK
If you want to copy all files in a folder, but not the actual folder, use a wildcard, for example folder/*.
If you want to copy two or more files, just put a space between the paths.0 -
copy not move it
<center><blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by bEavoLa</i>
as i washed my nutsack with my soapy cloth i couldn't help but release a slight "Yaaaaarrrgh"...
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">I killed the president of paraguay with a fork. how have you been?</center>0 -
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by mr pie man 2</i>
When I did live boot with KUbuntu it would not allow me to mess with files and such on the storage. It says so as well if you look through the PDF thingy.<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">'Course it doesn't through the GUI. Can do it perfectly well with the command line though, I've used an Ubuntu LiveCD to fix my proper install after the graphics drivers fu<u></u>cked up.
Mian: Eh?0 -
Ok, cheers. trying nowMBUK0
-
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by whyamihere</i>
Right, here's how to do it from the command line.
Go to Applications>Accessories>Terminalsudo cp -v /media/internal/the folder you want/the file you want /media/MY BOOK
If you want to copy all files in a folder, but not the actual folder, use a wildcard, for example folder/*.
If you want to copy two or more files, just put a space between the paths.
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">
You've got to '\' out the spaces.
So a file with the name MY BOOK would be referenced asMY\ BOOK
And the above would be:sudo cp -v /media/internal/the\ folder\ you\ want/the\ file\ you\ want /media/MY\ BOOK
Which is why no-one in their right mind uses spaces in filenames.
<hr noshade size="1"><font size="1"> README
[url=mailto:avisforwardedemails@gmail.com?subject=MBUK Moderation]E-mail me if you think i've moderated something wrong[/url] (but don't change the subject or I won't get it)</font id="size1">0 -
Completely forgot about that...
Because I don't have any stupid spaces in my filenames. [:D]0