Thread: How to mount a Flash Disk...

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    8

    Unhappy How to mount a Flash Disk...

    Hi all,
    I just bought a flash disk n try to use it in the Linux OS..
    How am i going to get the data from my flask disk..??
    what are the steps i needed..??
    Thanks in advance,
    xiao guang

  2. #2
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    if its usb its under /dev/sda1

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    8
    Hi all,
    Can someone tell me the required steps to access the file in the flask disk ..??
    Thanks in advance,
    xiao guang

  4. #4
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    mkdir /mnt/usb
    mount -t vfat /dev/sda1 /mnt/usb
    cd /mnt/usb
    ls

  5. #5
    Try this, if it doesn't work, you need to find which device controls your flash drive.

    1. Create a directory in /mnt to hold the drive. Something like /mnt/flash
    2. Open up a virtual terminal and type in: "mount /dev/sda1 /mnt/flash"

    If it says that the device doesn't exist, isn't present, not functioning, spontaenously combusted, etc. etc. etc. than /dev/sda1 isn't you flash device, or you don't have flash drive support in your kernel. If successful, than it was successful.

  6. #6
    Registered User
    Join Date
    Jun 2003
    Posts
    8
    Thanks for the help!!
    I managed to acces my file in the flask disk...

  7. #7
    Registered User FloatingPoint's Avatar
    Join Date
    Jun 2003
    Posts
    191
    If I might ask, what brand are you using?

    I'm too thinking of getting one but not quite of the driver support under Linux.

  8. #8
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    it counts as a usb file system, they all should work. tigerdirect has some nice ones, works for me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. linux writing often on main disk
    By mynickmynick in forum Linux Programming
    Replies: 17
    Last Post: 04-07-2009, 02:05 PM
  2. Disk failure in 3 disk RAID0 & 5?
    By cpjust in forum Tech Board
    Replies: 12
    Last Post: 12-22-2008, 10:09 AM
  3. Debian on a system with Compact Flash, without Hard Disk
    By mynickmynick in forum Linux Programming
    Replies: 19
    Last Post: 09-01-2008, 11:38 AM
  4. Formatting Output
    By Aakash Datt in forum C++ Programming
    Replies: 2
    Last Post: 05-16-2003, 08:20 PM
  5. Towers of Hanoi, special output.
    By spoon_ in forum C Programming
    Replies: 3
    Last Post: 03-15-2003, 06:08 PM