Google Plus

Mount NTFS partition on opensuse 12.2

Written by Mel Kham on . Posted in Frequently Asked Questions, Linux tutorials, Suse

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

 

For questions please refer to our Q/A forum at : http://ask.unixmen.com

Mel Kham

Founder of Unixmen, Living in Amsterdam. Am working in my free time to help people to understand the Opensource and to explain them in easy way how to make the fist steps to the the light. Working day and night with my Co-founder Zinovsky to keep this website live even with less resources.
  • cra1g321

    You can always just use the ‘Partitioner’ tool which will easily allow to mount a NTFS partition, just remember to go into fstab options and allow users to be able to mount it.

Like us on Facebook

This week Top Posts

Write for us

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

 
IDG Tech Network
Copyright © 2008-2013 Unixmen.com .
Maintained by Anblik .