Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

can't mount some fs



Hi,

I've updated source today.
New kernel can't mount some fs.
Old kernel built from 2012/1/29 source was able to mount them.

-----
nonaka@koharu:[-]$ mount
/dev/wd0a on / type ffs (log, NFS exported, local)
tmpfs on /tmp type tmpfs (local)
tmpfs on /usr/pkg/emul/linux/dev/shm type tmpfs (local)
nonaka@koharu:[-]$
nonaka@koharu:[-]$ cat /etc/fstab
/dev/wd0a               /               ffs     rw,log  1 1
/dev/wd0b               none            swap    sw      0 0
tmpfs                   /tmp            tmpfs   rw
kernfs                  /kern           kernfs  rw
procfs                  /proc           procfs  rw
ptyfs                   /dev/pts        ptyfs   rw
/dev/cd0a               /cdrom          cd9660  ro,noauto
tmpfs                   /emul/linux/dev/shm tmpfs rw,-m1777
/home/source/NetBSD/src /usr/src        null    rw
/home/source/NetBSD/pkgsrc /usr/pkgsrc  null    rw
/home/source/NetBSD/xsrc /usr/xsrc      null    rw
/dev/sd2e               /mnt            msdos   rw,noauto,-C=cp932
nonaka@koharu:[-]$
nonaka@koharu:[-]$ sudo mount -a
mount_kernfs: kernfs on kernfs: Operation not supported by device
mount_procfs: procfs on /proc: Operation not supported by device
mount_ptyfs: ptyfs on /dev/pts: Operation not supported by device
mount_null: /home/source/NetBSD/src on /usr/src: Operation not
supported by device
mount_null: /home/source/NetBSD/pkgsrc on /usr/pkgsrc: Operation not
supported by device
mount_null: /home/source/NetBSD/xsrc on /usr/xsrc: Operation not
supported by device
nonaka@koharu:[-]$
nonaka@koharu:[-]$ mount
/dev/wd0a on / type ffs (log, NFS exported, local)
tmpfs on /tmp type tmpfs (local)
tmpfs on /usr/pkg/emul/linux/dev/shm type tmpfs (local)
nonaka@koharu:[-]$
-----

regards,
-- 
NONAKA Kimihiro


Home | Main Index | Thread Index | Old Index