mounting windows

Jim Cornette fc-cornette at insight.rr.com
Tue Jun 26 11:00:58 UTC 2007


Thufir wrote:
> 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 at localhost ~]$ su -
> Password: 
> [root at 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 at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# nano /etc/fstab 
> [root at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# mount -a
> [root at 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 at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# 
> [root at localhost ~]# 
> [root at 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 at localhost ~]# 
> [root at localhost ~]# date
> Mon Jun 25 22:54:27 PDT 2007
> [root at localhost ~]# 
> [root at localhost ~]# 
> 
> 
> Still trying variations and googling....
> 
> 
> 
> thanks,
> 
> Thufir
> 

You did create the /mnt/sda1 directory?

Jim

-- 
Worst Response To A Crisis, 1985:
 From a readers' Q and A column in TV GUIDE: "If we get involved
in a nuclear war, would the electromagnetic pulses from exploding bombs
damage my videotapes?"




More information about the fedora-list mailing list