下面哪条命令可用来格式化分区?假设分区存在,且每块硬盘上有逻辑分区()A、 mkfs -t msdos /dev/sda1B、 mkfs.ext2 /dev/nullC、 mkfs -t ext2 /dev/hda4D、 mkfs --type=ext2 /dev/hdb7
下面哪条命令可用来格式化分区?假设分区存在,且每块硬盘上有逻辑分区()
- A、 mkfs -t msdos /dev/sda1
- B、 mkfs.ext2 /dev/null
- C、 mkfs -t ext2 /dev/hda4
- D、 mkfs --type=ext2 /dev/hdb7
相关考题:
假定kernel支持vfat分区,下面哪一个操作是将/dev/hda1,一个Windows分区加载到/win目录()A.mount-twindows/win/dev/hda1B.mount-fs=msdos/dev/hda1/winC.mount-swin/dev/hda1/winD.mount–tvfat/dev/hda1/win
运行Redhat Linxu 5操作系统的服务器,已从存储设备映射了一个存储分区sdb,可以使用mkfs ext3 / dev/sdb 命令吧sdb格式化成ext3文件系统。 A.错误B.正确
已知Linux系统中的唯一一块硬盘是第一个IDE接口的master设备,该硬盘按顺序有3个主分区和一个扩展分区,这个扩展分区又划分了3个逻辑分区,则该硬盘上的第二个逻辑分区在Linux中的设备名称是() A./dev/hda2B./dev/hda3C./dev/hda5D./dev/hda6
如何在Linux系统中,删除sdb上的分区信息()。A、使用fdisk/dev/sdb命令删除所有分区B、ddif=/dev/zeroof=/dev/sdbbs=1048576count=1C、rm/dev/sdb?-fD、umount/dev/sdb?
将分区/dev/sdb1格式化为ext4文件系统的命令为()A、mkfs.ext4/dev/sdb1B、ext4/dev/sdb1C、mkfs/dev/sdb1D、mkfsext4/dev/sdb1
加载MS-DOS下的软盘的命令是()。A、mount -t /dev/fd0/mnt/floppyB、mount -t ext2/dev/fd0/mnt/floppyC、mount -t ext3/dev/fd0/mnt/floppyD、mount-t vfat/dev/fd0/mnt/floppy
将分区/dev/hdb6格式化的命令是()。A、mkfs-text2/dev/hdb6B、format/dev/hdb6C、format-text2/dev/hdb6D、makefile-text2/dev/hdb6
Which of the following procedures WILL NOT increase contiguous free space on a the filesystem /data1, located on /dev/lv01, that is heavily fragmented?()A、 Run defragfs -r /data1; defragfs /data1B、 Run defragfs -r /dev/lv01; defragfs /dev/lv01C、 Back up the filesystem by name, unmount the filesystem, recreate the filesystem by running mkfs /dev/lv01, and restoring the data from the backup.D、 Back up the filesystem by inode, unmount the filesystem, recreate the filesystem by running mkfs /dev/lv01, and restoring the data from the backup.
以下哪些命令可以装载dos格式的软盘,(假设在fstab中软驱格式为ext2)()。A、mount/dev/fd0B、mount–tvfat/dev/fd0/mnt/floppyC、mount/dev/fd0–tvfatD、mount–tauto/dev/fd0/mnt/floppy
单选题已知Linux系统中的唯一一块硬盘是第一个IDE接口的master设备,该硬盘按顺序有3个主分区和一个扩展分区,这个扩展分区又划分了3个逻辑分区,则该硬盘上的第二个逻辑分区在Linux中的设备名称是()A/dev/hda2B/dev/hda3C/dev/hda5D/dev/hda6
单选题将分区/dev/hdb6格式化的命令是()。Amkfs-text2/dev/hdb6Bformat/dev/hdb6Cformat-text2/dev/hdb6Dmakefile-text2/dev/hdb6
单选题将分区/dev/sdb1格式化为ext4文件系统的命令为()Amkfs.ext4/dev/sdb1Bext4/dev/sdb1Cmkfs/dev/sdb1Dmkfsext4/dev/sdb1
单选题下面哪条命令可用来格式化分区?假设分区存在,且每块硬盘上有逻辑分区()A mkfs -t msdos /dev/sda1B mkfs.ext2 /dev/nullC mkfs -t ext2 /dev/hda4D mkfs --type=ext2 /dev/hdb7
单选题Which of the following procedures WILL NOT increase contiguous free space on a the filesystem /data1, located on /dev/lv01, that is heavily fragmented?()A Run defragfs -r /data1; defragfs /data1B Run defragfs -r /dev/lv01; defragfs /dev/lv01C Back up the filesystem by name, unmount the filesystem, recreate the filesystem by running mkfs /dev/lv01, and restoring the data from the backup.D Back up the filesystem by inode, unmount the filesystem, recreate the filesystem by running mkfs /dev/lv01, and restoring the data from the backup.