Skip to main content

Timeline for How to mount a device in Linux?

Current License: CC BY-SA 4.0

15 events
when toggle format what by license comment
S Oct 20, 2019 at 23:06 history edited Jeff Schaller CC BY-SA 4.0
Separated command from output.
S Oct 20, 2019 at 23:06 history suggested Dave Jarvis CC BY-SA 4.0
Separated command from output.
Oct 20, 2019 at 20:28 review Suggested edits
S Oct 20, 2019 at 23:06
Aug 16, 2017 at 11:03 comment added appas Fdisk shows my 2 partitions on a USB MicroSD card, but I can not mount these: sudo mount -t vfat /dev/sdc /media/microsd/ mount: /dev/sdc: can't read superblock sudo mount -t vfat /dev/sdc1 /media/microsd/ mount: special device /dev/sdc1 does not exist. lsblk only shows the root node sdc, not the partitions that fdisk shows. Ideas?
Oct 2, 2015 at 15:58 comment added ghm1014 @Cody, I don't understand the question, the "System" column indicates the filesystem, if it is fat32, then you just mount it. No need to specify the filesystem on the mount command
Sep 29, 2015 at 11:20 comment added Cody @ghm1014 What if System is W95 FAT32 (LBA) here it gives no indication that it is vfat. Can you point me any resource that list system and it's corresponding filesystem.
Oct 29, 2012 at 2:18 vote accept its_me
Aug 18, 2011 at 14:00 comment added ghm1014 /dev/cdr* it's common to be used too
Aug 17, 2011 at 22:00 comment added its_me One last doubt. Are these the only common filesystem device files: /dev/sd* or /dev/hd* are for hard disks, /dev/cdrom for CD-ROMs and /dev/fd* for floppies. Anything else?
Aug 17, 2011 at 21:55 comment added ghm1014 Usually, yes. If you're running gnome, it mount usb and external hard drives but itself without manually mount. It shows a popup window just like Windows does.
Aug 17, 2011 at 21:47 vote accept its_me
Aug 17, 2011 at 21:48
Aug 17, 2011 at 21:02 comment added its_me So, normally is this how I should find it on a running linux system: plugin a pen drive (example), issue the command # fdisk -l and find the device (/dev/*) & its filesystem (vfat, ntfs, hpfs, ext etc). Right?
Aug 17, 2011 at 20:56 comment added ghm1014 Maybe this is not a mount issue, but a device recognition problem. Take a look at /var/log/message file, it should show if there is any problem with the USB device.
Aug 17, 2011 at 20:49 comment added its_me I am on a fedora VM (Windows 7 host). I just plugged in a usd drive (Windows doesn't recognize it because the VM is running) and issued the command $ fdisk -l. But it only lists Linux and Linux LVM file systems (only two). Not vfat, ntfs, hpfs or ext etc.
Aug 17, 2011 at 20:42 history answered ghm1014 CC BY-SA 3.0