Re: [ilugd] unable to mount floopy from linux user side

2005-08-12 Thread Yudhi
Thanks Vivek ,

I tried your suggestions and they really works for me.

>no need to do all this. just add "users" in your fstab options pertaining
>to /mnt/floppy.
>or e.g.
>/dev/fd0  /mnt/floopy  auto  noauto,users,kudzu 0 0

Thanks again to all.

Regards,
Yudhi.

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] unable to mount floopy from linux user side

2005-08-11 Thread Vivek Kapoor
On Fri, August 12, 2005 9:42, Yudhi said:
> Thanx Nandz,
>
> I have already tried this
>
>>imdps$ mount -tvfat /dev/fd0 /mnt/floopy
>
> but the result which this command shows is:
> you must be root to mount.

no need to do all this. just add "users" in your fstab options pertaining
to /mnt/floppy.

for e.g.
/dev/fd0  /mnt/floopy  auto  noauto,users,kudzu 0 0

then mount it using
$ mount /mnt/floppy

read the man pages, its written there very clearly
$ man fstab
$ man mount

o--o
| vivek  *  [EMAIL PROTECTED]  *  http://exain.net |
|Registered Linux User: #305493|
o--o


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] unable to mount floopy from linux user side

2005-08-11 Thread Sudev Barar
On 8/12/05, Yudhi <[EMAIL PROTECTED]> wrote:
> >imdps$ mount -tvfat /dev/fd0 /mnt/floopy
> 
> but the result which this command shows is:
> you must be root to mount.
Two options:
1. Put the mount on automount in fstab ???
2. Change the permission for /dev/floppy to 777 so that everyone is
able to mount this device. Or move the ownership to a group which is
allowed to mount this.
-- 
Sudev Barar
Learning Linux

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] unable to mount floopy from linux user side

2005-08-11 Thread Yudhi
Thanx Nandz,

I have already tried this 

>imdps$ mount -tvfat /dev/fd0 /mnt/floopy

but the result which this command shows is:
you must be root to mount.

And my problem is I am being able to mount the floopy and read its
contents as superuser by simply using the command mount /mnt/floppy,
but not from the user side like in my case imdps.

Any comments please???


Message: 1
Date: Thu, 11 Aug 2005 12:18:55 +0530
From: Saurabh Nanda <[EMAIL PROTECTED]>
Subject: Re: [ilugd] unable to mount floopy from linux user side
To: The Linux-Delhi mailing list 
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

> what I tries here : to put one entry in /etc/mtab file like this

You are not supposed to edit /etc/mtab. It is updated by mount
automatically each time a filesystem is mounted/unmounted.

> So please tell me from which file, I can make the system to mount the
> floopy from the user imdps account.

try the following command from user imdps:

imdps$ mount -tvfat /dev/fd0 /mnt/floopy

Nandz.
PS: FYI it's popularly known as a 'floppy'

--
http://nandz.blogspot.com

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] unable to mount floopy from linux user side

2005-08-10 Thread Saurabh Nanda
> what I tries here : to put one entry in /etc/mtab file like this

You are not supposed to edit /etc/mtab. It is updated by mount
automatically each time a filesystem is mounted/unmounted.

> So please tell me from which file, I can make the system to mount the
> floopy from the user imdps account.

try the following command from user imdps:

imdps$ mount -tvfat /dev/fd0 /mnt/floopy

Nandz.
PS: FYI it's popularly known as a 'floppy'

-- 
http://nandz.blogspot.com

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] unable to mount floopy from linux user side

2005-08-10 Thread yudhi singh
Hello all,
please solve my query:

I am facing one problem that when I mount the floopy from a user imdps
on the linux box bc1 , it is showing the following result:

mount: you must specify the file system type

but from the root I am able in mounting the floopy . So what I does
check the /etc/fstab there is this entery
/dev/fd0  /mnt/floopy  auto  noauto,owner,kudzu 0 0

what I tries here : to put one entry in /etc/mtab file like this

/dev/fd0  /mnt/floopy  vfat rw,nosuid,nodev,user=imdps  0 0

But the problem isit is not working , and also while on rebooting
the system the entry which I make in to the /etc/mtab file is no more
there, When I search about this I found that it reads from
the/etc/fstab file while on rebooting and make enteries to /etc/mtab
file accordingly.

So please tell me from which file, I can make the system to mount the
floopy from the user imdps account.


Regards,
Yudhveer

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/