我是靠谱客的博主 如意芹菜,最近开发中收集的这篇文章主要介绍看 linux 安装在 sda? 上,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

cat /etc/fstab

 

# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# / was on /dev/sda8 during installation
UUID=19738a9e-b750-4a1e-979d-6619eead14c5 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda9 during installation
UUID=5f9d03f6-8c88-4524-af3d-f7e472ed6b47 none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0

 

最后

以上就是如意芹菜为你收集整理的看 linux 安装在 sda? 上的全部内容,希望文章能够帮你解决看 linux 安装在 sda? 上所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(40)

评论列表共有 0 条评论

立即
投稿
返回
顶部