Re: mount pendrive fstab entry ?

2006-06-18 Thread B.Hoffmann
Thanks works perfect now.



Kind Regards,
B.Hoffmann

Linux User #398054

-Zenwalk- -Ubuntu- -Debian (Sarge)-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mount pendrive fstab entry ?

2006-06-18 Thread Philippe De Ryck
On Sat, 2006-06-17 at 21:00 +0100, B.Hoffmann wrote:
 Hi all,
 
 after some experimenting my fstab entry for mounting a pendrive now
 looks like this
 
 dev/sda/media/usbdrive autorw,user,noauto  0   0
 
 but it still doesn't work (obviously or would not post).
 Before wasting more time on trying to figure out this relatively simple
 issue I thought maybe you guys would hopefully be kind enough and give
 me a quick solution just by posting what entry you got.
 
 Ah, and it's formatted in ext2 so auto in above is probably wrong? Or
 should it work with auto?
 
 Thanks a lot once again.
 (It's been a while since last posting here anyway)
 

You can see the list of available partitions using fdisk -l /dev/sda.
Then try mouting it by hand first (as root):
mount /dev/sdaX /media/usbdrive. If that works, then edit your fstab
(just faster by hand :)). Also check syslog for mount errors (check in
real time using: tail -f /var/log/syslog in a terminal)

Good luck

Philippe De Ryck


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mount pendrive fstab entry ?

2006-06-18 Thread Philippe De Ryck
On Sun, 2006-06-18 at 11:28 +0100, B.Hoffmann wrote:
 Thanks works perfect now.
 
 
 
 Kind Regards,
 B.Hoffmann
 
 Linux User #398054
 
 -Zenwalk- -Ubuntu- -Debian (Sarge)-
 
 

Oh crap,

ignore my last message, didn't see this one

Philippe De Ryck


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mount pendrive fstab entry ?

2006-06-18 Thread Brad Sims
On Saturday 17 June 2006 6:16 pm, B.Hoffmann wrote:
 Have changed it to
 
 /dev/sda /media/usbkey ext2 rw,user,noauto 0 0
 
 still won't mount. The error I'm getting is
 
 mount: mount point /media/usbkey does not exist
 Error: could not execute pmount

Does the folder /media/usbkey exist? 
If not create it with mkdir /media/usbkey.

This is the way I handle USBKeys
/dev/sda1  /media/usbstick  auto  noauto,noatime,user  0 0

The noatime tells it not to update access times on the drive that will
increase the lifespan of the drive

-- 
And any office, any office, contains a small drain hidden in your cubicle,
and if you listen closely you can hear your mortal allotment gurgling
down the pipe -- James Lileks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



SOLVED: mount pendrive fstab entry ?

2006-06-18 Thread B.Hoffmann
 Thanks works perfect now.
 
 
 

##Oh crap,

##ignore my last message, didn't see this one

##Philippe De Ryck


Thank you anyway Philippe for the input.
That's why the Debian community is truely the most helpful and
knowedgeable. One of the main reasons why I didn't bother with Slackware
any longer.

It was the missing link in /media as simple as that. My user was in
plugdev and all that was needed after creating the symlink (is this the
right word?) was to make it accessible under Disks in root, entering the
path.
Though I have no clue how to do this without this gui utility. 



Kind Regards,
B.Hoffmann

Linux User #398054

-Zenwalk- -Ubuntu- -Debian (Sarge)-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



mount pendrive fstab entry ?

2006-06-17 Thread B.Hoffmann
Hi all,

after some experimenting my fstab entry for mounting a pendrive now
looks like this

dev/sda/media/usbdrive autorw,user,noauto  0   0

but it still doesn't work (obviously or would not post).
Before wasting more time on trying to figure out this relatively simple
issue I thought maybe you guys would hopefully be kind enough and give
me a quick solution just by posting what entry you got.

Ah, and it's formatted in ext2 so auto in above is probably wrong? Or
should it work with auto?

Thanks a lot once again.
(It's been a while since last posting here anyway)



Kind Regards,
B.Hoffmann

Linux User #398054

-Zenwalk- -Ubuntu- -Debian (Sarge)-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mount pendrive fstab entry ?

2006-06-17 Thread H.S.

B.Hoffmann wrote:

Hi all,

after some experimenting my fstab entry for mounting a pendrive now
looks like this

dev/sda/media/usbdrive autorw,user,noauto  0   0

but it still doesn't work (obviously or would not post).
Before wasting more time on trying to figure out this relatively simple
issue I thought maybe you guys would hopefully be kind enough and give
me a quick solution just by posting what entry you got.

Ah, and it's formatted in ext2 so auto in above is probably wrong? Or
should it work with auto?

Thanks a lot once again.
(It's been a while since last posting here anyway)



What Debian distribution are you using and what kernel?

-HS


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: mount pendrive fstab entry ?

2006-06-17 Thread B.Hoffmann
B.Hoffmann wrote:
 Hi all,
 
 after some experimenting my fstab entry for mounting a pendrive now
 looks like this
 
 dev/sda/media/usbdrive autorw,user,noauto  0   0
 
 but it still doesn't work (obviously or would not post).
 Before wasting more time on trying to figure out this relatively
simple
 issue I thought maybe you guys would hopefully be kind enough and give
 me a quick solution just by posting what entry you got.
 
 Ah, and it's formatted in ext2 so auto in above is probably wrong? Or
 should it work with auto?
 
 Thanks a lot once again.
 (It's been a while since last posting here anyway)


What Debian distribution are you using and what kernel?

-HS


2-6-12-10-k7 on Ubuntu 5.10 here. Automount used to work but broke a
long while ago, meaning don't remember anymore when and what led up to
it. Possibly kernel upgrade.



Kind Regards,
B.Hoffmann

Linux User #398054

-Zenwalk- -Ubuntu- -Debian (Sarge)-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mount pendrive fstab entry ?

2006-06-17 Thread Felix C. Stegerman
* B.Hoffmann [EMAIL PROTECTED] [2006-06-17 22:00]:
 After some experimenting my fstab entry for mounting a pendrive now
 looks like this
 
 dev/sda/media/usbdrive autorw,user,noauto  0   0

  ^ are you missing a '/' or was that a typo in your e-mail?

 but it still doesn't work (obviously or would not post).

This works for me:

/dev/sda2 /media/usbkey ext2 ro,user,noauto 0 0

Of course, my usb key is partitioned, so you may need to use /dev/sda
if yours is not.


- Felix

-- 
Felix C. Stegerman [EMAIL PROTECTED]  http://obfusk.net
~ Any sufficiently advanced bug is indistinguishable from a feature.
~   -- R. Kulawiec
~ vim: set ft=mail tw=70 sw=2 sts=2 et:


pgpAeThEC4ZNo.pgp
Description: PGP signature


Re: mount pendrive fstab entry ?

2006-06-17 Thread H.S.

B.Hoffmann wrote:

B.Hoffmann wrote:


Hi all,

after some experimenting my fstab entry for mounting a pendrive now
looks like this

dev/sda/media/usbdrive autorw,user,noauto  0   0

but it still doesn't work (obviously or would not post).
Before wasting more time on trying to figure out this relatively


simple


issue I thought maybe you guys would hopefully be kind enough and give
me a quick solution just by posting what entry you got.

Ah, and it's formatted in ext2 so auto in above is probably wrong? Or
should it work with auto?

Thanks a lot once again.
(It's been a while since last posting here anyway)




What Debian distribution are you using and what kernel?

-HS


2-6-12-10-k7 on Ubuntu 5.10 here. Automount used to work but broke a
long while ago, meaning don't remember anymore when and what led up to
it. Possibly kernel upgrade.


hmm ... so you are actually using Ubuntu. Anyway, if you are using 
/etc/fstab to mount your usb stick, make sure your usb stick gets 
detected as the appropriate device. When you connect your stick to the 
USB port, what messages you get in /var/log/syslog? Give this command:

$ tail -n 25 -f /var/log/syslog

and then insert the usb stick and watch what you get on the terminal 
output and paste it here.


Second, I was under the impression that you actually wanted a 
plug-and-play sort of thing. That is, plug in the usb stick and it's 
icon is shown automatically on the desktop. Is this so? If so, then are 
you a member of the plugdev group? What version of udev and 
gnome-volume-manager do you have?


-HS


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: mount pendrive fstab entry ?

2006-06-17 Thread B.Hoffmann
Have changed it to

/dev/sda /media/usbkey ext2 rw,user,noauto 0 0

still won't mount. The error I'm getting is

mount: mount point /media/usbkey does not exist
Error: could not execute pmount


Kind Regards,
B.Hoffmann

Linux User #398054

-Zenwalk- -Ubuntu- -Debian (Sarge)-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mount pendrive fstab entry ?

2006-06-17 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

B.Hoffmann wrote:
 Have changed it to
 
 /dev/sda /media/usbkey ext2 rw,user,noauto 0 0
 
 still won't mount. The error I'm getting is
 
 mount: mount point /media/usbkey does not exist
 Error: could not execute pmount

$ sudo mkdir -p /media/usbkey

- --
Ron Johnson, Jr.
Jefferson LA  USA

Is common sense really valid?
For example, it is common sense to white-power racists that
whites are superior to blacks, and that those with brown skins
are mud people.
However, that common sense is obviously wrong.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFElJNQS9HxQb37XmcRAtLlAJ90JxCv5l0DxGgQyPdqUPB9webvMACcCpmB
PPCorm5RWpWM6CwSs0J8FX4=
=N7nh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]