mounting windows

Mikkel L. Ellertson mikkel at infinity-ltd.com
Mon Jun 25 19:28:25 UTC 2007


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 at localhost mnt]# 
> [root at localhost mnt]# date
> Mon Jun 25 08:34:46 PDT 2007
> [root at localhost mnt]# 
> [root at localhost mnt]# mount /mnt/sda1/
> fusermount: mount failed: Device or resource busy
> FUSE mount point creation failed
> Unmounting /dev/sda1 ()
> [root at localhost mnt]# 
> [root at localhost mnt]# date
> Mon Jun 25 08:35:03 PDT 2007
> [root at localhost mnt]# 
> [root at 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!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20070625/1e532fd1/attachment-0001.sig>


More information about the fedora-list mailing list