LinuxQuestions.org
Visit Jeremy's Blog.
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 08-28-2014, 12:37 PM   #46
mintvx
Member
 
Registered: Aug 2014
Distribution: Debian 7.0
Posts: 101

Original Poster
Rep: Reputation: Disabled

file types mainly applications, docs, PDFs.
 
Old 08-28-2014, 12:46 PM   #47
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by mintvx View Post
Does it make sense to create separate /data partition instead of /home? What should be the main considerations for /data partition size?
I would say no. You've stated that you know the disk is small and therefore you intend to use this for Linux. Linux "the operating system" is small; however "data" can be very large. There is absolutely no reason you can't just plug in a USB flash disk of multi-TB and use that for all your data. That is exactly what I do. I have Linux installed, the result is that there are partitions for boot, swap, and root. Therefore my /home is in the root tree. But when I save stuff or download things I end up placing them on an attached USB flash disk. I made no special partition for that, and you don't need too. You take an external drive, use it as is or reformat it to be ext4 (or repartition it to get rid of the manufacturer's included self-ware crap) and just use that drive as your destination for where you store data.

I think redirecting /home to be somewhere else may just cause you complications and extra work. There is nothing stopping you from doing that though.
 
Old 08-28-2014, 03:06 PM   #48
mintvx
Member
 
Registered: Aug 2014
Distribution: Debian 7.0
Posts: 101

Original Poster
Rep: Reputation: Disabled
So, generally the scheme can have three partitions: swap, / root and /reserved space. And the last two can split all the remaining space in half: is that perfectly enough?

Last edited by mintvx; 08-28-2014 at 03:16 PM.
 
Old 08-28-2014, 03:32 PM   #49
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
They can actually share /swap partition. One can create swap files within the mounted partitions.

Not sure what you mean /reserved space.
 
Old 08-28-2014, 03:32 PM   #50
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by mintvx View Post
So, generally the scheme can have three partitions: swap, / root and /reserved space. And the last two can split all the remaining space in half: is that perfectly enough?
Yep, and entirely up to you. Not even techically reserved IMHO, just unpartitioned. Plenty of opinions about how much is fine for a Linux install, throughout this thread. You therefore should choose how large to allocate for your root based on the inputs you've seen and the amount of space you decide you feel makes sense for you. The rest I would just leave as unpartitioned space since you're expecting to use that for another potential Linux install in the future. That future install will detect unpartitioned space of some size and likely ask you if you desire to use some or all of that space.
 
Old 08-31-2014, 10:16 AM   #51
mintvx
Member
 
Registered: Aug 2014
Distribution: Debian 7.0
Posts: 101

Original Poster
Rep: Reputation: Disabled
Where should be installed boot loader when install Linux on an external ssd drive? Should it be on hard drive's root partition?
 
Old 08-31-2014, 12:33 PM   #52
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by mintvx View Post
Where should be installed boot loader when install Linux on an external ssd drive? Should it be on hard drive's root partition?
You should install to external drive. If you install to inernal you will have to keep drive connected just to boot your main OS.
 
Old 09-02-2014, 03:04 PM   #53
mintvx
Member
 
Registered: Aug 2014
Distribution: Debian 7.0
Posts: 101

Original Poster
Rep: Reputation: Disabled
what options to select when boot from Debian 7.6.0 "netinst" CD, there is no Live desktop, it immediately ask to select an installation, without asking where I want to install Linux.

Install
Graphic install
Advanced options
Help

Last edited by mintvx; 09-02-2014 at 03:10 PM.
 
Old 09-02-2014, 03:32 PM   #54
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Didn't it ask you how you want to partition?
 
Old 09-02-2014, 04:20 PM   #55
mintvx
Member
 
Registered: Aug 2014
Distribution: Debian 7.0
Posts: 101

Original Poster
Rep: Reputation: Disabled
It shows the above menu.

Last edited by mintvx; 09-02-2014 at 04:23 PM.
 
Old 09-02-2014, 05:21 PM   #56
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Select "Advanced Options>>Expert Install" that way you can select where you install bootloader. It's a series of questions follow them, especially network setup, if netinstall.

Last edited by EDDY1; 09-02-2014 at 05:23 PM.
 
Old 09-02-2014, 05:54 PM   #57
mintvx
Member
 
Registered: Aug 2014
Distribution: Debian 7.0
Posts: 101

Original Poster
Rep: Reputation: Disabled
At which step disk detection should start?
 
Old 09-02-2014, 06:32 PM   #58
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
It will be a few steps after wireless & user setup.
 
Old 09-03-2014, 12:52 PM   #59
mintvx
Member
 
Registered: Aug 2014
Distribution: Debian 7.0
Posts: 101

Original Poster
Rep: Reputation: Disabled
The installation process is somewhat unclear, I have a few issues:
1. The first issue is when detect network hardware:

"Detect network hardware:
Some of your hardware needs non-free firmware files to operate. The firmware can be loaded from removable media, such as USB or floppy(!).
The missing firmware files are: rtl_nic/rtl8168d-1.fw
If you have such media available now, insert it and continue.
Load missing firmware:
No / Yes.

I choosed No, then setup continued: what then the point of this, if setup continues without a firmware file?

2. Next unclear point is when Setup offer to load or not anadditional modules, there was specified partman, Master Boot, etc, among others. Should I load some modules? I choosed to load partman and two other modules since there was no directions what type of installer will be used.

3. Next unclear point is Partition disks.

Code:
Partition Disks
This is an overview of your currently configured partitions and mount points. Select a partition to modify it's settings (file system, mount point, etc.), a free space to create partitions, or a device to initialize its partition table.

Guided partitioning
Configure software RAID
Configure the Logical Volume Manager
Configure encrypted volumes

▽ SCSI1 (0,0,0) (sda) - 320.1GB ATA ..
#1 primary             41.1MB     fat16 
#2 primary             15.7GB  B  ntfs
#3 primary             304.3GB    ntfs

SCSI5 (0,0,0) (sdb) - 60GB Kingston  (my SSD)

Undo changes to partitions
Finish partitioning and write changes to disk
I'm unsure of the steps I must follow here to install. I selected "SCSI5 (0,0,0) (sdb) - 60GB Kingston" (my SSD), then "Continue", and it brings to the following step:

Code:
Partition disks

Select the type of partition table to use.
Partition table type:

aix
amiga
bsd
gpt
mac
msdos
pc98
sun
loop
Can't find clear manual on this debian install, as all steps are significantly different for each setup package.

Last edited by mintvx; 09-03-2014 at 12:56 PM.
 
Old 09-03-2014, 01:19 PM   #60
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Obviously drive is unformatted, select msdos.
For the network you can install after completion or try to copy the driver to cd, something I have never made work. I usually use my android phone for network debian detects it.

Last edited by EDDY1; 09-03-2014 at 01:21 PM.
 
  


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
Installing Debian on new SSD external drive dorsio Linux - Software 3 05-22-2014 08:22 PM
How to install linux on an external hard drive? skiabox Linux - Newbie 1 11-16-2012 07:05 AM
How to Install Linux on an external hard drive lilangel890 Linux - Software 7 03-17-2007 05:21 PM
is it possible to install linux on an external drive? Nightfrost Linux - General 12 07-15-2004 03:07 PM
Linux will not install on external hard drive Rutnut Linux - Laptop and Netbook 4 07-14-2004 10:28 PM

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

All times are GMT -5. The time now is 07:00 PM.

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