How Can I Access The Ntfs Partition On Linux 5?
How can I access my window drive on dual boot system with Linux, and also can I play songs in Linux I heard about. There is package to play song, which one of them????
1 Answer - Sort by: Date | Rating
Mounting ntfs (should be read-only as the ntfs drivers for linux are shaky at best):
first, become root:
sudo -s
Then mount the drive:
mount -r -t ntfs dev_entry mount_point
where dev_entry is the /dev/ entry for your hard drive ( eg. /dev/sda1 )
... Try doing
fdisk -l
at a terminal prompt to see what disk entries you have...
And mount_point is where you want to mount it
If you get that far, you can easily make a /etc/fstab entry to auto-mount the thing at login for you.
If you have a newer distro with yast, it has a built-in disk utility... May want to check that out as well.
If you want to share files between Windows and Linux and be able to write using either platform, it's preferable to setup and use a FAT32 partition. Both OSes can mount that type read-write.
As far as audio players, there's Helix Banshee, Kaffeine, mplayer, Amarok (my fav), Audacity, and several other players available on linux.
first, become root:
sudo -s
Then mount the drive:
mount -r -t ntfs dev_entry mount_point
where dev_entry is the /dev/ entry for your hard drive ( eg. /dev/sda1 )
... Try doing
fdisk -l
at a terminal prompt to see what disk entries you have...
And mount_point is where you want to mount it
If you get that far, you can easily make a /etc/fstab entry to auto-mount the thing at login for you.
If you have a newer distro with yast, it has a built-in disk utility... May want to check that out as well.
If you want to share files between Windows and Linux and be able to write using either platform, it's preferable to setup and use a FAT32 partition. Both OSes can mount that type read-write.
As far as audio players, there's Helix Banshee, Kaffeine, mplayer, Amarok (my fav), Audacity, and several other players available on linux.
1
0
- How Much The Operating Systes Being Used By Individuals On Personal Computers?
- How Much Is The Operating System Being Used By Individuals On Personal Computer?
- What Are Three Main Structural Sections Of A Linux File System?
- How To Start The Autocad Design Means How To Give The Commands First?
- How To Take Backup In Linux Stepbystep?
- What Is Two Functions Of A Linux Operating System?
- Can You Tell Me A Little About The Security On Unix And Linux? Since Linux Is Free, Is It Prone To Be More Viruses?
- Who Where The Apache Enemies?
- Linux Is An Operating System Similar To Unix That Runs On Different Computer. Discuss Its History?
- What Is An Interface On A Linux System?
- Can I Install Illustrator Cs3 On Linux System?
- Difference Between Components And Parts Of Linux Os?
- Is Components And Parts Of Linux Are Same?
- Is There A DVD43 For Linux?
- What Is Common In Linux?
- If You Have Installed Linux And You Want To Uninstall It...then It Shows The Grub Loader.....what Is The Command For Grub Loader?
- Were Did Apache Get Water?
- Samba Server And Other Related Linux Servers?how They Began And Their Functioning Completely?
- What Are The 200 Command Of Red Gat Linux?
- Solaris How Much Does It Cost?
- Which Configuration Required To Install Linux?
- Where Are Apache Quads Manufactured?
- List And Explain The Main Differences Between Unix And Linux?
- How To Lock File And Folder In Linux?
- What Is The Apache Name For Grandfather?
- What Is The Partition Structure In NTFS?
- How To Decript A File By Administrator Which Is Encripted By The Other User In The Ntfs Partition?
- Not Able To Access Linux From Xp?
- How To Access Windows Pc From Linux?
- How Can I Access My Linux Operating System If I Forget The Password?
- What Is Ntfs?
- What Are Directories In NTFS?
- What Is The NTFS De-fragmentation?
- What To Select In NTFS?
- What Is The Difference Between Fat32 And Ntfs?
- What Is The Physical Structure Of NTFS?
- What Is Transaction In NTFS And Can You Give An Example?
- What Is Security In NTFS System?
- What Are The Hard Links In NTFS?
- What Are The Divisions Of NTFS Disk?

New Comment - Comments are editable for 5 min.