|
|
| Spooky 2005-01-31, 7:45 am |
| please how to read usb stick with data under linux fedora.
I cant see data because stick is under fat32.
how to solove this problem.
| |
|
| Spooky wrote:
> please how to read usb stick with data under linux fedora.
> I cant see data because stick is under fat32.
> how to solove this problem.
Mount it.
| |
| Steve Rush 2005-01-31, 7:45 am |
| On Mon, 31 Jan 2005 10:20:47 +0100, Spooky wrote:
> please how to read usb stick with data under linux fedora.
> I cant see data because stick is under fat32.
> how to solove this problem.
Fedora can read and write FAT32. Which version of Fedora? Fedora Core 3
automounts my USB stick when I plug it in.
| |
| Dirk Wendland 2005-02-09, 7:45 am |
| Spooky wrote:
> please how to read usb stick with data under linux fedora.
> I cant see data because stick is under fat32.
> how to solove this problem.
Hello
login as root
tail -f /var/log/messages
Plugin you're Stick.
then you should see which device is you're USB - Stick.
then you must mount the stick ....
In most cases that iss dev/sda0 ...
mount /dev/sda0 /mnt
then copy and do what you want
then
umount /mnt
Greetings
Dirk
--
develop - Projekt
A Tool for c-c++ / Java / html / php
http://dirk-wendland.de.vu
|
|
|
|