| View previous topic :: View next topic |
| Author |
Message |
JuszR Tux's lil' helper

Joined: 03 Nov 2010 Posts: 124 Location: Tlv
|
Posted: Sat Jan 26, 2013 11:05 pm Post subject: No boot partition - fstab |
|
|
If i have just 2 partitions (/ and swap) what should i write on my fstab?
| Quote: |
# like a boot partt
/dev/sda1 / ext4 defaults,noatime 0 2
# normal partt
/dev/sda1 / ext4 noatime 0 1 |
thx |
|
| Back to top |
|
 |
Jaglover Advocate


Joined: 29 May 2005 Posts: 3979 Location: Saint Amant, Acadiana
|
|
| Back to top |
|
 |
666threesixes666 Apprentice


Joined: 31 May 2011 Posts: 274
|
Posted: Sun Jan 27, 2013 12:16 am Post subject: |
|
|
/
just 1 partition is /
2 is
/
&
/boot
i run 3 with home as my format safe partition.....
/
/boot
/home
/dev/sda1 / ext4 noatime 0 1 should work for you |
|
| Back to top |
|
 |
fturco Tux's lil' helper

Joined: 08 Dec 2010 Posts: 75
|
Posted: Sun Jan 27, 2013 10:03 am Post subject: Re: No boot partition - fstab |
|
|
| JuszR wrote: | If i have just 2 partitions (/ and swap) what should i write on my fstab?
| Quote: |
# like a boot partt
/dev/sda1 / ext4 defaults,noatime 0 2
# normal partt
/dev/sda1 / ext4 noatime 0 1 |
|
I would write something like:
| Code: | /dev/sda1 none swap defaults 0 0
/dev/sda2 / ext4 defaults 0 1 |
Of course swap the two lines if you have root first and swap later.
| Jaglover wrote: | | What's thx? |
I think it's an abbreviation for "thanks". |
|
| Back to top |
|
 |
|