how to mount usbstick drive on fedora

By | January 17, 2009

su
[root@es-lnx ~]#
[root@es-lnx ~]# mkdir /mnt
[root@es-lnx ~]# mkdir /mnt/usbstick

Now you can stick your usbstick to your fedora PC.

[root@es-lnx ~]# mount /dev/sda1 /mnt/usbstick
[root@es-lnx ~]# cd /mnt/usbstick
[root@es-lnx usbstick]# exit
logout