i think it's your calling of ntfsmount.  I do this to mount an
existing ntsf partition (i'm guessing that's your goal here).

ntfs-3g /dev/sda1 /media/Macally2  -o
force,silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other,user


ntfsmount --help shows this:

-------------------------------------------------------------------------
ntfs-3g 1.710 - Third Generation NTFS Driver

Copyright (C) 2005-2006 Yura Pakhuchiy
Copyright (C) 2006-2007 Szabolcs Szakacsits

Usage:    ntfs-3g <device|image_file> <mount_point> [-o option[,...]]

Options:  ro, force, locale=, uid=, gid=, umask=, fmask=, dmask=,
          streams_interface=. Please see details in the manual.

Example:  ntfs-3g /dev/sda1 /mnt/win -o force,locale=en_EN.UTF-8

Ntfs-3g news, support and information:  http://ntfs-3g.org
---------------------------------------------------------------------

why there is a ntfsmount command that doesn nothing is beyond me.

hth,
Peter


On 8/19/07, Sherwood Botsford <[EMAIL PROTECTED]> wrote:
>
> Progress report:
>
> Synopsis:  I want to run ntfs-3g on the client to allow me to do
> a windows install while the computer is in use as a linux terminal.
>
> 1.  Installing onto the client space.
>
> A.  Using aptitude I install ntfsprogs and nfts-3g on the server.
> B.  I ran ldd against all the programs in /usr/bin/ntfs*
> D.  Using this list, I copied the programs, and the libraries
> mentioned to /opt/ltsp/i386/ to corresponding directories.
> (Actually:  tar -cf - /usr/lib/{library-rootname*} | tar -C
> /opt/ltsp/i386 -xvf -
> checking after shows the links do the right thing.
> E.  I ssh'd into a client.
>
> F.  cd /dev; ./MAKEDEV hda
> This reports that since udev is active device nodes are made in
> /dev/.static/dev/  Checked there, and all the hda* devices are
> created.
>
> G.  mkdir /windows; ntfsmount /dev/.static/dev/hda1 /windows
> Doesn't happen.
>
> So the question: is it ntfs-3g or is it udev.
>
> Try fdisk /dev/.static/dev/hda.
> Can't open device.
>
> This implies that I don't understand the LTSP environment.
> Hints appreciated.
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to