• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Accessing Slave Drive

I've got a slave drive with my MP3's and important files on it, I can access it VIA windows, but I'd also like to access it while I'm in Linux. Would that be possible?
 
If it is formatted with FAT32, no problem at all.

If you used NTFS, it could be problematic. Getting Linux to play nice with NTFS can be a tad difficult, to say the least.
 
I'm just going to sume right off that it's NTFS, because I had been using it when I only had Windows. I'll log onto my Windows OS and check, just to be sure. If it is NTFS, what can you suggest I look up/read to get it working? Thanks!
 
I'm not a Linux expert, but you might start here. Perhaps someone with experience doing this will wander by.

Read-only NTFS seems to be doable with a custom build, but I'm not sure any kernels have fully functional NTFS read-write support at the moment.
 
NTFS read should be cake on most modern distros; depending on which one you use, it might even be mounted automatically. NTFS write, on the other hand, isn't exactly a happening thing just yet. There exists, in the kernel, a limited write driver that is at least fairly safe; but it isn't good for much and the more powerful write drivers are all quite risky still. If you just want to play mp3s and open files and things, this won't be an issue. The drive will just be mounted readonly.
 
Got it, thanks. 😉

Now I have to find the right packages to install to play my MP3's. I feel like I'm getting the hang of this, little by little.
 
Originally posted by: LoKe
Got it, thanks. 😉

Now I have to find the right packages to install to play my MP3's. I feel like I'm getting the hang of this, little by little.



sudo apt-get install xmms


A simple winamp clone is what I like the best.
 
Originally posted by: Wik
Originally posted by: LoKe
Got it, thanks. 😉

Now I have to find the right packages to install to play my MP3's. I feel like I'm getting the hang of this, little by little.



sudo apt-get install xmms


A simple winamp clone is what I like the best.


thats what i use in FC4
 
Back
Top