Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 01-01-2008, 09:34 PM   #1 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Linux on USB Drives


how do I install linux on a transcend tsonic 610 mp3 player without deleting all files in it? Please suggest me a good distro for it. I have everything I listed in the distro request thread(see last few posts)
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 01-01-2008, 10:00 PM   #2 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Linux on USB Drives

Damn Small Linux | Article on How to Slax on Hub drive
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 01-01-2008, 10:56 PM   #3 (permalink)
Right Off the Assembly Line
 
Join Date: May 2007
Posts: 22
Default Re: Linux on USB Drives

Quote:
Originally Posted by MetalheadGautham View Post
how do I install linux on a transcend tsonic 610 mp3 player without deleting all files in it? Please suggest me a good distro for it. I have everything I listed in the distro request thread(see last few posts)
I had tried installing DSL on my music player. It created two partitions in the player one for booting and another for data.

I think to make it bootable it is necessary to format it so that the boot sector can be created on it.


But i may be wrong!!!
silent008 is offline  
Old 01-01-2008, 11:26 PM   #4 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Linux on USB Drives

But won't I loose all my files and firmware?

And I think this means I may want to get a Pen Drive, as in SP Road, Bangalore, you can get a branded warrantied 8 GB Transcend Pen Drive for Rs. 1950/-, a good deal IMO.

Offtopic: How do frequent rewrites affect a pendrive and what are the best filesystems on it?
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 01-01-2008, 11:37 PM   #5 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Linux on USB Drives

1) You will lose files but not firmware. Firmwares are stored in ROMs. You can always take a backup and restore your files.

2) I wouldn't recommend anyone install any OS on a Flash drive. The read/writes are quite frequent. Burn a custom live-cd or install Linux on an external USB HDD. Laptop HDDs (60GB+) + external USB casing can be had for about 2k now.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 01-01-2008, 11:51 PM   #6 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Linux on USB Drives

What is the actual reason why flash is not sutiable for regular use?

I still haven't got the hang of why people embrace flash memory while its been proved to be short lifespanned. Why is it reliable, even more than HDDs when it is vulnerable to usage? And why are things like the XO laptop and the EEE PC popular when they have short lifespanned Drives? Please clear these rather n00bish doubt of mine.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 02-01-2008, 10:36 AM   #7 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Linux on USB Drives

Quote:
Originally Posted by MetalheadGautham View Post
What is the actual reason why flash is not sutiable for regular use?

I still haven't got the hang of why people embrace flash memory while its been proved to be short lifespanned. Why is it reliable, even more than HDDs when it is vulnerable to usage? And why are things like the XO laptop and the EEE PC popular when they have short lifespanned Drives? Please clear these rather n00bish doubt of mine.
1) Frequent read-writes which are heavy for most flash chips.

2) Cheap/Easy to carry.

3) Store the data and only make a read access with in-frequent writes and the drive will last for 10 years +!!!

4) All those computers use Flash memory of higher quality for sure; the ones in the Flash drives are cheaper. Even iPhone and W960i etc. use 8/4 GB Flash drives as the main storage.

However, while the Mac OS X core on iPhone is optimized for the flash memory (mebbe less read/write etc..), the OS are generic ones and not optimized to be installed on cheap flash drives. Just study a bit on file-systems and you will know how much strain it gives the media. In such cases (OS) an HDD is preferred over Flash drives. But for your music/personal files/pics etc. which mostly haf Reads and once-a-while writes Flash drives are more handy.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 05-01-2008, 02:31 PM   #8 (permalink)
Right Off the Assembly Line
 
Join Date: May 2007
Posts: 22
Default Re: Linux on USB Drives

Quote:
Originally Posted by MetalheadGautham View Post
What is the actual reason why flash is not sutiable for regular use?

I still haven't got the hang of why people embrace flash memory while its been proved to be short lifespanned. Why is it reliable, even more than HDDs when it is vulnerable to usage? And why are things like the XO laptop and the EEE PC popular when they have short lifespanned Drives? Please clear these rather n00bish doubt of mine.
Basically flash drives r based on the EEPROM technique. So every time u write the area is first erased and then written upon. Since memory is composed of transistors the transistors wear out due to this frequent read and write operations.

Basically a medium quality flash drive can give u few thousands of read and write cycle. The device would start performing slower as it ages and finally fail.
silent008 is offline  
Old 23-01-2008, 12:51 AM   #9 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Linux on USB Drives

Quote:
Originally Posted by silent008 View Post
Basically flash drives r based on the EEPROM technique. So every time u write the area is first erased and then written upon. Since memory is composed of transistors the transistors wear out due to this frequent read and write operations.

Basically a medium quality flash drive can give u few thousands of read and write cycle. The device would start performing slower as it ages and finally fail.
Actually, a CD/DVD RW gives 1000 write cycles, a DVD-RAM 10000 cycles, and a pendrive 100000 or 1000000 cycles, I forgot which.

I finally decided that its better to install a distro on a Rs. 50/- Moser Baer DVD+RW which offers me huge capacities at a small price. So once again this question is asked: which distro is optimised for such environments? I want it to treat the DVD as a harddisk and write immidiately on copying/moving a file, like in a floppy. I also prefer minimum write cycles.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 23-01-2008, 01:48 AM   #10 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Default Re: Linux on USB Drives

read 1st post
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 23-01-2008, 01:51 AM   #11 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Linux on USB Drives

Quote:
Originally Posted by vish786 View Post
OK, but what about CD-RWs and DVD+RWs ?
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 23-01-2008, 01:53 AM   #12 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Default Re: Linux on USB Drives

No problem.
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 23-01-2008, 01:55 AM   #13 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Linux on USB Drives

Quote:
Originally Posted by vish786 View Post
No problem.
I don't want live distros, but distros installed on a disc. they need to be able to save stuff to the disc.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 23-01-2008, 01:56 AM   #14 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Default Re: Linux on USB Drives

not possible
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 23-01-2008, 02:21 AM   #15 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Linux on USB Drives

Quote:
Originally Posted by vish786 View Post
not possible
as far as I remember, its definitely possible and Dyne:Bolic is an example.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 23-01-2008, 11:39 AM   #16 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Post Re: Linux on USB Drives

am doubtful abt bolic
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
linux drives in windows fire Software Q&A 3 04-12-2009 07:58 PM
how to detect drives, like c: , d: etc in Linux Kaushal Hiwarkar Open Source 20 28-10-2007 08:35 AM
Formatting USB Drives in GNU/Linux anantkhaitan Open Source 4 20-06-2007 10:17 AM
NTFS drives in linux., legolas Open Source 3 03-09-2005 02:12 PM
Linux for SATA drives godblessedson Open Source 5 08-07-2005 01:37 AM

 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:33 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2