I think i've found something like an answer (OK, with a hint on #gentoofr) :
why not getting it with a "ls", taking the most recent device line ?

On Thursday 25 September 2003 00:39, Azhdeen wrote:
>         mount /dev/sda1 -t vfat -o umask=000 /mnt/usbkey

I rewrote the line like this :
       mount `ls /dev/sd?? -d --sort=time|head -n 1` -t vfat -o umask=000 
/mnt/usbkey

and it seems to work allright.

anyone has a better way ?


Azhdeen
nothing like asking the question to find the answer
^_^


--
[EMAIL PROTECTED] mailing list

Reply via email to