LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   All I want to do is mount this drive.... with it's own name (https://www.linuxquestions.org/questions/linux-newbie-8/all-i-want-to-do-is-mount-this-drive-with-its-own-name-230740/)

Thaidog 09-14-2004 10:32 PM

All I want to do is mount this drive.... with it's own name
 
It's a firewire fat32 drive.... I gave it /home in fstab and mounted it.... can I give it it's own name besides something already taken? I just want a name for it like /firewaire... but that's not working.

btmiller 09-14-2004 10:49 PM

Sure ...

mkdir /firewire

mount -t vfat <firewire drive> /firewire

and update your fstab accordingly.

koyi 09-14-2004 11:36 PM

Quote:

Originally posted by btmiller
mkdir -t vfat <firewire drive> /firewire
i think it should b "mount" but not mkdir here... :confused:

btmiller 09-14-2004 11:39 PM

You're right -- of course :) and fixed in an edit. This is what happens when I try to read mail and post on LQ simultaneously.

Thaidog 09-15-2004 03:54 PM

Worked like a charm.. thanks!:jawa:


All times are GMT -5. The time now is 03:46 AM.