Re: [newbie] acessing fat32 partitions

2000-01-09 Thread M Thompson
is works, you can add an entry to your /etc/fstab file to make your life easier the next time you want to mount your fat32 partition. HTH, Matt From: John and Veronica [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [newbie] acessing fat32 partitions Date: Sat, 08

[newbie] acessing fat32 partitions

2000-01-08 Thread John and Veronica
How do I get Linux 6.0 to see my fat32 partitions? I want to copy some files I downloaded to my linux side of my pc

Re: [newbie] acessing fat32 partitions

2000-01-08 Thread forest
mount -t vfat dev/hdc1 (or what ever the partition is) mnt/disk John and Veronica wrote: How do I get Linux 6.0 to see my fat32 partitions? I want to copy some files I downloaded to my linux side of my pc

Re: [newbie] acessing fat32 partitions

2000-01-08 Thread John and Veronica
Where do I put that? I tried doing this and it didn't work Inorder to mount a Fat32 partition, FAT32 Support has to be compiled into your kernel. edit your /etc/fstab file add an entry for what ever partition is your fat32 partition ie /dev/hda1 /mnt/windrive vfat defaults 0 0 if you add