Re: [PD] [shell] mount USB drive - howto ?

2008-10-04 Thread Ingo Scherzinger
Ooops!

 

I'm so stupid! Of course it can't work if I misspell it!

 

Thanks for the hint!

 

 

 -Ursprüngliche Nachricht-

 Von: Martin Peach [mailto:[EMAIL PROTECTED]

 Gesendet: Freitag, 3. Oktober 2008 14:19

 An: Ingo Scherzinger

 Cc: pd-list@iem.at

 Betreff: Re: [PD] [shell] mount USB drive - howto ?

 

 Ingo Scherzinger wrote:

  [mount /dev/sdb1 /usb(

  |

  [shell]

  That does the trick. “Unmount” doesn’t work this way, however.

 

 Maybe umount works?

 

 Martin

 

 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [shell] mount USB drive - howto ?

2008-10-03 Thread Ingo Scherzinger
Hi Frank,

 

Thank you for your suggestion. I'll check that out, too.

However these are always different USB-Sticks in order to exchange patch
data.

So what I did was use [shell]:

 

First create an empty directory usb in the root folder and then

 

[mount /dev/sdb1 /usb(

|

[shell]

 

That does the trick. Unmount doesn't work this way, however.

For some reason [shell] doesn't seem to accept all possible/needed commands.

 

I'll try some other commands like kill or something similar.

 

Ingo

 

 

 

Hallo,

Ingo Scherzinger hat gesagt: // Ingo Scherzinger wrote:

 

 Can anybody help me to mount an USB-Stick on Linux with a -nogui patch?

 

 I've found [shell] which looks like it should do the trick. However I'm
not

 too much of a Linux Console guy.

 

 I need to be able to save patch data on a stick that is to be mounted
after

 pd has started.

 

Will it always be the same stick? Then it's probably easier to set up

automatic mounting similar to the procedure described here: 

 http://www.debian-administration.org/articles/127
http://www.debian-administration.org/articles/127

and in a lot of other places search engines can find for you.

 

In the directory /dev/disk/ you will find various subdirectories which

will get filled with device files for your stick. Personally I like the 

/dev/disk/by-id/ format most. For example my MP3-Player shows up there

as:

 

/dev/disk/by-id/usb-Meizu_MiniPlayer_0

 

To mount it just use: 

 

$ mount -t vfat /dev/disk/by-id/usb-Meizu_MiniPlayer_0
/media/stick

 

or similar. 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [shell] mount USB drive - howto ?

2008-10-03 Thread Martin Peach
Ingo Scherzinger wrote:
 [mount /dev/sdb1 /usb(
 |
 [shell]
 That does the trick. “Unmount” doesn’t work this way, however.
 
Maybe umount works?

Martin

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [shell] mount USB drive - howto ?

2008-10-02 Thread Frank Barknecht
Hallo,
Ingo Scherzinger hat gesagt: // Ingo Scherzinger wrote:

 Can anybody help me to mount an USB-Stick on Linux with a -nogui patch?
 
 I've found [shell] which looks like it should do the trick. However I'm not
 too much of a Linux Console guy.
 
 I need to be able to save patch data on a stick that is to be mounted after
 pd has started.

Will it always be the same stick? Then it's probably easier to set up
automatic mounting similar to the procedure described here: 
http://www.debian-administration.org/articles/127
and in a lot of other places search engines can find for you.

In the directory /dev/disk/ you will find various subdirectories which
will get filled with device files for your stick. Personally I like the 
/dev/disk/by-id/ format most. For example my MP3-Player shows up there
as:

/dev/disk/by-id/usb-Meizu_MiniPlayer_0

To mount it just use: 

$ mount -t vfat /dev/disk/by-id/usb-Meizu_MiniPlayer_0 /media/stick

or similar. 

Ciao
-- 
Frank

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list