[mythtv-users] Need advice on FC12 HD partitioning

Richard Shaw hobbes1069 at gmail.com
Sat Jan 2 13:42:13 UTC 2010


On Sat, Jan 2, 2010 at 2:28 AM, Another Sillyname
<anothersname at googlemail.com> wrote:
> 2010/1/2 Jarod Wilson <jarod at wilsonet.com>:
>> On Jan 1, 2010, at 12:50 PM, steve wrote:
>>
[snip]
> Now in /etc/fstab at the bottom add
>
> /dev/sdb1 /mnt/mythsrvsdb1 ext4 defaults 0 0

I would mount by UUID in cause you add/move drives and their /dev
assignment changes.

Try: ls -l /dev/disk/by-uuid/

then just put:

UUID=<drive UUID from previous command> /mnt/mythsrvsdb1 ext4 defaults 0 0

in your fstab instead.

Just my $0.02

Richard


More information about the mythtv-users mailing list