Thufir wrote: > I've gotta come back to this in a bit, but here's what I have so far: > > /dev/sda1 /mnt/sda1 ntfs users,rw 0 > 0 Try changing ntfs to ntfs-3g. > [root@localhost mnt]# > [root@localhost mnt]# date > Mon Jun 25 08:34:46 PDT 2007 > [root@localhost mnt]# > [root@localhost mnt]# mount /mnt/sda1/ > fusermount: mount failed: Device or resource busy > FUSE mount point creation failed > Unmounting /dev/sda1 () > [root@localhost mnt]# > [root@localhost mnt]# date > Mon Jun 25 08:35:03 PDT 2007 > [root@localhost mnt]# > [root@localhost mnt]# > You are trying to use ntfs when you should be using ntfs-3g. You can test this by running: ntfs-3g /dev/sda1 /mnt/sda1 or mount -t ntfs-3g /dev/sda1 /mnt/sda1 Either command should work. Mikkel -- Do not meddle in the affairs of dragons, for thou art crunchy and taste good with Ketchup!
Attachment:
signature.asc
Description: OpenPGP digital signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list