LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I manually mount a FAT32 external drive in Kubuntu 7.0.0? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-manually-mount-a-fat32-external-drive-in-kubuntu-7-0-0-a-644937/)

higleyg 05-26-2008 05:33 PM

How do I manually mount a FAT32 external drive in Kubuntu 7.0.0?
 
Hello,
I finally managed to get a Seagate Free Agent 500GB drive reformatted to FAT32 with GPart but now that I've done that Konqueror isn't able to mount it. I intend to copy my (single partition!) Home folder to it and then repartition my internal drive. It mounted automatically before I reformatted it, but of course I couldn't move any files to it. I'm a very inexperienced user and afraid I don't know the basics yet. Any advice will be greatly appreciated.
Many thanks,
higleyg

Person_1873 05-26-2008 05:37 PM

alt+f2 xterm

Code:

@sudo su
#mkdir /media/external
#mount -t vfat /dev/sdb1 /media/external
#exit
@exit



All times are GMT -5. The time now is 12:52 AM.