BUG: Entries in fstab with 'late' option, require order, with ntfs and ufs

rank1seeker at gmail.com rank1seeker at gmail.com
Mon Aug 29 18:38:08 UTC 2011


This yields successfull boot
--
/dev/ufsid/4e5bbdf76b8b4567        /usr/DOC        ufs    rw,late  0  0
/dev/ufsid/4e5bbe036b8b4567        /usr/SRC        ufs    ro,late,noatime  0  0

# This are WinXP drives:
/dev/ada0s1              /mnt/win_c      ntfs    rw,mountprog=/usr/local/bin/ntfs-3g,late         0       0
/dev/ada0s5              /mnt/win_d      ntfs    rw,mountprog=/usr/local/bin/ntfs-3g,late         0       0
/dev/ada0s6              /mnt/win_e      ntfs    rw,mountprog=/usr/local/bin/ntfs-3g,late         0       0
--


This yields kick, in a single user mode
--
# This are WinXP drives:
/dev/ada0s1              /mnt/win_c      ntfs    rw,mountprog=/usr/local/bin/ntfs-3g,late         0       0
/dev/ada0s5              /mnt/win_d      ntfs    rw,mountprog=/usr/local/bin/ntfs-3g,late         0       0
/dev/ada0s6              /mnt/win_e      ntfs    rw,mountprog=/usr/local/bin/ntfs-3g,late         0       0

/dev/ufsid/4e5bbdf76b8b4567        /usr/DOC        ufs    rw,late  0  0
/dev/ufsid/4e5bbe036b8b4567        /usr/SRC        ufs    ro,late,noatime  0  0
--

dmesg part:
--
Mounting late file systems:NTFS signature is missing.
Failed to mount '/dev/ufsid/4e5bbdf76b8b4567': Invalid argument
The device '/dev/ufsid/4e5bbdf76b8b4567' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
NTFS signature is missing.
Failed to mount '/dev/ufsid/4e5bbe036b8b4567': Invalid argument
The device '/dev/ufsid/4e5bbe036b8b4567' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
.
Mounting /etc/fstab filesystems failed,  startup aborted
ERROR: ABORTING BOOT (sending SIGTERM to parent)!
Aug 29 20:02:31 blackhole init: /bin/sh on /etc/rc terminated abnormally, going
to single user mode
Enter full pathname of shell or RETURN for /bin/sh:
--


Domagoj Smolčić


More information about the freebsd-hackers mailing list