On September 22, 2004 11:14 am, Andrew Porter wrote:
> On Wed, 2004-09-22 at 13:35, Derek Broughton wrote:
> > You don't need the module _loaded_. mount will do that.
>
> I think this is dependant on which distribution and also whether you are
> using the autoloader or not.
Well, the distribution
thanks for this advice during stressful times.
worked. :)
When you use mount you either have to tell it enough information to
mount the device or it will look in /etc/fstab for clues.
You will need to have ntfs support (read-only) either compiled into your
kernel or the module loaded and then t
On Wed, 2004-09-22 at 13:35, Derek Broughton wrote:
> You don't need the module _loaded_. mount will do that.
I think this is dependant on which distribution and also whether you are
using the autoloader or not.
> > mount -t ntfs /dev/hda2 /mnt
>
> mkdir /mnt/win
> mount -t ntfs /dev/hda2 /mnt/
On September 22, 2004 11:14 am, Andrew Porter wrote:
> On Wed, 2004-09-22 at 13:35, Derek Broughton wrote:
> > You don't need the module _loaded_. mount will do that.
>
> I think this is dependant on which distribution and also whether you are
> using the autoloader or not.
Well, the distribution
On September 22, 2004 07:53 am, Andrew Porter wrote:
> When you use mount you either have to tell it enough information to
> mount the device or it will look in /etc/fstab for clues.
>
> You will need to have ntfs support (read-only) either compiled into your
> kernel or the module loaded and then
thanks for this advice during stressful times.
worked. :)
When you use mount you either have to tell it enough information to
mount the device or it will look in /etc/fstab for clues.
You will need to have ntfs support (read-only) either compiled into your
kernel or the module loaded and then tell
On Wed, 2004-09-22 at 13:35, Derek Broughton wrote:
> You don't need the module _loaded_. mount will do that.
I think this is dependant on which distribution and also whether you are
using the autoloader or not.
> > mount -t ntfs /dev/hda2 /mnt
>
> mkdir /mnt/win
> mount -t ntfs /dev/hda2 /mnt/
When you use mount you either have to tell it enough information to
mount the device or it will look in /etc/fstab for clues.
You will need to have ntfs support (read-only) either compiled into your
kernel or the module loaded and then tell mount exactly what you want to
do -
mount -t ntfs /dev/h
On September 22, 2004 07:53 am, Andrew Porter wrote:
> When you use mount you either have to tell it enough information to
> mount the device or it will look in /etc/fstab for clues.
>
> You will need to have ntfs support (read-only) either compiled into your
> kernel or the module loaded and then
When you use mount you either have to tell it enough information to
mount the device or it will look in /etc/fstab for clues.
You will need to have ntfs support (read-only) either compiled into your
kernel or the module loaded and then tell mount exactly what you want to
do -
mount -t ntfs /dev/h
10 matches
Mail list logo