Copilot
Votre assistant IA quotidien
Environ 3 030 000 résultats
    Votes positifs11Meilleure réponseedited Oct 3, 2015 at 18:55

    Well --- it depends. Basically, it depends on if the device is partitioned or not (used whole). If it has just one big partition, it's partitioned anyway.

    I have a device (a Garmin GPS) that looks like an unpartioned disk, look (from the command mount which shows the mounted devices):

    /dev/sdc on /media/romano/GARMIN type vfat (rw,nosuid,nodev,uid=1153,gid=1001,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)

    so this disk needs to be unmounted with umount /dev/sdc.

    Notice however that this is a bad thing in general, stemming from...

    Content Under CC-BY-SA license
    Ceci vous a-t-il été utile ?
  1. What Is /dev/sda in Linux? | Baeldung on Linux

  2. boot - How are /dev/sda and /dev/sdb chosen? - Ask Ubuntu

  3. Is it unmount /dev/sdb or /dev/sdb1 - Ask Ubuntu

  4. How to mount a device in Linux? - Unix & Linux Stack Exchange

  5. ubuntu - What does /dev/sda in Linux mean? - Super User

  6. WEBsudo mkfs -t ext4 /dev/sdb1. You can also use it like this: sudo mkfs.ext4 /dev/sdb1 Check for bad blocks on a device. You can also check for bad blocks on a device but keep in mind that the check often takes a long …

  7. Autres questions posées
  8. How to Mount and Unmount File Systems in Linux

    WEB23 août 2019 · sudo mount /dev/sdb1 /mnt/media. Usually when mounting a device with a common file system such as ext4 or xfs the mount command will auto-detect the file system type. However, some file …

  9. partitioning - I can't tell which dev/sda/ file is my external hard ...

  10. WEB1 mars 2021 · This article explains step-by-step how to manually mount a USB drive in Linux, to a mount point directory of your choice. We’ll do everything directly in the terminal. So you can use this approach not …

  11. Linux mount Command with Examples - phoenixNAP

    WEB21 juin 2022 · For example, to detach a USB device listed as /dev/sdb1, run: umount /dev/sdb1. While busy with open files or ongoing processes, a file system cannot be detached, and the process fails. If you aren't sure …

  12. Certains résultats ont été supprimés