public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] USB sync/async mount
       [not found] <4Rupf-73F-35@gated-at.bofh.it>
@ 2006-03-27 16:28 ` hawat.thufir
  2006-03-27 16:45   ` Michael Kintzios
  2006-03-27 23:08   ` b.n.
  0 siblings, 2 replies; 8+ messages in thread
From: hawat.thufir @ 2006-03-27 16:28 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1252 bytes --]



On Tue, 27 Sep 2005, Tamas Sarga wrote:

> From: Tamas Sarga <tamas@wansite.homelinux.net>
> Subject: [gentoo-user] USB sync/async mount
> Newsgroups: linux.gentoo.user
> 
> Hi,
>
> I've read some docs about mount of USB keys, but I can not figure out
> that if I have
> /dev/sda1       /mnt/usb    auto        noauto,user     0 0
> in my /etc/fstab, then my key would be mounted sync, or async mode?
>
> TIA.
> Cheers,
> Tamas Sarga				SĂĄrga TamĂĄs
> --
> Make the world confused!		Zavard Ăśssze a vilĂĄgot!
> Smile on monday morning!		Mosolyogj hĂŠtfĂľ reggel!
>
> -- 
> gentoo-user@gentoo.org mailing list
>
>
>


thanks!  :)

Now I can mount my mp3 player (gotta get an ogg player).


My fstab, if anyone's wondering:

/dev/hda2	 /boot	 ext2	 defaults		 1 2
/dev/hda3	 none            swap            sw              0 0
/dev/hda4	 /	 ext3	 defaults		 0 1
none        /proc     proc    defaults          0 0
none        /dev/shm  tmpfs   defaults          0 0
/dev/hda1               /mnt/windows            vfat    users,owner,ro,umask=000 0 0
/dev/cdrom              /mnt/cdrom      iso9660         noauto,ro,user 0 0
  /dev/sda1       /mnt/usb    auto        noauto,user     0 0






-Thufir

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: [gentoo-user] USB sync/async mount
  2006-03-27 16:28 ` [gentoo-user] USB sync/async mount hawat.thufir
@ 2006-03-27 16:45   ` Michael Kintzios
  2006-03-27 16:55     ` Neil Bothwick
  2006-03-27 23:08   ` b.n.
  1 sibling, 1 reply; 8+ messages in thread
From: Michael Kintzios @ 2006-03-27 16:45 UTC (permalink / raw
  To: gentoo-user



> -----Original Message-----
> From: hawat.thufir@gmail.com [mailto:hawat.thufir@gmail.com] 
> Sent: 27 March 2006 17:29
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] USB sync/async mount
> 
> My fstab, if anyone's wondering:
>
>   /dev/sda1       /mnt/usb    auto        noauto,user     0 0
 
Shouldn't   "/dev/sda1       /mnt/usb    auto        noauto,user     0
0" also contain async to avoid burning it out?
-- 
Regards,
Mick


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] USB sync/async mount
  2006-03-27 16:45   ` Michael Kintzios
@ 2006-03-27 16:55     ` Neil Bothwick
  0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2006-03-27 16:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1375 bytes --]

On Mon, 27 Mar 2006 17:45:33 +0100, Michael Kintzios wrote:

> > My fstab, if anyone's wondering:
> >
> >   /dev/sda1       /mnt/usb    auto        noauto,user     0 0
>  
> Shouldn't   "/dev/sda1       /mnt/usb    auto        noauto,user     0
> 0" also contain async to avoid burning it out?

async is default when mounting via fstab, you can check it with "mount"
after mounting the device. automounters tend to mount sync, to avoid
filesystem damage when unplugging without unmounting. I have the
following in /etc/hal/fdi/policy/storage-policy.fdi to have them
automounted async.

<!-- Use noatime and async options for all hotpluggable or removable volumes smaller than 2GB -->
<match key="volume.size" compare_lt="2147483648">
        <match key="@block.storage_device:storage.hotpluggable" bool="true">
                <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
                <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
        </match>
        <match key="@block.storage_device:storage.removable" bool="true">
                <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
                <merge key="volume.policy.mount_option.noatime" type="bool">true</merge>
        </match>
</match>


-- 
Neil Bothwick

"The perceived world; 1) mine, 2) yours."

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] USB sync/async mount
  2006-03-27 23:08   ` b.n.
@ 2006-03-27 21:25     ` Boyd Stephen Smith Jr.
  2006-03-28  0:11       ` b.n.
  0 siblings, 1 reply; 8+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-27 21:25 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1036 bytes --]

On Monday 27 March 2006 17:08, "b.n." <brullonulla@gmail.com> wrote 
about 'Re: [gentoo-user] USB sync/async mount':
> > Now I can mount my mp3 player (gotta get an ogg player).
>
> Do portable, cheap USB-stick ogg players exist?

Check out the flash players from iRiver.  They play ogg, mp3, and wav, and 
with the proper firmware are accessible as a USB device.  The headphones 
that come with them are a little bit uncomfortable, but good enough 
quality that I could tell the difference between ~140k ogg and ~90k ogg. 
(I always use VBR, so those are average rates.)

They seem to have discontinued ogg support on their HD based players, so be 
careful that the flash player you purchase does support ogg.

Also, files can be deleted and loaded from linux even with the stock 
firmware.

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] USB sync/async mount
  2006-03-28  0:11       ` b.n.
@ 2006-03-27 22:51         ` Boyd Stephen Smith Jr.
  2006-03-28 10:31           ` [gentoo-user] OT: iRiver players (was: USB sync/async mount) Matthias Bethke
  0 siblings, 1 reply; 8+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-27 22:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2147 bytes --]

On Monday 27 March 2006 18:11, "b.n." <brullonulla@gmail.com> wrote 
about 'Re: [gentoo-user] USB sync/async mount':
> Boyd Stephen Smith Jr. wrote:
> > Check out the flash players from iRiver.  They play ogg, mp3, and wav,
> > and with the proper firmware are accessible as a USB device.
>
> Thanks! I have a mp3/wmv only flash player I received as a gift but I'd
> like to upgrade it with a 1-gb thing ogg-capable, if possible.
> I'll look at iRiver.

I'm very happy with my iRiver 799-FP (1G).

> > Also, files can be deleted and loaded from linux even with the stock
> > firmware.
>
> I'm a bit confused.
> Is the flash player recognized as a simple usb flash drive or what?

The stock firmware does not show up as a USB block device under either 
Windows or Linux.  There is an official USB firmware that you can download 
and install that makes it act like a standard USB block device under both 
operating systems.  This has the side effect of rendering the 
(Windows-only) software they provide for managing the device unusable, but 
you don't really need it anymore since it's just DnD to load and unload 
the thing.

They don't really publicize the USB firmware; in fact, I had to download it 
from a non-US site.  I think it might has something to do with the 
draconian US copyright laws or pressure from the RIAA, but I don't really 
know.

Personally, I ended up installing a modified firmware that extends the 
range of OGG playback and voice recording bitrates.  It's a modified 
version of the USB firmware, so I got access to the device as a USB block 
device for free.

Going back to the stock firmware -- there's a linux utility that provides 
command-line features roughly equivalent to the (Windows-only) software 
they provide to manipulate the device.  So, you'll be able to load/delete 
files from Linux and Windows no matter what firmware you are using.

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] USB sync/async mount
  2006-03-27 16:28 ` [gentoo-user] USB sync/async mount hawat.thufir
  2006-03-27 16:45   ` Michael Kintzios
@ 2006-03-27 23:08   ` b.n.
  2006-03-27 21:25     ` Boyd Stephen Smith Jr.
  1 sibling, 1 reply; 8+ messages in thread
From: b.n. @ 2006-03-27 23:08 UTC (permalink / raw
  To: gentoo-user

> thanks!  :)
> 
> Now I can mount my mp3 player (gotta get an ogg player).

Do portable, cheap USB-stick ogg players exist?

m.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] USB sync/async mount
  2006-03-27 21:25     ` Boyd Stephen Smith Jr.
@ 2006-03-28  0:11       ` b.n.
  2006-03-27 22:51         ` Boyd Stephen Smith Jr.
  0 siblings, 1 reply; 8+ messages in thread
From: b.n. @ 2006-03-28  0:11 UTC (permalink / raw
  To: gentoo-user

Boyd Stephen Smith Jr. wrote:

> Check out the flash players from iRiver.  They play ogg, mp3, and wav, and 
> with the proper firmware are accessible as a USB device.  The headphones 
> that come with them are a little bit uncomfortable, but good enough 
> quality that I could tell the difference between ~140k ogg and ~90k ogg. 
> (I always use VBR, so those are average rates.)
> 
> They seem to have discontinued ogg support on their HD based players, so be 
> careful that the flash player you purchase does support ogg.

Thanks! I have a mp3/wmv only flash player I received as a gift but I'd 
like to upgrade it with a 1-gb thing ogg-capable, if possible.
I'll look at iRiver.

> Also, files can be deleted and loaded from linux even with the stock 
> firmware.

I'm a bit confused.
Is the flash player recognized as a simple usb flash drive or what?

m.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] OT: iRiver players (was: USB sync/async mount)
  2006-03-27 22:51         ` Boyd Stephen Smith Jr.
@ 2006-03-28 10:31           ` Matthias Bethke
  0 siblings, 0 replies; 8+ messages in thread
From: Matthias Bethke @ 2006-03-28 10:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]

Hi Boyd,
on Monday, 2006-03-27 at 16:51:00, you wrote:
> The stock firmware does not show up as a USB block device under either 
> Windows or Linux.  There is an official USB firmware that you can download 
> and install that makes it act like a standard USB block device under both 
> operating systems.

I tried it on my iFP-895 and didn't like it at all. The proprietary
protocol isn't exactly speedy but with the ifp driver for Linux it's OK,
does some 700-800 kB/s on my USB 1.1. The USB Mass Storage
implementation peaks at about 50 kB/s. For a 512 MB player that's a tad
slow...

cheers!
	Matthias
-- 
I prefer encrypted and signed messages. KeyID: FAC37665
Fingerprint: 8C16 3F0A A6FC DF0D 19B0  8DEF 48D9 1700 FAC3 7665

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-03-28 10:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4Rupf-73F-35@gated-at.bofh.it>
2006-03-27 16:28 ` [gentoo-user] USB sync/async mount hawat.thufir
2006-03-27 16:45   ` Michael Kintzios
2006-03-27 16:55     ` Neil Bothwick
2006-03-27 23:08   ` b.n.
2006-03-27 21:25     ` Boyd Stephen Smith Jr.
2006-03-28  0:11       ` b.n.
2006-03-27 22:51         ` Boyd Stephen Smith Jr.
2006-03-28 10:31           ` [gentoo-user] OT: iRiver players (was: USB sync/async mount) Matthias Bethke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox