LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-27-2012, 04:28 PM   #1
PeterBotes
LQ Newbie
 
Registered: Jan 2012
Posts: 9

Rep: Reputation: Disabled
How to mount NTFS in microcore (tinycore)?


Hi,

I am new to Linux and need help understanding things, simple things, probably people might thing "go look yourself, that's easy" but it all gets a little too much, the more I read the more confused I get. what stars as a simple question ends up being 4 hours of reading stuff that has nothing to do with what I actually want!

Anyway my first simple question is:
I have the microcore and want to add NTFS drive access to it, initially at run time but eventually to the distro.

Can someone write a few steps to install this at CLI initially, be prepeared for lots of questions about what you type lol.

Thank

Pete
 
Old 01-27-2012, 05:32 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Tinycore is a one of a kind sort of deal so don't waste too much time looking for answers on the web.

I am pretty sure read support is built into the kernel. You need to add in ntfs-3g and use the tool they have for fixiing fstab would be my answer.

Not sure microcore is a good choice either for a total newbie.
 
1 members found this post helpful.
Old 01-27-2012, 05:41 PM   #3
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
Quote:
Originally Posted by jefro View Post
Tinycore is a one of a kind sort of deal so don't waste too much time looking for answers on the web.

I am pretty sure read support is built into the kernel. You need to add in ntfs-3g and use the tool they have for fixiing fstab would be my answer.

Not sure microcore is a good choice either for a total newbie.
Second that. Tinycore/Microcore is targeted at specialists that understand what to do in cases like yours, and who are using the distro because it is already lean. I suggest a fatter distro with more newbie-friendly features, including a well composed installer, and a big repository of packages to add on. Any of the major distros such as Debian, Ubuntu, Redhat/CentOS, Fedora, OpenSuse, maybe even Slackware, and others will fit the bill much better. Whatever you use, get a recent version.

--- rod.
 
Old 01-27-2012, 06:06 PM   #4
PeterBotes
LQ Newbie
 
Registered: Jan 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
Should have explained

Sorry I should have explained why I chose Microcore, I want a lean distro, basically all I really want is a CLI and NTFS R/W and run from USB pen, definitely no GUI.

If I found a fatter distro would it be easy to strip anything I didn't need out?

Thanks

Pete
 
Old 01-27-2012, 07:48 PM   #5
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
Okay, then, you will probably have some work to do. I do not recommend trying trim down a fat distro. There is waaaay too much to deal with.
The basic ingredients that you will need are the the kernel driver (fs/ntfs ), and related userspace applications like ntfsmount. I don't know whether the ntfs module is already present as either a built-in or as a loadable module. If not, it will require a kernel build.
I think the userspace applications are contained in the ntfsprogs package. I assume these are built in a fairly standard manner.
Once you have the kernel module built, you then simply use insmod to load the module, and use mount -t ntfs to mount NTFS filesystems.

--- rod.
 
Old 01-27-2012, 09:11 PM   #6
linux4life88
Member
 
Registered: May 2005
Distribution: Debian
Posts: 58

Rep: Reputation: 17
Easy to Follow Debian Guide

Here is an easy to follow guide to creating you own lightweight nimble Debian installation:

http://crunchbanglinux.org/forums/topic/3843/how-to-make-a-custom-debian-setup/


This will allow you to install just what you want and have most things auto configured in the background for you. I highly recommend this option in big part because there is a ton of Debian information on the web if you run into problems and you will not find a more stable distribution.
 
Old 01-27-2012, 09:52 PM   #7
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 386

Rep: Reputation: 43
Quote:
Originally Posted by PeterBotes View Post
Sorry I should have explained why I chose Microcore, I want a lean distro, basically all I really want is a CLI and NTFS R/W and run from USB pen, definitely no GUI.

If I found a fatter distro would it be easy to strip anything I didn't need out?

Thanks

Pete
Its a bit contradictory to state on one hand that you are a total newbie but on the other hand state that you need a lean distro. Most distributions offer a server version that don't have a gui at all (the way a server should be). The reason you want a "fat" distro is not necessarily for software packages but dependencies. A full Linux system is going to come with the common shared libraries and a decent package management system.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Some questions about tinycore/microcore paradoxmonkey Linux - Distributions 0 08-04-2009 10:14 AM
LXer: Tinycore & Microcore V2.0 Release Candidate 4 Available LXer Syndicated Linux News 0 06-01-2009 02:40 AM
Mount NTFS, doesen't have a valid NTFS d0lle Linux - Hardware 4 11-02-2008 12:40 PM
mount: unknown filesystem type 'ntfs' when trying to mount windows drive... DiZASTiX Linux - Hardware 12 09-28-2008 07:29 PM
I can't mount ntfs partitions with the latest ntfs-3g version BK2 Linux - Software 1 02-01-2008 07:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration