ok, another dumb question. how does one access the game; does it need to be installed under linux, if that is where you want to play it, even though it is already on windows?
Ubuntu Linux - Split Thread
Collapse
X
-
All ntfs-config does is edit the /etc/fstab file to enable ntfs-3g for each NTFS drive. When you add a new drive, the file needs to be re-generated.
Just a wild guess but I think in the next release ntfs-3g will be installed by default.Last edited by anonymez; 30 Apr 2007, 05:45 AM.Comment
-
I ran it & rebooted, no go. I still cannot do anything with the drive except look at the contents. I forgot to mention that this is a drive that has xp installed on it. Does that make any difference? I only need to pull a couple items off of it & then wipe it clean.Comment
-
I also had the stuck windows again - I had to type "metacity" ?
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# Entry for /dev/sda2 :
UUID=f105baec-31f0-4457-a6fe-952666613eb0 / ext3 defaults,errors=remount-ro 0 1
# Entry for /dev/sda1 :
UUID=0CF0AD7CF0AD6CA0 /media/sda1 ntfs-3g defaults,locale=en_US.UTF-8 0 1
# Entry for /dev/sda5 :
UUID=46E4140DE41401BB /media/sda5 ntfs-3g defaults,locale=en_US.UTF-8 0 1
# Entry for /dev/sda3 :
UUID=90ff5261-bc5d-4f7e-8a05-057532bac244 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdb /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0Comment
-
Odd the IDE drive does not show up in fstab. Run a terminal, type:
Code:sudo fdisk -l | grep NTFS
Also trying to set up mouse "single click" - do I use Nautilus?
I also had the stuck windows again - I had to type "metacity" ?Comment
Comment