Re: accessing other partition

2004-09-22 Thread Derek Broughton
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

Re: accessing other partition

2004-09-22 Thread Wendy Leigh Vandoolaeghe
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

Re: accessing other partition

2004-09-22 Thread Andrew Porter
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/

Re: accessing other partition

2004-09-22 Thread Derek Broughton
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

Re: accessing other partition

2004-09-22 Thread Derek Broughton
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

Re: accessing other partition

2004-09-22 Thread Wendy Leigh Vandoolaeghe
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

Re: accessing other partition

2004-09-22 Thread Andrew Porter
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/

Re: accessing other partition

2004-09-22 Thread Andrew Porter
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

Re: accessing other partition

2004-09-22 Thread Derek Broughton
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

Re: accessing other partition

2004-09-22 Thread Andrew Porter
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