Firefox 16, a treat for developers http://t.co/cnd27CzT
Mount NTFS partition on opensuse 12.2
Question : How to mount NTFS partition on opensuse 12.2 ?
Answer :
First check the disk partitions to find ntfs partitions with fdsik utility
pirat9@linux-f2f1:~> sudo /sbin/fdisk -l output: Disk /dev/sda: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xdda1cb43 Device Boot Start End Blocks Id System /dev/sda1 2048 206847 102400 7 HPFS/NTFS/exFAT /dev/sda2 206848 204799999 102296576 7 HPFS/NTFS/exFAT /dev/sda3 204800000 1740799999 768000000 7 HPFS/NTFS/exFAT /dev/sda4 * 1740802046 1953523711 106360833 5 Extended /dev/sda5 1945714688 1953523711 3904512 82 Linux swap / Solaris /dev/sda6 1740802048 1835153407 47175680 83 Linux /dev/sda7 1835155456 1945712639 55278592 83 Linux
Now mount window partition to /opt/E example folder like
mkdir /opt/E sudo mount /dev/sda3 /opt/E
now list the partition
ls -altr /opt/E
Example:
pirat9@linux-f2f1:~> ls /opt/E/
Akeeba recovered-19-5-2012
askfix $RECYCLE.BIN backup Scans decoratie Software
FAMILY_VIDEO System Volume Information FOTOS The Three Musketeers (2011) DVDRip XviD-MAXSPEED Gentoo12.1 Torrents HTC Foto’s VBOX Mail Vmware New folder wamp
The NTFS driver ntfs-3g is installed by default and write support is enabled for root only. Modify /etc/fstab line where is mentioned windows, parameter dmask=002 and parameter fmask=113 to enable user writing. For example:
#Device Mountpoint Filesystem Parameters
/dev/sda3 /media user,users,gid=users,fmask=113,dmask=002,locale=en_US.UTF-8 0 0
save and reboot to check
pirat9@linux-f2f1:~> df -k Filesystem 1K-blocks Used Available Use% Mounted on rootfs 47075092 6299324 38416984 15% / devtmpfs 3052900 44 3052856 1% /dev tmpfs 3061688 644 3061044 1% /dev/shm tmpfs 3061688 748 3060940 1% /run /dev/sda6 47075092 6299324 38416984 15% / tmpfs 3061688 0 3061688 0% /sys/fs/cgroup tmpfs 3061688 748 3060940 1% /var/lock tmpfs 3061688 748 3060940 1% /var/run /dev/sda7 55169780 1550752 50855100 3% /home /dev/sda3 767999996 263927828 504072168 35% /opt/E
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Steganography- Hide Your Files Inside An Image in Linux : Nowadays, our personal computer is not only a work tool, it is also our private space where we sto...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...0 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
How to use Remote Desktop in Ubuntu : Sometimes, we need to access our computer from other locations when we’re not at home and such. This...0 comment(s) |
Howto- Resolve nosound problem on Ubuntu 13.04 Raring Ringtail,12.10 and Older : Updated 05/04/2013 : One of the common issues facing Ubuntu users after installing or upgrading Ubun...0 comment(s) |
Recent Posts
- Secure File from Removal in Linux and Unix
- How to Install Nginx on FreeBSD 9.x
- Create a Launcher in Ubuntu Using Bash
- Scan Your Home Network With Nmap
- Steganography- Hide Your Files Inside An Image in Linux
- Unix/Linux File Recognition. Did You Know?
- Migrate from MySQL to MariaDB in FreeBSD
- Connect Your Android Galaxy Tablet to Ubuntu via USB
- ElementaryOS Beta 1 and 2 Comparison and Review
- Introduction to the Linux Command Line
Recent Comments



















SK
| #
Yes we can. What kind of help you need? We are doing outsourcing and technical support for Linux and Open source worldwide. To know more about the details visit here.
ClintB
| #
After install as above, run shell script /opt/Citrix/ICAClient/wfica.sh manually and note lib errors still occur. I had the x64 motif loaded but had to manually install the x86 too. Got that from http://rpmfind.net/linux/rpm2html/search.php?query=libXm.so.4 Even after that, I still had to do a “yum install alsa-lib.i686 alsa-lib.x86_64″ to resolve any additional libasound.so.2 errors. Once those two lib issues were resolved, Citix Web Interface launched apps fine by telling browser to open launch.ica using /opt/Citrix/ICAClient/wfica.sh. Good luck Ernesto!
AD
| #
I need some Help on Linux,can you guide me ?
Edson Carlos
| #
In debian no found. I need link download install in linux debian
jacky can
| #
You can actually unzip your secret archive by leaving out the -t option, instead using:
unzip newPhoto.jpg