On 26 Dec 2001 at 18:59, Sridhar M.A. wrote:
> Not trusting NT is one thing. But, the permissions on the files under
> unix are negated. So, anyone can read my mailbox, fetchmailrc, etc.
> It is better not to install explore2fs (or similar programs) on a dual
> boot machine which is used by everyo
On Wed, Dec 26, 2001 at 05:29:34PM +0530, Shridhar Daithankar wrote:
> On 26 Dec 2001 at 17:13, Humraj wrote:
>
> > How to access Unix file system from FAT
>
> You mean dos? I guess you can't.. Newer variant of dos like Windows NT can have
> a program called as exploree2fs
On 26 Dec 2001 at 17:13, Humraj wrote:
> How to access Unix file system from FAT
You mean dos? I guess you can't.. Newer variant of dos like Windows NT can have
a program called as exploree2fs to access ext2 partitions. But I don't use it
personally. Don't trust NT that much..
Shridhar
hi all,
Adding to what he said,
u can just include those statements in /etc/fstab, so
that everytime u login those partitions will be
automatically mounted for u.
Also while installing pcq, during the disk druid
option
u can specify the mount points for windows partition.
--- Shridhar Daithan
On 26 Dec 2001 at 17:04, Vivek A. Kulkarni wrote:
> Hell List !
> Is there any way to access the NTFS/FAT partitions from PCQLinux
> and vice-versa?
# mount -t VFAT /dev/hda1 /whereever
# mount -t ntfs /dev/hda2 /whereever
man mount...
Shridhar