Tag:usb
-
Time:2019-9-15
How to Use U Disk under Linux/FreeBSD 1. First of all, we need to know a concept: any storage device with USB interface can be regarded as a U disk, which includes USB external hard disk, CF card with USB interface, MMC card and so on. 2. Under Linux/FreeBSD, the U-disk unification is simulated as […]
-
Time:2019-6-17
Whether using Win system or installing Linux system, as long as it does not damage the original system, users can use Live USB to try various distributions of Linux. So, how to make Live USB under Linux system? The following edition will introduce several methods to you. Let’s go and have a look. 1、UNetbootin This […]
-
Time:2019-6-15
Linked CD-ROM Drive mount -t cd9660 /dev/acd0 /cdrom Unloading CD-ROM umount -f /cdrom Connect USB mount -t msdos /dev/da0s1 /mnt/usb Unload USB umount /dev/da0s1
-
Time:2019-5-5
For general users, it is a very simple technology to create boot USB in Ubuntu or Windows system, but not everyone can create it well in Mac OS X system. Live Ubuntu is usually recommended to install live Ubuntu in Mac instead of USB boot, but considering that Macbook Air has neither CD driver nor […]