From: Rob <rpc@cafe4111.org>
To: linux-kernel@vger.kernel.org
Subject: Re: turning off harddisk and listen music from ramdisk under Linux
Date: Sun, 2 Nov 2003 04:29:13 -0500 [thread overview]
Message-ID: <200311020429.13532.rpc@cafe4111.org> (raw)
In-Reply-To: <3FA57F86.7CEAC8A8@tiscali.de>
for overall project assistance:
http://www.linuxquestions.org
for turning off hard drive after a song load:
hdparm -Y /dev/hdX
for a ramdisk:
mount -t tmpfs none /mnt/ramdisk
or add this to /etc/fstab:
none /tmp/jack tmpfs defaults 0 0
On Sunday 02 November 2003 05:04 pm, Martin Wierich wrote:
> Hi guys,
>
> I want to use a PC to listen mp3-music. Therefore I have to buy a new
> harddisk.
> I use Linux and I want to turn off all harddisks while listening,
> because
> they are so noisy. My plan is to let some homegrown software regularly
> copy the music data
> from a harddisk to a ramdisk and to turn off the harddisk then. Then I
> would
> listen from the ramdisk.
>
> My questions:
> - is this possible?
> - how do I turn off a harddisk from software under Linux?
> - do I have to buy a special harddisk?
> - how does linux react on turning off all harddisks? Can
> I cut away any superfluous stuff like CRON and let Linux
> also run on a ramdisk? Or do I need some special embedded
> Linux distribution?
> - or is there a readymade solution?
>
> There are the following circumstances:
> - for religious reasons I only use _old_ hardware (64MB, 100Mhz)
> - I am planning to have a boot partition just for the sole
> purpose of listening to music
> - I want to keep this boot partition small: no X windows stuff,
> no network and so on. The system should start up very
> fast.
> - I have a SuSE Linux distribution on CD Rom. I only have a 56K
> modem. I don't want to download software for hours.
>
> Any help would be appreciated.
>
> cheers
>
> Martin
next prev parent reply other threads:[~2003-11-02 21:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-02 22:04 turning off harddisk and listen music from ramdisk under Linux Martin Wierich
2003-11-02 9:29 ` Rob [this message]
2003-11-02 21:19 ` Valdis.Kletnieks
2003-11-02 21:20 ` Tomas Szepe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200311020429.13532.rpc@cafe4111.org \
--to=rpc@cafe4111.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.