Find the answer to your Linux question:
Results 1 to 4 of 4
Tried to mount a thumb drive and the mount cmd insisted I supply a -t value. How does one know what the type is and what types are supported by ...
  1. #1
    Just Joined! N5SBP's Avatar
    Join Date
    Jul 2008
    Location
    Northern Virginia
    Posts
    24

    Red face [SOLVED] SuSE 11 -t codes supported for mount command

    Tried to mount a thumb drive and the mount cmd insisted I supply a -t value. How does one know what the type is and what types are supported by SuSE?

    I tried some FATxx codes and EXT2 and EXT3 but then ran out of quesses.

    thx
    Jim


    BTW this is a USB "stick" or "thumb" drive.
    The man mount says you have to check your kernel to know the types for sure.
    I tried ramfs no joy. I tried usbfs. I tried others...at one point I thought something mounted but a ls cmd showed a really strange directory list (numbers 001 - 007 etc).
    ANother thread says just go to /media and it will already be there - no joy.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Plug-in USB Stick and execute this
    Code:
    tail -s 3 -f /var/log/messages
    su -
    fdisk -l
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Most thumb drives are FAT32, but the module is called vfat, so to mount it, you would do "mount -t vfat /dev/sdX". You can run "fdisk -l" or "parted -l" to look at the partition types on devices.

  4. #4
    Just Joined! N5SBP's Avatar
    Join Date
    Jul 2008
    Location
    Northern Virginia
    Posts
    24
    Thanks - the fdisk and parted commands showed me I should be mounting a device called SDC1 NOT SDC. And yes the VFAT worked fine.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...