Re: compressing c:

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Matt Graham
Date:  
To: Main PLUG discussion list
Subject: Re: compressing c:
From: Michael Havens <>
> After searching fir an answer I found mount.ntfs-3g so I type in
>      mount.ntfs-3g /dev/sda2 /c

>
> and the machine tells me I have an invalid argument. This is strange
> because when I mount sda1 with the same command it does it with no
> problems.


Is there a filesystem on sda2? If "mount.ntfs-3g /dev/sda1 /mnt/somewhere"
works and it doesn't work with sda2, then check. Doing "dd if=/dev/sda2 bs=16
count=1 | od -a" should return a line or 2 with "N T F S" immediately visible.
If you get nothing but zeroes, then there isn't an NTFS filesystem there.
Figure out what is there and go from there. If there isn't anything there,
sda2 isn't an extended partition, and you *want* to have an NTFS filesystem
there, mkntfs could do that, but I don't know what Windows would do with it.
It tends to get irritated when everything isn't exactly like how it expects.

Also, when Windows creates more than one partition on a disk, it generally
makes those extra partitions logical, not primary, or at least it *used* to in
2000/XP. "fdisk -l /dev/sda" and post the results.

--
Matt G / Dances With Crows
The Crow202 Blog: http://crow202.org/wordpress/
There is no Darkness in Eternity/But only Light too dim for us to see

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss