How to mount a USB disk on Xen Server
- Insert the USB stick or disk
- Check the device name with FDISK -l
- Make a mount point directory: mkdir /mnt/usbdisk
- Mount the disk (assuming FAT file system with mount -t vfat -o rw,users /dev/DEVNAME /mnt/usbdisk the DEVNAME is contained in the results of step 2.
- When done, use umount /mnt/usbdisk
- Then remove the drive.
No comments:
Post a Comment