• Mount Manual Harddisk / USB Flash Drive di Linux

    Biasanya pengguna linux desktop akan kebingungan cara menemukan dimana letak file mereka apabila melalui console. Bagi yang belum tau cara mount flashdisk atau harddisk secara manual bisa mengikuti cara dibawah ini.

    1. Lihat daftar disk yang ada di komputer anda

    fdisk -l

    Hasilnya akan seperti yang dibawah ini

    Disk identifier: 0x00013cce

       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *        2048    87889919    43943936   83  Linux
    /dev/sda2        87891966   312498175   112303105    5  Extended
    /dev/sda5       302735360   312498175     4881408   82  Linux swap / Solaris
    /dev/sda6        87891968   302735359   107421696   8e  Linux LVM
    /dev/sdb1   *          63    15647309     7823623+   b  W95 FAT32

    Pada hasil diatas flashdisk berada di /dev/sdb1, bisa terlihat dari ukurannya.

    2. Buat sebuah folder, terserah dimana, dalam contoh ini saya membuat di /mnt/flashdisk

    mkdir /mnt/flashdisk

    3. Mount menggunakan perintah dibawah ini

    mount -t vfat /dev/sdb1 /mnt/flashdisk

    4. Silahkan cek ke /mnt/flashdisk

    cd /mnt/flashdisk

    Semoga Bermanfaat :)

    Comments

    Add new comment

    Plain text

    • No HTML tags allowed.
    • Web page addresses and e-mail addresses turn into links automatically.
    • Lines and paragraphs break automatically.
    Type the characters you see in this picture. (verify using audio)
    Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.