mount command

Discussion in 'Linux, BSD and Other OS's' started by StimpE, Jul 1, 2006.

  1. StimpE

    StimpE lol, Internet!

    Likes Received:
    1
    Trophy Points:
    18
    what's the syntax for mounting a device in konsole? I'm trying to mount a memory stick creative mp3 player.
     
  2. sabashuali

    sabashuali Ani Ma'amin

    Likes Received:
    6
    Trophy Points:
    38
  3. StimpE

    StimpE lol, Internet!

    Likes Received:
    1
    Trophy Points:
    18
    worked, thanks.

    what's the command to format the device using the FAT fs?
    is it this:
    mkfs.msdos /dev/sda1/
     
  4. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    No for a flash disk which uses a FAT32 file system it would be something like:
    Code:
    mkfs.vfat /dev/sda1
    I haven't tried this though.
     
  5. StimpE

    StimpE lol, Internet!

    Likes Received:
    1
    Trophy Points:
    18
    How can you check to see if a device is mounted, and where it's mounted to via konsole?

    edit: nvm, got it.
     

Share This Page