Thread: SanDisk flash driver

  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    29

    Question SanDisk flash driver

    Hi@all

    I know I should have opened this threat at Tec session but somehow I couldn't open it.

    I want to use my USB flash driver with my knoppix linux system. My question is after save something in my usb flash driver, how I should remove it. Is there any command for safely removing flash driver in linux?

    thanks

  2. #2
    Registered User
    Join Date
    Dec 2004
    Location
    Oklahoma City
    Posts
    55
    I'm not that into Linux but can't you use the "eject" command?

    I know you can do it with floppies and CDROMs:

    Code:
    # sync;sync
    # eject fd (for floppy) or
    # eject cd (for CDROM)
    not sure how it's done with a removable device though, but whatever the device name is give it a try. The eject unmounts the device so i'm sure if it has a device name, it should unmount it.

    Hope this gets ya moving in the right direction.

    Spuds

  3. #3
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331

  4. #4
    ---
    Join Date
    May 2004
    Posts
    1,379
    Can't you just unmount it like any other device?

  5. #5
    Registered User Scribbler's Avatar
    Join Date
    Sep 2004
    Location
    Aurora CO
    Posts
    266
    You can mount/umount flash drives just like any other drive.

    However I can't think of any linux distro that doesn't support USB flash drives via Hotplug/Automount. Out of the three distributions I use between home and work (SuSE, Fedora, Gentoo), you can simply plug and unplug the flash drive at will.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 07-28-2008, 03:10 AM
  2. Replies: 6
    Last Post: 05-15-2007, 10:47 PM
  3. tty driver development
    By outoolcoe in forum Linux Programming
    Replies: 1
    Last Post: 07-19-2005, 11:49 AM
  4. egavga.bgi
    By PING in forum Game Programming
    Replies: 6
    Last Post: 11-16-2004, 01:46 AM
  5. egavga.bgi problem
    By sunil21 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-22-2003, 05:06 PM