Hai friends, I am having a problem mounting my NTFS volume in Ubuntu jaunty. I have 3partitions on my 500 GB hard disk. 1. 25 gb for windows xp sp2 OS 2. 27 gb for ext4 ubuntu os only 3.442 gb ntfs
ar...@arjun-desktop:/media$ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 27G 3.3G 22G 14% / tmpfs 1.5G 0 1.5G 0% /lib/init/rw varrun 1.5G 216K 1.5G 1% /var/run varlock 1.5G 0 1.5G 0% /var/lock udev 1.5G 148K 1.5G 1% /dev tmpfs 1.5G 444K 1.5G 1% /dev/shm lrm 1.5G 2.2M 1.5G 1% /lib/modules/2.6.28-14- generic/volatile /dev/sr0 388K 388K 0 100% /media/cdrom0 /dev/sda1 26G 4.2G 21G 17% /media/disk-2 But i cannot mount my 442 gb volume. Whenever i try to mount this volume it shows this message DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending Also, before creating 442gb volume,i had 50 gb ext4 in Ubuntu.As i couldnt mount that volume due to the problem i mentioned above. But i could access from /media/disk/ but not from the direct shown on desktop.Also its was accesible from shell. i formatted it and made it NTFS from windows partition tool. But after that i have accesed the file that was in the partition which was formatted. How could that be possible??? here is status of my mtab and fstab files FSTAB # /etc/fstab: static file system information. # # Use 'vol_id --uuid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # / was on /dev/sda3 during installation UUID=bae9d1f3-3024-4b5f-9706-2918cbe6e037 / ext4 relatime,errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=c6033da2-9193-475e-a0c7-ed05cc10f10d none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 MTAB /dev/sda3 / ext4 rw,relatime,errors=remount-ro 0 0 tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0 proc /proc proc rw,noexec,nosuid,nodev 0 0 sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0 varrun /var/run tmpfs rw,nosuid,mode=0755 0 0 varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0 udev /dev tmpfs rw,mode=0755 0 0 tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0 devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0 fusectl /sys/fs/fuse/connections fusectl rw 0 0 lrm /lib/modules/2.6.28-14-generic/volatile tmpfs rw,mode=755 0 0 securityfs /sys/kernel/security securityfs rw 0 0 binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0 gvfs-fuse-daemon /home/arjun/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=arjun 0 0 /dev/sr0 /media/cdrom0 iso9660 ro,nosuid,nodev,utf8,user=arjun 0 0 /dev/sda1 /media/disk-2 fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0 Please help me --~--~---------~--~----~------------~-------~--~----~ "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the website: www.ilug-tvm.org or the google group page: http://groups.google.com/group/ilug-tvm?hl=en -~----------~----~----~----~------~----~------~--~---
