Langkah awal mounting flashdisk pada linux slackware :
a. pasang flashdisk pada port usb
b. buatlah folder : mkdir /mnt/flashdisk
c. untuk melihat flashdisk kita pada partisi keberapa ketikkan : fdisk -l , contoh :
root@mirosuck:/home/nabila# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x6cfd47f7
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1416 11373988+ 83 Linux
/dev/sda2 1417 9478 64758015 83 Linux
/dev/sda3 9479 9729 2016157+ 82 Linux swap
Disk /dev/sdb: 1998 MB, 1998585856 bytes
16 heads, 32 sectors/track, 7624 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Disk identifier: 0x657d1e09
Device Boot Start End Blocks Id System
/dev/sdb1 1 7624 1951728 b W95 FAT32
d. ketikkan: mount /dev/sdb1 /mnt/flashdisk
e. jadi isi dari flashdisk dipetakan didalam /mnt/flashdisk
f. bila sudah selesai keluar dari folder flashdisk , lalu ketikkan : umount /dev/sdb1
a. pasang flashdisk pada port usb
b. buatlah folder : mkdir /mnt/flashdisk
c. untuk melihat flashdisk kita pada partisi keberapa ketikkan : fdisk -l , contoh :
root@mirosuck:/home/nabila# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x6cfd47f7
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1416 11373988+ 83 Linux
/dev/sda2 1417 9478 64758015 83 Linux
/dev/sda3 9479 9729 2016157+ 82 Linux swap
Disk /dev/sdb: 1998 MB, 1998585856 bytes
16 heads, 32 sectors/track, 7624 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Disk identifier: 0x657d1e09
Device Boot Start End Blocks Id System
/dev/sdb1 1 7624 1951728 b W95 FAT32
d. ketikkan: mount /dev/sdb1 /mnt/flashdisk
e. jadi isi dari flashdisk dipetakan didalam /mnt/flashdisk
f. bila sudah selesai keluar dari folder flashdisk , lalu ketikkan : umount /dev/sdb1