Comment 18 for bug 57701

Revision history for this message
cenora (cenora) wrote :

Same here on a newly installed 7.04 system + "Automatix NTFS read/write mounter".

System configuration:

HDA1 (Local HD with Windows XP)
SDA1 (External USB drive with Ubuntu - running my OS from this partition + 500GB NTFS partition)
SDB1 (External USB drive with Ubuntu - installed for other PC + 250GB NTFS partition)

Here are the logs:

~$ mount
/dev/sda2 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.20-16-386/volatile type tmpfs (rw)
/dev/hda1 on /media/hda1 type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
/dev/sda1 on /media/sda1 type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sdb2 on /media/LinuxUSB type ext3 (rw,nosuid,nodev)
/dev/sdb1 on /media/USB250GB type ntfs (rw,nosuid,nodev,umask=222,utf8)
~$
~$ more /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda2 -- converted during upgrade to edgy
UUID=e5276077-2d98-45b6-9804-a5dc9c8c2bb7 / ext3 defaults,errors=remount-ro 0 1
# /dev/hda1 -- converted during upgrade to edgy
# /dev/sda1 -- converted during upgrade to edgy
# /dev/sda3 -- converted during upgrade to edgy
UUID=6ecd9946-ccd1-4478-9de1-d6c8dda33614 none swap sw 0 0
/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0
# Generated by Automatix
## End of Automatix mounted partitions

# Generated by Automatix
/dev/hda1 /media/hda1 ntfs-3g defaults,locale=en_US.utf8 0 0
/dev/sda1 /media/sda1 ntfs-3g defaults,locale=en_US.utf8 0 0
## End of Automatix mounted partitions
~$