linux下有关挂载的小结

格式:mount [-t 文件系统类型] 挂什么设备 挂哪里

挂载设备,可以供系统随机存取数据的接口设备,b类型。

查看了一下系统中b类型文件,有md hd fd loop sd ram 。

可以挂载的文件系统:

iso9660       光盘或光盘镜像

msdos         DOS 文件系统

vfat              Windows 9x 文件系统

ntfs              Windows NT

smbfs          Mount Windows文件网络共享
nfs               UNIX(Linux) 文件网络共享

df -l 可以查看挂载情况。

blkid 可以查看存储设备id。

lsblk 作用大概同上吧,我的CentOS 5.8 没有这个命令。

挂载目录中,之前存在的文件,在此目录挂载设备后,原来的文件不见了,此目录是挂载后新挂载设备中的文件。接挂后,原来目录中的文件又自行出现。

参考:

mount

Usage: mount -V                 : print version

mount -h                 : print this help

mount                    : list mounted filesystems

mount -l                 : idem, including volume labels

So far the informational part. Next the mounting.

The command is `mount [-t fstype] something somewhere‘.

Details found in /etc/fstab may be omitted.

mount -a [-t|-O] ...     : mount all stuff from /etc/fstab

mount device             : mount device at the known place

mount directory          : mount known device here

mount -t type dev dir    : ordinary mount command

Note that one does not really mount a device, one mounts

a filesystem (of the given type) found on the device.

One can also mount an already visible directory tree elsewhere:

mount --bind olddir newdir

or move a subtree:

mount --move olddir newdir

One can change the type of mount containing the directory dir:

mount --make-shared dir

mount --make-slave dir

mount --make-private dir

mount --make-unbindable dir

One can change the type of all the mounts in a mount subtree

containing the directory dir:

mount --make-rshared dir

mount --make-rslave dir

mount --make-rprivate dir

mount --make-runbindable dir

A device can be given by name, say /dev/hda1 or /dev/cdrom,

or by label, using  -L label  or by uuid, using  -U uuid .

Other options: [-nfFrsvw] [-o options] [-p passwdfd].

For many more details, say  man 8 mount .

时间: 2024-10-09 01:01:26

linux下有关挂载的小结的相关文章

在linux下怎样挂载NTFS格式的磁盘

1.问题描述: # mount –t ntfs /dev/sdc1 /mnt/usb   mount: unknown filesystem type 'ntfs' 这是由于默认linux系统上无法识别NTFS格式的分区. 2.解决办法: 通过使用 ntfs-3g 来解决. 打开ntfs-3g的下载点http://www.tuxera.com/community/ntfs-3g-download/ ,将最新稳定ntfs-3g_ntfsprogs-2014.2.15.tgz下载到linux系统中.

linux下CDROM挂载

在VM-->removableDevice-->CD DVD-->加载iso镜像文件: [[email protected] mnt]# mount /dev/cdrom /mnt/cdrom mount: block device /dev/cdrom is write-protected, mounting read-only [[email protected] mnt]# mount -o ro /dev/cdrom /mnt/cdrom #-o rw 用可读写模式挂载 moun

Linux下nice/renice命令小结

1. nice命令 内核根据进程的nice值决定进程需要多少处理器时间. nice值的取值范围是是: -20到20. 一个具有-20 的 nice 值的进程有很高的优先级. 一个 nice 值为 20 的进程的优先级则很低. 1) 用 ps axl 显示所有正在运行的进程的 nice 值 # ps axl F   UID   PID PPID PRI NI     VSZ RSS WCHAN STAT TTY TIME COMMAND 4     0     1     0 16    0 21

Linux下磁盘挂载

公司硬盘不够用了,新买了一个存储,需要挂载到现在的系统上.前期的步骤就不说了,运维全部搞定,无非是硬件和网络那一套,这里只说分配到本人后在Linux下如何挂载. 具体步骤如下: 1.查看是否已经分配 [[email protected] home]# fdisk -l 磁盘 /dev/sda:64.4 GB, 64424509440 字节,125829120 个扇区 Units = 扇区 of 1 * 512 = 512 bytes 扇区大小(逻辑/物理):512 字节 / 512 字节 I/O

linux下如何挂载windows共享文件夹

环境:windows8.1 with update (IP:192.168.80.135) centos6.5 最小化安装的系统 步骤: 1.在windows的E盘创建了一个文件夹myhome,在myhome下随便新建一个文件,然后把该文件夹设置共享.windows下如何共享文件夹步骤请自行百度. 2.在linux下安装cifs软件 yum install cifs-utils 3.挂载命令 mount.cifs -o username="administrator",password

夺命雷公狗---linux NO:28 linux下的挂载操作

linux 下的原理图如下所示: 那么我们首先在linux 服务器下插上u盘或者放入光驱??模拟一下: 完成后即可回到linux使用mount命令进行挂载操作了,如下所示: 这样就完成了挂载操作了... 让后我们去看看这里面的内容和我们刚才挂载的 .iso文件  里面的内容是一模一样的噢,如下所示: 然后我们在linux系统里进入到挂载到的光驱的   Packages   目录下,如下所示: 回车后既可以发现里面有几千个文件解压包,如下所示: 这里面都是linux的应用程序包..... 居然有挂

linux下的挂载点和分区是什么关系

Linux 使用字母和数字的组合来指代磁盘分区.这可能有些使人迷惑不解,特别是如果你以前使用“C 驱动器”这种方法来指代硬盘及它们的分区.在 DOS/Windows 的世界里,分区是用下列方法命名的:每个分区都被检查过以便判定它是否可被 DOS/Windows 读取.如果分区类型是兼容的,它会被指派给一个“驱动器字母”.驱动器字母从“C”开始,然后依据要标签的分区数量而按字母顺序推移.驱动器字母可以用来指代那个分区,也可以用来指带分区所含的文件系统.Red Hat Linux 使用一种更灵活的命

Linux下如何挂载FAT32格式USB设备

挂u盘之前,运行命令cat /proc/partitions,看看现在系统中有哪些分区.插上u盘以后,再次运行上述命令,看看多出来什么分区.通常是sda1. 1.插入U盘 2.输入 fdisk -l /dev/sda 查看输出结果,比如我的是这样的: [[email protected] proc]# fdisk -l /dev/sda Disk /dev/sda: 2004 MB, 2004877312 bytes 247 heads, 62 sectors/track, 255 cylind

Linux下如何挂载windows下的共享目录

mount.cifs //192.168.1.3/server /mnt/server -o user=administrator,pass=123456 linux 下的server需要自己手动建一个  后面的user与pass 是windows主机的账号和密码 注意空格 和逗号