LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-17-2017, 03:09 PM   #1
WayneSteury
LQ Newbie
 
Registered: Mar 2017
Posts: 1

Rep: Reputation: Disabled
Access other drives


I need to access the drive on my computer that has my Windows documents. My Linux Mint is on drive D but how can I access Drive C?
 
Old 03-17-2017, 06:55 PM   #2
WFV
Member
 
Registered: Apr 2012
Location: somehow, somewhere
Distribution: Arch
Posts: 197

Rep: Reputation: Disabled
If the drive doesn't show up in your file manager (grayed if not mounted) you can edit /etc/fstab to mount it.
Here is an example of mounting a Windows drive internally:
Code:
# /dev/sda1
UUID=12a345b6-1234-5abc-6d78-9e01abcde2fg		/		ext4		rw,relatime,data=ordered	0 1

# /dev/sdb1
UUID=12a345b6-1234-5abc-6d78-9e01abcde2fg		/home		ext4		rw,relatime,data=ordered	0 2

# /dev/sdc1
UUID=12a345b6-1234-5abc-6d78-9e01abcde2fg	/home/me/Music  	ext4		rw,relatime,data=ordered	0 2

# /dev/sdc2
UUID=12a345b6-1234-5abc-6d78-9e01abcde2fg	/home/me/Videos 	ext4		rw,relatime,data=ordered	0 2

# /dev/sdd1
UUID=12a345b6-1234-5abc-6d78-9e01abcde2fg	/mnt/rootbkp		ext4		rw,relatime,data=ordered	0 2

# /dev/sdd2
UUID=12a345b6-1234-5abc-6d78-9e01abcde2fg	/mnt/homebkp		ext4		rw,relatime,data=ordered	0 2
                 
# /dev/sde2 (Windows)
UUID=1234A5BC67C89D0E		/home/me/Documents/Windows		ntfs-3g		uid=me,gid=sambashare		0 0
if you want it to mount always when you boot, otherwise you can run
Code:
$lsblk
to find out what device it is in Linux. Then mount it via command line.
You might need to install the ntfs-3g software in Linux (or equivalent) for accessing NTFS drives too. Now if you decide to use this fstab method, you'll obviously need to know your drives UUID's
 
Old 03-17-2017, 09:12 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You should be able to mnt your Windows drive from your Window Mgr in Linux Mint.

Is Windows on a separate drive or is this a dual boot Mint and Windows?
 
Old 03-17-2017, 10:00 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: PCLinux, Slackware, Ubuntu
Posts: 10,094

Rep: Reputation: 2369Reputation: 2369Reputation: 2369Reputation: 2369Reputation: 2369Reputation: 2369Reputation: 2369Reputation: 2369Reputation: 2369Reputation: 2369Reputation: 2369
In Mint, the windows partition should be available to access under the /media/user directory with a UUID as the mount point.
 
Old 03-18-2017, 02:36 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051Reputation: 6051
^ exactly.
in other words, it's there right under your nose, just with a different name.
btw, there's no "C:", "D:" etc. "drives" under linux. those are actually partitions and filesystems.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to access other drives on the VM Host Nick_C Linux - Virtualization and Cloud 13 04-04-2012 05:55 AM
Can't access windows drives Hisse SUSE / openSUSE 8 08-12-2006 10:38 PM
Access Windoze Drives vertozia Ubuntu 8 06-11-2006 04:45 PM
how to access 'drives' lewisdw Linux - Newbie 8 11-23-2003 12:16 AM
access to cd drives??? themightybuck Linux - Newbie 4 10-15-2002 02:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration