How do I change fstab?
Using kubuntu 12.10
My Current fstab:
bumpy@bumpyputer:/$ cat /etc/fstab
# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb1 during installation
UUID=ae093bc1-521a-4231-a951-a65716669d31 / ext4
errors=remount-ro 0 1
# /boot was on /dev/sdb6 during installation
UUID=af8ef334-ac06-4e3b-beca-c215aaaf5a7f /boot ext4 defaults
0 2
# swap was on /dev/sdb5 during installation
UUID=1843ed52-96d5-4b9a-9af0-600caf308ee3 none swap sw
0 0
cat: 5: No such file or directory
Current /dev/sdb
Device Boot Start End Blocks Id System
/dev/sdb1 2048 59961343 29979648 83 Linux
/dev/sdb2 59963390 976771071 458403841 5 Extended
/dev/sdb5 959084544 976771071 8843264 82 Linux swap / Solaris
/dev/sdb6 59963392 939552767 439794688 83 Linux
/dev/sdb7 939554816 959082495 9763840 83 Linux
Note: /dev/sdb7 is where I want to add PMagic iso file
THIS IS WHAT I WANT FSTAB TO END UP WITH:
# <file system> <mount point> <type> <options>
<dump> <pass>
UUID="ae093bc1-521a-4231-a951-a65716669d31" / ext4 ? 0
1
UUID="af8ef334-ac06-4e3b-beca-c215aaaf5a7f" /boot ext4 defaults 0
2
UUID="1843ed52-96d5-4b9a-9af0-600caf308ee3" none swap sw 0
0
UUID="20f7ed08-7c9e-474b-b709-64f5211bbd3b" / ext3 ? ?
(what should above ? be?)?
Question: Can the last partition have a mount point ? I need to mount it inorder
to run PMagic.
Sure would appreciate help on this as it totally has me baffled!
Using kubuntu 12.10
My Current fstab:
bumpy@bumpyputer:/$ cat /etc/fstab
# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb1 during installation
UUID=ae093bc1-521a-4231-a951-a65716669d31 / ext4
errors=remount-ro 0 1
# /boot was on /dev/sdb6 during installation
UUID=af8ef334-ac06-4e3b-beca-c215aaaf5a7f /boot ext4 defaults
0 2
# swap was on /dev/sdb5 during installation
UUID=1843ed52-96d5-4b9a-9af0-600caf308ee3 none swap sw
0 0
cat: 5: No such file or directory
Current /dev/sdb
Device Boot Start End Blocks Id System
/dev/sdb1 2048 59961343 29979648 83 Linux
/dev/sdb2 59963390 976771071 458403841 5 Extended
/dev/sdb5 959084544 976771071 8843264 82 Linux swap / Solaris
/dev/sdb6 59963392 939552767 439794688 83 Linux
/dev/sdb7 939554816 959082495 9763840 83 Linux
Note: /dev/sdb7 is where I want to add PMagic iso file
THIS IS WHAT I WANT FSTAB TO END UP WITH:
# <file system> <mount point> <type> <options>
<dump> <pass>
UUID="ae093bc1-521a-4231-a951-a65716669d31" / ext4 ? 0
1
UUID="af8ef334-ac06-4e3b-beca-c215aaaf5a7f" /boot ext4 defaults 0
2
UUID="1843ed52-96d5-4b9a-9af0-600caf308ee3" none swap sw 0
0
UUID="20f7ed08-7c9e-474b-b709-64f5211bbd3b" / ext3 ? ?
(what should above ? be?)?
Question: Can the last partition have a mount point ? I need to mount it inorder
to run PMagic.
Sure would appreciate help on this as it totally has me baffled!
Comment