1. hapus dulu clow mail lewat lubuntu software centre
2 sudo apt-get update
3
2 sudo apt-get update
3
sudo apt-get install thunderbirdsudo apt-get install thunderbirdsudo ./install.shsudo: ./install.sh: command not foundmount /media/user/IFORTRAN2011 -o remount,execchmod +x ./install.shsu -c 'install.sh'bash: install.sh: command not found
with user:Password:
su: Authentication failure
and I am sure the password is true. (If it is the same with my user password)file.tar.gzthan extract it with
tar xvzf file.tar.gz
then tried everthing again. No luck.chmod +x ./install.sh when I look the permissions with: ls -l ./install.sh it still gives:
-rw------- 1 user user 14758 Oct 7 2010 ./install.shsudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
lebih lenkap
link http://askubuntu.com/questions/56104/how-can-i-install-sun-oracles-proprietary-java-6-7-jre-or-jdk
Hello fellow Linux users, I am running Ubuntu 12.04 32-bit with Xubuntu DE and recently got a hold of Maxtor 6Y080M0 SATA HDD and I formatted it to ext4 filesystem using Gparted tool. But since then I have a problem, I cannot write anything on it nor can I format it. When I try to mount it from Disks tool this is what it says:I have no idea anymore why is it not working, so please give me some advice.Code:Error mounting system-managed device /dev/sdb1: Command-line `mount "/mnt/088464b0-321b-4690-bde7-9850831f22d4"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so (udisks-error-quark, 0)
My regards, stay brutal.
Last edited by LinuxUser666; October 3rd, 2013 at 06:47 PM.
Avoid the Gates of Hell. Use Linux.
Your error message indicates a filesystem failure, which can be caused by several reasons and it's causing it's refuse to mount. First you have to figure out what partition you're dealing with, by runningHello fellow Linux users, I am running Ubuntu 12.04 32-bit with Xubuntu DE and recently got a hold of Maxtor 6Y080M0 SATA HDD and I formatted it to ext4 filesystem using Gparted tool. But since then I have a problem, I cannot write anything on it nor can I format it. When I try to mount it from Disks tool this is what it says:I have no idea anymore why is it not working, so please give me some advice.Code:Error mounting system-managed device /dev/sdb1: Command-line `mount "/mnt/088464b0-321b-4690-bde7-9850831f22d4"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so (udisks-error-quark, 0)
My regards, stay brutal.The above will list all the partitions on all the drives in your computer. Then make sure your superblock is the problem, by starting a filesystem check, replacing xxx with your partition nameCode:sudo fdisk -lIf your superblock is corrupt, the output will look something like thisCode:sudo fsck.ext4 -v /dev/xxxYou'll have to find where your superblock backups are keptThe superblock could not be read or does not describe a correct ext4 filesystem. If the device is valid and it really contains an ext4 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device>Down at the bottom of the output, you should see a list of the backups, something like thisCode:sudo mke2fs -n /dev/xxxRestore the superblock from the backup, again replacing xxx with your partition name, and block_number with the first backup superblockCode:Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632Reboot, and the superblock should be fixed. If it’s not, repeat the steps, but restore a different backup superblock.Code:sudo e2fsck -b block_number /dev/xxx
[printers] ... use client driver = yes [print$] .... use client driver = yes
sudo /etc/init.d/smbd restart