ok ive bought an eee pc 701 model...

dbzkid

In Runtime
Messages
129
and i installed ubuntu 8.04 did some compiz-fusion and i formatted the drive in jfs now i want to know if jfs is any good for a ssd because there are some tutorials saying to format it in ex2 but a buddy of mine said to do it in jfs because it was a journaling file system and if was low on the write cycles. is there any truth to this?

ohh and here is my fstab can anyone tell my that this is good for minimal writes?

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=701e48c5-af99-47d3-b2a1-3a8cd01499e3 / jfs defaults,noatime,errors=remount-ro 1 2
tmpfs /var/log tmpfs defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
tmpfs /var/tmp tmpfs defaults 0 0
tmpfs /var/log/apt tmpfs defaults 0 0
 
Back
Top Bottom