Skip to content

rootfs: Stock fstab mounts wrong boot partition #7

@pdscomp

Description

@pdscomp

It's mounting the first partition on the eMMC instead of /dev/sda1 (the FAT partition containing some of the boot stuff for the Yocto):

Filesystem                Size      Used Available Use% Mounted on
/dev/root               379.2M    212.7M    142.4M  60% /
devtmpfs                 54.8M         0     54.8M   0% /dev
tmpfs                    55.3M    232.0K     55.1M   0% /run
tmpfs                    55.3M     92.0K     55.2M   0% /var/volatile
/dev/mmcblk0p1            8.0M      1.7M      6.2M  22% /boot
/dev/sda1                39.9M      6.2M     33.7M  16% /boot2

Also for some reason the stock Chitu OS can't mount your /dev/sda1 partition even though it seems to be vanilla FAT :-/ Getting that working would be helpful:

ntfs-3g: Failed to access volume '/dev/sda1': No such file or directory

ntfs-3g 2015.3.14 integrated FUSE 27 - Third Generation NTFS Driver
                Configuration type 1, XATTRS are on, POSIX ACLS are off

Copyright (C) 2005-2007 Yura Pakhuchiy
Copyright (C) 2006-2009 Szabolcs Szakacsits
Copyright (C) 2007-2015 Jean-Pierre Andre
Copyright (C) 2009 Erik Larsson

Usage:    ntfs-3g [-o option[,...]] <device|image_file> <mount_point>

Options:  ro (read-only mount), windows_names, uid=, gid=,
          umask=, fmask=, dmask=, streams_interface=.
          Please see the details in the manual (type: man ntfs-3g).

Example: ntfs-3g /dev/sda1 /mnt/windows

News, support and information:  http://tuxera.com
mount: mounting /dev/sda1 on /mnt/exUDISK failed: No such file or directory

Strange.. The stock mount command is not taking -t msdos or -t fat or -t vfat options either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions