-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Saturday 20 April 2002 06:50 pm, Rob Yale wrote:
> Actually, I need to give you the correct error I get:
>
> mount: mount point /windows does not exist
You need to create the mount point.
'mkdir /windows' for example.
That said, I generally try t
t: April 20, 2002 5:49 PM
> To: [EMAIL PROTECTED]
> Subject: RE: How to create new mount point
>
>
> Ok, I did what was suggested:
>
> 1) Created a directory '/mnt/windows'
>
> 2) Mounted the directory with;
> mount -t vfat /dev/hda5 /mnt/
hen I boot, I get an error that states that the partition does not
exist.
Any thoughts?
Thanks,
Rob Yale
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Jeremy Tan
Sent: April 20, 2002 12:21 PM
To: [EMAIL PROTECTED]
Subject: Re: How to create new m
, I get an error that states that the partition does not
exist.
Any thoughts?
Thanks,
Rob Yale
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Jeremy Tan
Sent: April 20, 2002 12:21 PM
To: [EMAIL PROTECTED]
Subject: Re: How to create new mount point
> Hi folks,
>
> I have a FAT partition on hda which I would like to be able to access
> from my Linux install on hdb.
This is a sample from my /etc/fstab
/dev/hdg6 /mnt/Documents vfatuser,auto,exec,rw,umask=0
0 0
if you want to be able to write to your F
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Saturday 20 April 2002 11:45 am, Mike Burger wrote:
> First, you need to mkdir a directory, where you'll mount the FAT
> partition. Then, it's a simple matter of adding the mount point to
> your fstab with the right parameters.
And those paramete
First, you need to mkdir a directory, where you'll mount the FAT
partition. Then, it's a simple matter of adding the mount point to your
fstab with the right parameters.
On Sat, 20 Apr 2002, Rob Yale wrote:
> Hi folks,
>
> I have a FAT partition on hda which I would like to be able to acces
Hi Rob,
Assuming your windows partition is hdd1:
1. Create a directory called windows in /mnt. You can
call the directory as you like
2. Mount the windows partition:
mount -t vfat /dev/hdd1 /mnt/windows
You have to do this as a root.
-=Hanny
--- Rob Yale <[EMAIL PROTECTED]> wrote:
Title: Message
Hi
folks,
I have a FAT
partition on hda which I would like to be able to access from my Linux install
on hdb. How do I create a new mount point? Do I simply make a new
entry in the fstab file? If so, what would that entry
be?
Thanks,
Rob
Yale