4.3.1. Preparing a USB stick using a hybrid CD or DVD image Debian CD and DVD images can now be written directly to a USB stick, which is a very easy way to make a bootable USB stick. Simply choose a CD or DVD image (such as the netinst, CD-1, DVD-1,…
https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-ubuntu?_ga=2.141187314.17572770.1527066726-797419680.1527066726 1. Overview With a bootable Ubuntu USB stick, you can: Install or upgrade Ubuntu Test out the Ubuntu desktop experien…
macOS & USB stick why macOS can only read USB stick, can not write files to USB stick macos 无法写文件 到 U盘 NTFS 分区格式 把移动硬盘或 U 盘接入到 Mac 电脑上,当把文件拷贝到移动硬盘时,会发现不能复制文件到移动硬盘. 这里因为移动硬盘或 U 盘是使用 Windows 系统下的 NTFS 分区格式,而 Mac 系统原生是不支持这种格式的,也就是为什么不能向硬盘里拷贝资料的原因. https…
Windows: https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#0 Ubuntu: https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-ubuntu#0 Mac: https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-ma…
1 准备工作 opensuse 13.2ESXi ISO文件  //vmware 官网下载 VMware-VMvisor-Installer-5.1.0-799733.x86_64.iso,XXXXXX为内部版本号 2. Initlize usb disk fdisk /dev/sdb "d" 删除全部分区     "n" 创建遍及整个磁盘的主分区1     "t" 设置文件系统为FAT32(LBA),代码为"c"     &…
To put WinPE on a USB Stick, you must first make it bootable. Warning: This will destroy all the data on the USB Stick! 1. With your USB flash drive connected, click Start è All Programs è Accessories, then right-click Command Prompt and choose Run a…
1 . 制作ISO: $ mkisofs -V LabelName -J -jcharset=utf8 -r -o /home/TargetImage.iso /home/my-data-dir 参数V是volumn ID,卷标:参数J表示产生Joliet ( name of an extension to the ISO 9660 file system) , 制作与windows兼容的盘. 2. 查看设备: # cdrecord -scanbus scsibus1:          1,0…
inux读取ISO文件或是光驱的方法--挂载 首先在虚拟机选项的设置里设置CD/DVD选项,勾选:Connect at power on 再在连接中选择:Use ISO image file即选择镜像文件的目录地址 然后在/root目录下输入命令:# mount /mnt/cdrom 如输出错误为: mount: can't find cdrom in /etc /fstab or /etc/mtab 可知在/etc/fstab找不到要挂载的文件 有两种解决方式: 1.输入命令:# mount…
http://bazaar.launchpad.net/~libburnia-team/libisofs/scdbackup/view/head:/doc/boot_sectors.txt Collection of Boot Sector Formats for ISO 9660 Images by Thomas Schmitt - mailto:scdbackup@gmx.net Libburnia project - mailto:libburn-hackers@pykix.org Thi…
Title: Disable all UEFI boot options tblatt 问: Hello, system: Latitude E6530 I want to disable all UEFI boot options when system ist booting. In BIOS setup under Settings --> General --> Boot Sequence, I can configure the boot list options for UEFI.…
我们都知道在windows下有winiso可以将光盘制作成光盘镜像ISO文件,在linux下一个命令就搞定了.那就是mkisofs.先看看mkisofs的help. rory@dev:~$ mkisofs -helpUsage: mkisofs [options] file...Options:  -nobak                      Do not include backup files  -no-bak                     Do not include…
虚拟机中的Linux有时不能连接上外网,为了能够方便的安装各种packages,于是调查配置本地yum安装的方法. 首先,将作为源的iso的挂载到系统上. mount -o loop /dev/cdrom /mnt/iso/或者mount -o loop /xxx/xxx.iso /mnt/iso/ 其中/mnt/iso是事先在本地建立的文件夹. 然后将文件iso.repo拷入文件夹/etc/yum.repos.d 如果文件夹/etc/yum.repos.d中有其他*.repo的文件,请备份后删…
首先,将作为源的iso的挂载到系统上. 代码如下: mount -o loop /xxx/xxx.iso /mnt/iso/ 其中/mnt/iso是事先在本地建立的文件夹. 然后将文件iso.repo拷入文件夹/etc/yum.repos.d 如果文件夹/etc/yum.repos.d中有其他*.repo的文件,请备份后删除. iso.repo的内容如下: 代码如下: [iso] name=rhel baseurl=file:///mnt/isogpgkey=file:///mnt/iso/RP…
先将ISO文件挂载起来: [root@racdb1 ~]# mount -o loop /opt/soft/rhel-server-6.8-x86_64-dvd.iso /mnt/iso [root@racdb1 ~]# df| grep iso /opt/soft/rhel-server-6.8-x86_64-dvd.iso 3787224 3787224 0 100% /mnt/iso [root@racdb1 ~]# mount| grep iso /opt/soft/rhel-serve…
1.将N个debian-506-amd64-DVD-N.iso存放于本地或其他媒介内,本例是放在本机/iso/目录下2.创建N个挂载点目录 如下: debian:~#mkdir –r /media/dvd1 debian:~#mkdir –r /media/dvd2 debian:~#mkdir –r /media/dvd3 -. debian:~#mkdir –r /media/dvdN 3.挂载iso文件 debian:~#cd /iso debian:/iso#mount –o loop…
本文讲解使用ffmpeg从USB摄像头中采集一帧数据并写入文件保存,测试平台使用全志A20平台,其他平台修改交叉工具链即可移植.开发环境使用eclipse+CDT.交叉工具链使用arm-Linux-gcc4.4版本. ffmpeg库的移植和编译请参考博客http://blog.csdn.net/smilefyx/article/details/32714743,开发板usb摄像头支持配置请参照博客http://blog.csdn.net/smilefyx/article/details/2957…
在<debian下使用dynamic printk分析usb转串口驱动执行流程>中使用了usb转串口,当前例子使用usb网卡分析驱动(dm9601芯片). 仍然需要使能dynamic printk,可以参考<debian下配置dynamic printk以及重新编译内核>配置并重新编译内核. 此处使用的usb网卡是从京东购买的沐阳 Jp1081. 未插入usb网卡时,查看usb信息: $ lsusb Bus Device : ID 1d6b: Linux Foundation 2.…
看了一篇文章<debug by printing>,文中提到了多种通过printk来调试驱动的方法,其中最有用的就是"Dynamic debugging". “Dynamic debugging"的官方文档:http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/dynamic-debug-howto.txt?id=HEAD "Dyanmic de…
参考的博客 http://www.cnblogs.com/darkknightzh/p/8564483.html 有很多时候需要在liunx 环境中将文件打成 iso 所有很多时候就会用到这个命令(mkisofs)直接上命令参数 mkisofs -o aa.iso -J -R -V bb release bb 是光盘的名字 release 是将要生成的 文件夹名字 aa.iso 是生成的 镜像名字 -o  -J   -R  -V 是参数具体的请看一下参数表 mkisofs -help Optio…
本系列文章会总结 QEMU/KVM 和 Ceph 之间的整合: (1)QEMU-KVM 和 Ceph RBD 的 缓存机制总结 (2)QEMU 的 RBD 块驱动(block driver) (3)存储卷挂接和设备名称 1. QEMU 的 RBD 块驱动 QEMU/KVM 虚机中的磁盘(disk drive),可能虚拟自 Hypervisor 上的 qcow2,raw 等格式的镜像文件,也可能来自网络块设备存储系统比如 Ceph 的一个卷等.QEMU 使用一套统一的插件式的块设备驱动架构,它定义…
liveusb-creator The liveusb-creator is a cross-platform tool for easily installing live operating systems on to USB flash drives. Features Works in Windows and Linux! Completely non-destructive install. There is no need to deal with formatting or par…
正在运行的内核和系统信息 # uname -a # 获取内核版本(和BSD版本) # lsb_release -a # 显示任何 LSB 发行版版本信息 # cat /etc/SuSE-release # 获取 SuSE 版本 # cat /etc/debian_version # 获取 Debian 版本 使用 /etc/DISTR-release 其中DISTR(发行代号)= lsb (Ubuntu), redhat, gentoo, mandrake, sun (Solaris), 等等.…
下载了ubuntu 11.04,ubuntu11.10,fedora15,kubuntu 11.04,linuxmint-11,还有suse的kde和gnome的桌面版镜像,其他的都很方便的做成了liveusb,在linux系统中用unetbootin软件制作,其中linuxmint-11因为尚不支持,所以在windows下用软碟通刻录的,而只有suse两个都不吃,不管怎么实验,都无法安装成功,去官网看到这么一段,关于制作liveusb的方法 Create a Live USB (GUI) Do…
Get the fix to “0xc000000f: error attempting to read the boot configuration data” boot error for Windows XP, Vista, 7, 8, or 8.1operating systems. Contents [hide] 1 About the “0xc000000f” error 1.1 Description and Symptoms 1.1.1 Symptom 1: 0xc000000f…
打算 macbook 上面多安装一个 ubuntu 系统来用下.流程大致下面几步: 1. 备份重要资料 2. 划分硬盘区域用于安装 ubuntu 3. 下载 ubuntu ISO 文件,并刻录到 U 盘 4. 重启,将 U 盘的 ubuntu 安装到划分好的分区. 具体步骤 1. 先备份重要的资料,以免安装失败,重要资料找不回来. 2. 划分硬盘区域用于安装 ubuntu 从现有硬盘中划分一个区域用于装 ubuntu,避免对现有系统的影响. 打开OS X 上的 Disk Utility 在左侧栏…
内容简介 1.第一部分第二课:下载Linux,免费的噢 2.第一部分第三课预告:测试并安装Ubuntu 下载Linux,免费的噢 大家好,上一课我们认识了非常“霸气侧漏”的Linux操作系统. 也知道了它的吉祥物:企鹅,叫Tux(燕尾服的意思),而且它是一只雄性的企鹅,爷们,24K纯滴.(这个不重要好不,小编...) 我们还提到了什么是操作系统,Linux的历史和不同的Linux发行版.也确定了我们后续课程要使用的Linux发行版:Ubuntu.幸好,在各个Linux发行版(每个发行版还有不同版…
10 best Linux distros for privacy fiends and security buffs in 2017 Introduction The awesome operating system Linux is free and open source. As such, there are thousands of different ‘flavours’ available – and some types of Linux such as Ubuntu are g…
1.LiveCD原理 LiveCD本质上是ISO 9660/El Torito格式的CD-ROM. 下面对LiveCD涉及的各种技术做了简单的调研. 1.1. CD-ROM CD-ROM是一种光盘存储介质. 与磁盘类似,CD-ROM被划分为多个track,track又被划分为多个sector.sector大小为2352字节,随着sector所采用的编码方式的不同,其内部结构也不同,见下图.CD digital audio格式是CD唱片采用的方式,CD-ROM Mode1/2是CD-ROM数据盘(…
参考:https://www.tecmint.com/centos-7-installation/ =================================================== centos安装时的分区最少有一个根分区(/),存放系统文件及程序一个swap分区,相当于window的虚拟内存,一般是物理内存的1.5倍(<8G时):如果物理内存大于8G,swap分区配置8-16G即可,太大无用/boot分区,引导分区,存放系统引导文件,如linux内核:所有文件大小一般只有…
制作一个 Windows 安装 U 盘是很容易的,使用 UltraISO 这样的刻录工具量产一个 iso 镜像文件到 U 盘即可.然而随着 Windows 10 版本号的提升,镜像变得越来越大,终于 FAT32 文件系统不再能够容纳得下安装镜像文件 install.wim 了. 本文将介绍如何制作镜像文件大于 4GB 的 UEFI 启动的系统安装盘.   充分利用 Windows 8 和 Windows 10 中的特性——“快速启动”,我们必须使用 UEFI 模式启动操作系统:这就要求我们制作的…