You are not logged in.

#1 2011-04-06 17:14:17

ntony
Member
Registered: 2010-11-17
Posts: 32

[solved] GPT partitions boot up mounting and fsck problem

I have moved by Arch Linux from HDD to SSD. I used gdisk to make partitions and cp -ra to copy my system to the new SSD. Installed syslinux instead of GRUB2 because it is easier.

After the migration, "mount point 0 does not exist" is shown on every boot up to notify me that my / and /home partitions are not being mounted for fsck. My system works well but only the boot up fsck problem. How can I make my GPT partitions on SSD checked on every start up? Thanks!


Here is my /etc/fstab

# 
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
devpts                 /dev/pts      devpts    defaults            0      0
shm                    /dev/shm      tmpfs     nodev,nosuid,size=6G 0      0
UUID=94a54132-c224-4475-a796-23a570cd1211 swap swap defaults 0 0
UUID=5ed45bce-6932-4642-9737-a3a3694b5dc3 /home ext4 defaults,noatime,discard 0 1
UUID=985139e6-862a-4ae0-af33-63b9db7c07f6 / ext4 defaults,noatime,discard 0 1
UUID=5c8b9b0c-e886-4d8b-bbf9-d41db13b89e7 /boot ext2 defaults 0 1
none                   /tmp          tmpfs     nodev,nosuid,noatime,noexec,size=6G,mode=1777 0 0

Problem solved. Thanks!

Last edited by ntony (2011-04-07 02:01:50)

Offline

Board footer

Powered by FluxBB