Comment 3 for bug 607052

Revision history for this message
Burt P. (pburt0) wrote :

Yep, same as before:

pburt@magus:~$ mkfs.vfat -n whatnot /dev/fd0
mkfs.vfat 3.0.9 (31 Jan 2010)
pburt@magus:~$ mdir a:
 Volume in drive A is whatnot
 Volume Serial Number is B458-80DC
Directory for A:/

No files
                          1 457 664 bytes free

pburt@magus:~$ sudo mount /dev/fd0 /media/floppy0
pburt@magus:~$ echo $?
0
pburt@magus:~$ mount
/dev/sdb2 on / type ext4 (rw,noatime,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none 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)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/pburt/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=pburt)
pburt@magus:~$

mount returns success, but doesn't actually mount. I can also dd an image to the disk without problems.