Skip to main content

removable disk

More
18 years 11 months ago #11762 by abusayyaf
removable disk was created by abusayyaf
How can I access content in my removable disk
I'm using Fedora Core 1
I'm just install linux so anyone show me
where can I get some document for using it more easily ??
Thanks for your support!!
More
18 years 11 months ago #11766 by sahirh
Replied by sahirh on topic Re: removable disk
Hmm.. usually they detect as /dev/sdax where x is the partition number.

Try sfdisk -l from the console and see if it shows up.

Most distributions have an automounter that will set it up for you automatically.. not sure about FC though.

Cheers,

Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
More
18 years 9 months ago #12725 by linuxmanju
Replied by linuxmanju on topic Re: removable disk
I would do something like this..
Insert the card/ memstick and do a
dmesg
the last few lines show me the hardware it detected as.. sda or whatever.
Then
mount /dev/sda1 /media/

that works for me
:)
Time to create page: 0.117 seconds