分享

Jetson Xavier(Ubuntu18.04)安装固态硬盘并挂载到/home区下

 看见就非常 2020-05-25

参考:https://blog.csdn.net/DraemSky/article/details/85280522

Xavier的32GB eMMC5.1 flash存储根本不够用,但是英伟达在其内部还是提供了m.2的固态硬盘接口,那就加装固态吧……
推荐英特尔的固态硬盘:


硬盘的分区及挂载参考:https://blog.csdn.net/xingdou520/article/details/84309155

在这个教程的设置开机挂载有问题,修改为:

末尾增加的那一行改为:/dev/nvme0n1p1 /home ext4 defaults 0 1

如下面所示:

# Copyright (c) 2018, NVIDIA CORPORATION.  All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto.  Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.
#
# /etc/fstab: static file system information.
#
# These are the filesystems that are always mounted on boot, you can
# override any of these by copying the appropriate line from this file into
# /etc/fstab and tweaking it as you see fit.  See fstab(5).
#
# <file system> <mount point>             <type>          <options>                               <dump> <pass>
/dev/root            /                     ext4           defaults                                     0 1
/dev/nvme0n1p1       /home                 ext4           defaults                                     0 1

————————————————
版权声明:本文为CSDN博主「梦笔天涯」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/DraemSky/article/details/85280522

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多