Comment 2 for bug 857954

Revision history for this message
bcbc (bcbc) wrote : Re: [Bug 857954] Re: 11.10 wubi i386.tar.xz No /etc/fstab and no SWAP

The mount output looks like this:
/dev/loop0 on / type ext3 (rw,commit=600,commit=600)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
/dev/sda3 on /host type fuseblk
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
(rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/bcbc/.gvfs type fuse.gvfs-fuse-daemon
(rw,nosuid,nodev,user=bcbc)

The first line is different (not just the ext3/4 bit) to that of older
releases and also the output from an 11.10 installed from the ISO.
e.g. /dev/loop0 on /type ext4 (rw,errors=remount-ro,commit-600)

PS on the 11.10 installed from ISO the swap entry in /etc/fstab is the same
as older releases with the "loop,sw" bit.