On Mon, 25 Jun 2007 14:28:25 -0500, Mikkel L. Ellertson wrote: [...] > 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 [...] See below for an error :( [thufir@localhost ~]$ su - Password: [root@localhost ~]# cat /etc/fstab LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /dev/VolGroup00/LogVol01 swap swap defaults 0 0 /dev/VolGroup01/LogVol01 swap swap defaults 0 0 /dev/sda1 /mnt/sda1 ntfs users,rw 0 0 [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# nano /etc/fstab [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# mount -a [root@localhost ~]# mount -t ntfs-3g /dev/sda1 /mnt/sda1 fusermount: mount failed: Device or resource busy FUSE mount point creation failed Unmounting /dev/sda1 () [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# cat /etc/fstab LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /dev/VolGroup00/LogVol01 swap swap defaults 0 0 /dev/VolGroup01/LogVol01 swap swap defaults 0 0 /dev/sda1 /mnt/sda1 ntfs-3g users,rw 0 0 [root@localhost ~]# [root@localhost ~]# date Mon Jun 25 22:54:27 PDT 2007 [root@localhost ~]# [root@localhost ~]# Still trying variations and googling.... thanks, Thufir