LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem In mounting flash drive (https://www.linuxquestions.org/questions/linux-newbie-8/problem-in-mounting-flash-drive-466451/)

RajendraKumar 07-22-2006 12:48 AM

Problem In mounting flash drive
 
Hi All,
I am using RHEL 3 and I just want to mount flash/Pen/Thumb drive .
Please help me
My /etc/fstab is as below

LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/sda2 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/sd1 /mnt/flash auto

Thanks All In Advance,

Rajendra

kaz2100 07-22-2006 08:56 PM

Quote:

Originally Posted by RajendraKumar
Hi All,
/dev/sd1 /mnt/flash auto

This line does not look correct.

jstephens84 07-22-2006 10:04 PM

Quote:

Originally Posted by RajendraKumar
Hi All,
I am using RHEL 3 and I just want to mount flash/Pen/Thumb drive .
Please help me
My /etc/fstab is as below

LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/sda2 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/sd1 /mnt/flash auto

Thanks All In Advance,

Rajendra

change /dev/sd1 /mnt/flash auto to the following.
Code:

/dev/sda1 /mnt/flash vfat owner,user  0  0
just to make sure when you plug it in your device is on sda or sd. Tell use what you get from an fdisk -l. The above should work though.

Capt_Caveman 07-23-2006 01:56 AM

Not really an Enterprise question. Moving thread to the Linux - Newbie forum to get the exposure it deserves.

david01 07-23-2006 04:53 AM

ubuntu seems to have great support for flash drives, i just plug mine in and it works 100%


All times are GMT -5. The time now is 05:27 AM.