Problem: Trying to setup FTP but need help
|
6th Sep, 2013, 03:41 PM
Post: #2
|
|||
|
|||
Re: RE: Trying to setup FTP but need help
(6th Sep, 2013 09:50 AM)Dman11 Wrote: I am trying to be able to FTP transfer files from my computer to my Pi which has my external HDD attached. I think i need to rename my HDD because it is showing up as /media/Dans External-A2AC8C9BAC8C6C1B which is kinda tough to work with. You shouldn't have a space in your hard drives label name. Change the label to "dans_external" by doing this: Terminal mount sudo apt-get install ntfsprogs sudo umount /media/Dans\ External-A2AC8C9BAC8C6C1B sudo ntfslabel -f /dev/sda1 dans_external Replace /dev/sda1 with the equivalent, you will see it from the output of the mount command. Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Trying to setup FTP but need help - Dman11 - 6th Sep, 2013, 09:50 AM
Re: RE: Trying to setup FTP but need help - f1vefour - 6th Sep, 2013 03:41 PM
RE: Trying to setup FTP but need help - mk01 - 8th Sep, 2013, 08:14 AM
|