On Thu, Dec 16, 2004 at 04:12:35PM +, Daniel Goldsmith wrote:
> On Thu, 16 Dec 2004 15:44:40 +, David Dorward <[EMAIL PROTECTED]> wrote:
> > Daniel Goldsmith wrote:
>
[...]
> > > o Why were the dos/win filesystem supports removed from Sarge's
> > > kernels?
> >
> > They aren't, as far as
On Thu, 16 Dec 2004 15:44:40 +, David Dorward <[EMAIL PROTECTED]> wrote:
> Daniel Goldsmith wrote:
> FAT32 is called vfat all though Linux world.
>
> mount -t vfat /dev/hdb1 /mnt/windows
I'm not being deliberately obtuse here, but I tried that and I got a
'not supported' message
> > o Why
Daniel Goldsmith wrote:
o Which module needs to be loaded? I have loaded msdos and vfat, but
the system still says that the fat32 is not supported by the kernel.
FAT32 is called vfat all though Linux world.
mount -t vfat /dev/hdb1 /mnt/windows
o Why were the dos/win filesystem supports removed from
On Thu, Dec 16, 2004 at 01:22:29PM +, Daniel Goldsmith wrote:
> the Debian system refuses to mount the Windows FAT32 partition, although it
> does recognise it.
you need to load the "vfat" module:
modprobe vfat
I was a bit annoyed with Ubuntu, I would expect them to load the "vfat" module
On Thu, 16 Dec 2004 13:22:29 +, Daniel Goldsmith
<[EMAIL PROTECTED]> wrote:
> Sorry for re-awakening this fairly dead thread, but...
>
> On Thu, 18 Nov 2004 13:30:25 +0200, David Baron <[EMAIL PROTECTED]> wrote:
>
> > There are, as posted, other alternatives as well. Ext3 is simplest, I think
Sorry for re-awakening this fairly dead thread, but...
On Thu, 18 Nov 2004 13:30:25 +0200, David Baron <[EMAIL PROTECTED]> wrote:
> There are, as posted, other alternatives as well. Ext3 is simplest, I think.
> Linux can mount NTFS read-only but has full FAT32 support.
Is that the case with a de
Just wanted to say thanks for the replies!
Considering these replies, I think I will just make a seperate ext3
for home, and manually save a second copy of a document if I want.
Thanks again!
---
Scotty Fitzgerald
On Sat, 09 Oct 2004 17:40:06 +0200, David P James <[EMAIL PROTECTED]>
wrote:
>On F
Olav wrote:
Why not like this:
- mount your Windows partition to some mount point like /mnt/windows
- create a symlink named "My Documents" in your home to point to the
folder with the same name on the Windows partition
It keeps the dot file clutter away from Windows, it wouldn't know what
to do w
On Fri 8 October 2004 07:22, Scotty Fitzgerald wrote:
> Can that FAT32 structure handle all of /homes files?
If you do this, make sure you don't try to use maildir format mail
folders in your /home partition - this is particularly the case if you
use KMail which now defaults to maildir in ~/Mail
On Fri, Oct 08, 2004 at 01:59:20PM +0200, Andrea Vettorello wrote:
> On Fri, 08 Oct 2004 11:22:13 GMT, Scotty Fitzgerald
> <[EMAIL PROTECTED]> wrote:
> > Hello,
> > I got an official "woody" set and am now setting it up, and am
> > wondering if this "bright" idea of mine is actually advisab
On Friday 08 October 2004 03:22 am, Scotty Fitzgerald wrote:
> Hello,
> I got an official "woody" set and am now setting it up, and am
> wondering if this "bright" idea of mine is actually advisable.
> I thought that if I mounted a seperate and small partition as
> the /home directory, as well as
Olle wrote:
> BTW, I don't really see how backing up the home directory would be
> enough, at least for me. I tend to make lots of changes system wide so
> that I get the same settings for root as my ordinary user account, and
> half the time it is just easier to make the changes in the existing
>
On Friday 08 October 2004 13.22, Scotty Fitzgerald wrote:
> I thought that if I mounted a seperate and small partition as
> the /home directory, as well as using the same partition for storing
> documents and user files from my Windows 2000 Pro (the other side of
> my dual boot system,) that I co
Op vr 08-10-2004, om 13:59 schreef Andrea Vettorello:
> On Fri, 08 Oct 2004 11:22:13 GMT, Scotty Fitzgerald
> <[EMAIL PROTECTED]> wrote:
> > Hello,
> > I got an official "woody" set and am now setting it up, and am
> > wondering if this "bright" idea of mine is actually advisable.
> >
Op vr 08-10-2004, om 13:22 schreef Scotty Fitzgerald:
> Hello,
> I got an official "woody" set and am now setting it up, and am
> wondering if this "bright" idea of mine is actually advisable.
> I thought that if I mounted a seperate and small partition as
> the /home directory, as wel
On Fri, 8 Oct 2004 13:59:20 +0200, Andrea Vettorello
<[EMAIL PROTECTED]> wrote:
> IIRC FAT32 lacks user/group and the default attributes (rwx, correct
> me if i'm wrong), so IMHO not a good idea to use for home...
>
> You should find some windos programs to read (only?) ext2 partitions
> (never us
On Fri, 08 Oct 2004 11:22:13 GMT, Scotty Fitzgerald
<[EMAIL PROTECTED]> wrote:
> Hello,
> I got an official "woody" set and am now setting it up, and am
> wondering if this "bright" idea of mine is actually advisable.
> I thought that if I mounted a seperate and small partition as
>
[EMAIL PROTECTED] wrote:
> apparently umask=000, or 002, or 004, or 007, or 022, it does not give
> write access for the user. what is it going on? ia m confused.
Do the uid and gid setting you used match the user's uid/gid?
Adam
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject o
Isaac To wrote:
>> "Adam" == Adam Aube <[EMAIL PROTECTED]> writes:
>> World-writable directories are generally discouraged unless you
>> really know what you're doing - that's why I suggested 004
>> instead.
>
> Then you'd want 007 or 002, not 004.
You are indeed correct - I just grabbed the
On 2004-05-13, <[EMAIL PROTECTED]> penned:
> apparently umask=000, or 002, or 004, or 007, or 022, it does not give
> write access for the user. what is it going on? ia m confused.
Did you mount the drive read-only?
--
monique
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
> "Adam" == Adam Aube <[EMAIL PROTECTED]> writes:
Adam> Jacob Bresciani wrote:
>> or umask=000 for 777 permissions on all files/folders
Adam> World-writable directories are generally discouraged unless you
Adam> really know what you're doing - that's why I suggested 004
Ad
Jacob Bresciani wrote:
> or umask=000 for 777 permissions on all files/folders
World-writable directories are generally discouraged unless you really know
what you're doing - that's why I suggested 004 instead.
Adam
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe
or umask=000 for 777 permissions on all files/folders
---
Jacob Bresciani
Systems Analyst
Faculty of Electrical and Computer Engineering
University of Alberta
Bus: (780) 492-7368
Fax: (780) 492-1811
[EMAIL PROTECTED]
On 12-May-04, at 7:52 PM, Adam Aube wrote:
[EMAIL PROTECTED] wrote:
i adde
[EMAIL PROTECTED] wrote:
> i added a partition which is fat32. apparently the user has only read
> access to this partition. only root can write. how can i make user have
> write access as well? here is the line from the /etc/fstab:
> /dev/hdb5 /mnt/hdb5 vfat noauto,users,exec,umask=1000,gid=1000,
sure. back up everything to a tarball, format, restore. that's all there is
to it.
- Original Message -
From: "Furkan Fidan" <[EMAIL PROTECTED]>
To:
Cc:
Sent: Tuesday, February 12, 2002 2:47 PM
Subject: fat32 to ext2
> Hi,
> is it possible to convert fat32 to ext2 without data loss?
>
> Matthew D Davis wrote:
>
> Hello all,
>
> I have my system setup to dual boot win2k and Debian 2.3. I would
> like to be able to access my large fat32 partition from both
> OSes. Whenever I mount the drive from the prompt or out of fstab
> (options are default,user, error=read-only) ownership
On 01-Aug-2000 Matthew D Davis wrote:
> Hello all,
>
> I have my system setup to dual boot win2k and Debian 2.3. I would like to be
> able to access my large fat32 partition from both OSes. Whenever I mount the
> drive from the prompt or out of fstab (options are default,user,
> error=read-only
What exactly is the command you use to try mounting, you'll probably tried
all these of course... but just to be sure:
mount /dev/hda1 /mnt
mount -t vfat /dev/hda1 /mnt
mount -t ntfs /dev/hda1 /mnt (you never know what windows could do...)
Ron
Fala Lindalvo,
o negocio eh o seguinte: O Linux soh consegue acessar volumes FAT32
a partir do kernel 2.2.x, e o seu Slack deve estar com o 2.0.x, neh? OK,
uma sugestao seria atualizar o kernel, mas isso nem sempre eh possivel,
(afinal eh mais um download de 14Mb, neh)?
Quanto a um compac
Kim Andersen wrote:
> I have a problem, I really hope you can help me. I need to convert my
> computer back to FAT16 from FAT32. How can I do that? I have already
> formatted my harddisk (850MB), so does their exist any program, which in
> MS-DOS mode can convert my harddisk back to FAT16?
There'
> I have a problem, I really hope you can help me. I need to convert my
> computer back to FAT16 from FAT32. How can I do that? I have already
> formatted my harddisk (850MB), so does their exist any program, which in
> MS-DOS mode can convert my harddisk back to FAT16?
Try the normal FDISK and
[EMAIL PROTECTED] writes:
> I realize that this question has probably been asked extensively in
> the past but where might I find the proper module to read a FAT32
> hard drive.
Fat 32 support is part of debian standard kernels.
HTH,
Jens
---
[EMAIL PROTECTED] [EMAIL PROTECTED]
Key ID: 2
At 1935 2/22/99 -0700, you wrote:
>I realize that this question has probably been asked extensively in
>the past but where might I find the proper module to read a FAT32
>hard drive.
mount your drive with the option '-t vfat', but your kernel has to support
this filesystem.
Also I was wondering if anyone knew where a UDF reader/writer
might be found.
I think you have to patch your kernel:
http://trylinux.com/projects/udf/ (I will try as soon as I get my
CD-RW unit.)
--
Patrik Hägglund
On Mon, Feb 22, 1999 at 07:35:11PM -0700, [EMAIL PROTECTED] wrote:
> I realize that this question has probably been asked extensively in
> the past but where might I find the proper module to read a FAT32
> hard drive. Also I was wondering if anyone knew where a UDF
> reader/writer might be fou
David B Wilson <[EMAIL PROTECTED]> writes:
> Is there a version of Debian that has the FAT32 patch?
> It seems this patch has been available for a while now, but
> was not included in 1.3 revision 6.
The FAT32 patch will be included in Debian 2.0. It's currently
included in the kernel-image-2.0.3
Thus far no. Only kernels 2.1.x have FAT32 as a stock accessory.
On Tue, 3 Feb 1998, Alexander Kushnirenko wrote:
> Hello,
>
> Is there FAT32 support in hamm, or one need to install a patch?
>
> Thank you,
> Sasha.
>
>
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word
>
> Does anybody know if the version of Linux that was provided with 11/97
> bootDISC CD support FAT32?
No, it does not support fat32 in default kernel. You will need to apply fat32
patches and compile a custom kernel. You will find the patches at
http://bmrc.berkeley.edu/people/chaffee/fat3
There is also a program made by QuarterDeck called Partition-It! version
1.2 of this converts on the fly between FAT32 and FAT16. But why would
you want to when the kernel patch works beautifully?
>
> If you are using win95 osr2 or osr2.1, you can use partition magic 3.0
> to do it.
>
> > B-Stu
If you are using win95 osr2 or osr2.1, you can use partition magic 3.0
to do it.
Lawrence
> B-Stu wrote:
>
> How Do I Convert My Hard Drive For FAT32 To Fat16?
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED
On Mon, 15 Dec 1997, B-Stu wrote:
> How Do I Convert My Hard Drive For FAT32 To Fat16?
>
The only way I know of is with the commercial program Partition Magic ver.
3.0 (or later). Otherwise, I suppose you could back it up, reformat as
FAT16 and restore.
Bob
Bob Nielsen
On Mon, 15 Dec 1997, B-Stu wrote:
> How Do I Convert My Hard Drive For FAT32 To Fat16?
I'm not sure it's possible without backing up the entire drive and
refomatting (assuming you can find a copy of FDISK that'll do FAT16,
which I don't think was included in Win95 OSR2). Why would you want to do
Matt Thompson <[EMAIL PROTECTED]> writes:
> I was under the impression that the base install doesn't come with full
> PPP support (it says this during installation). After the base install
> (from floppy), you still are unable to dialup. If you could dialup, that
> would, of course, solve everyt
> > > I'm interested in submitting a 'Beginner's Debian Installation Guide' of
> > > some sort. I have about 80% of the framework of one completed, but am
> > > concerned about the lack of fat32 support. As is stands, if someone has a
> > > new computer formatted in fat32, they would have to form
> > I'm interested in submitting a 'Beginner's Debian Installation Guide' of
> > some sort. I have about 80% of the framework of one completed, but am
> > concerned about the lack of fat32 support. As is stands, if someone has a
> > new computer formatted in fat32, they would have to format a fat
Matt Thompson <[EMAIL PROTECTED]> writes:
> I'm interested in submitting a 'Beginner's Debian Installation Guide' of
> some sort. I have about 80% of the framework of one completed, but am
> concerned about the lack of fat32 support. As is stands, if someone has a
> new computer formatted in fat
Shaleh wrote:
>
> What is the status of FAT32 support in Linux (Debian)??
go to www.linuxhq.com and there is a patch for 2.0.29/30
Lawrence
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .
47 matches
Mail list logo