PDA

View Full Version : How to Access USB Drive In FC6???


s4starb4boy
2007-03-14, 02:47 AM CDT
Hi Mates!!!
I'm new to this forum as well as Fedora.I recently set my Dell Optiplex P4 pc as dual boot(Fedora core 6 and Windows XP)
I want to Access my NTFS Partition.....How?
And I want to Access USB Drive when mounted.......?
When I plug my Kingston U3 USB Flash Rom It Doesn't Appear on desktop please Guide me step by step how would i be able top Access my USB Drive, ANd NTFS Partion?
Regard,

me4linux
2007-03-14, 03:07 AM CDT
Hi
U can find the usb drive in /media/
if u dont find just enter superusermode by typing su in the terminal and give ur root passord there
then use the command
mount /dev/sda1 /media/pendrive
make sure that u create a directory named pendrive in /media
most probably the device name will be sda1 .....check the device name by typing the command
/sbin/fdisk -l
it displays all the drives
TO access ntfs search in google there are many pages which guide u to ,mount ntfs
try this first http://www.fedorafaq.org/
right now i am in am not at my desk ..i shall send u later abt ntfs

jim
2007-03-14, 03:11 AM CDT
For NTFS
http://jimlawrnc.mine.nu/mywiki/NtfsInstall

for the usb
plug it in
open a terminal
switch to root su -
type lsusb

post the results

also do you have a file like so
/usr/share/hal/fdi/policy/gparted-disable-automount.fdi

try this

cat /usr/share/hal/fdi/policy/gparted-disable-automount.fdi

me4linux
2007-03-14, 03:15 AM CDT
For NTFS
http://jimlawrnc.mine.nu/mywiki/NtfsInstall

for the usb
plug it in
open a terminal
switch to root su -
type lsusb

post the results

also do you have a file like so
/usr/share/hal/fdi/policy/gparted-disable-automount.fdi

try this

cat /usr/share/hal/fdi/policy/gparted-disable-automount.fdi

what does the command type lsusb do ??
is it the same as
mount /dev/sda1 /media
can u tell me the use of the command
cat /usr/share/hal/fdi/policy/gparted-disable-automount.fdi

stevea
2007-03-14, 03:28 AM CDT
*Normally* if you plug in a usb drive it will be automatically mounted (but there are some reasons why it much fail). If you use gnome desktop you should be able to open the "Computer" icon and see the drive installed. Open the usb drive icon and see the contents.

If the drive doesn't appear, then there is a problem. Post the output of "fdisk -l" and "lsusb" and perhaps the last few lines from the "dmesg" related to USB.

DO NOT use a command like "mount /dev/sda1 /media/pendrive " until you know what /dev/sda1 is. The guy who suggested that is taking a foolish chances. The correct drive might be /dev/sda or /dev/sdb or /dev/sdb1 or /dev/sdc or ... .

Don't start screwing around with the .fdi files (policy files) by hand. Use the program from the top menu "System->Preferences->"Removable Drives and Media". The usb is just anothe rremovable drive.

s4starb4boy
2007-03-14, 03:59 AM CDT
Thanks All of you.
Yeah It is working now thanks Me4Linux and Jim, stevea you too.
you are all great..
Thanks Again

s4starb4boy
2007-03-14, 04:19 AM CDT
Thanks Again for reply my post.
I want to tell you that I'm using fedora without internet connection Dude(me4linux) you've direct me to the url's
http://www.fedorafaq.org/
and jim
http://jimlawrnc.mine.nu/mywiki/NtfsInstall
this method can be obtain if I've internet connection..Right?? but I dont have it so for the user gaining access ntfs without having internet connection follow this url
http://www.mjmwired.net/resources/mjm-fedora-fc6.html#ntfs
and now my one more question to the forum that how to setup my fedora core6 as ISA client
let me dive in detail
we've small network in our office(30) computers and there is one ISA server through which all computer surf the net all system are windows Xp base we have to install Microsoft ISA Client for XP Base system to gain internet Access and it works fine then.
but In fedora core 6 I dont know how to set it up. What I was...? Just Internet Access how to configure my fedora core 6 machine and sorry if this thread already posted please dirct me to the link where its's answer can be located
Regard,