LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 11-09-2015, 02:41 PM   #16
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142

That only shows one disk attached, a 500GB that is your system drive. Is the external plugged in?
 
Old 11-09-2015, 02:47 PM   #17
KingKee
LQ Newbie
 
Registered: Nov 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
Sorry:

kcoutriers@kcoutriers-Mecer-X102 ~ $ sudo fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x000df24c

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 960088063 480043008 83 Linux
/dev/sda2 960090110 976771071 8340481 5 Extended
/dev/sda5 960090112 976771071 8340480 82 Linux swap / Solaris

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 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: 0x000ab78a

Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 3907026943 1953512448 6 FAT16
/dev/sdb2 3907028992 3907029167 88 6 FAT16
 
Old 11-09-2015, 02:50 PM   #18
KingKee
LQ Newbie
 
Registered: Nov 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
kcoutriers@kcoutriers-Mecer-X102 ~ $ sudo fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x000df24c

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 960088063 480043008 83 Linux
/dev/sda2 960090110 976771071 8340481 5 Extended
/dev/sda5 960090112 976771071 8340480 82 Linux swap / Solaris

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 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: 0x000ab78a

Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 3907026943 1953512448 6 FAT16
/dev/sdb2 3907028992 3907029167 88 6 FAT16
 
Old 11-09-2015, 04:13 PM   #19
KingKee
LQ Newbie
 
Registered: Nov 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
Hello???
 
Old 11-09-2015, 04:30 PM   #20
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
linux does not care about the partition ID and it is independent of the actual file system type. In addition linux would not automatically change it even if the partition was reformatted.

Post the output of the command:
sudo file -s /dev/sdb1
 
Old 11-09-2015, 05:51 PM   #21
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Your fdisk output in post 17 clearly shows the second drive with two partitions. When you change the "Type" of a partition, you should get a pop up indicating this will delete all data on that partition. That's the way it works on the systems I use, I don't use Mint so maybe??

Quote:
edit mount options
You can't edit mount options as a normal user, you need root/administrator privileges. You could open a terminal and use sudo:

sudo filemanager (replace filemanager with whatever the name of the file manager is on whichever version of Mint you are using)

That should allow you to access your partitions.

Last edited by yancek; 11-11-2015 at 08:01 AM.
 
Old 11-10-2015, 02:33 AM   #22
KingKee
LQ Newbie
 
Registered: Nov 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
I am not at home at present but will post the command sudo file -s /dev/sdb1 later on.

@ yancek, when i changed the partition "Type" nothing popped up??? No pop ups whatsoever! That is why I'm certain that the Hdd was not formatted. IS sudo Filemanager something that I must download???
 
Old 11-10-2015, 06:57 AM   #23
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Quote:
IS sudo Filemanager something that I must download???
No. What I am trying to explain is that you need root/administrator privileges to make changes outside your /home/user directory in almost all cases. You are trying to change mount option and that needs to be done as root/administrator, in Mint that means you use sudo. filemanager was an example as I explained. I don't know what file manager your Mint version uses so you will have to find that out for yourself. As for the pop up, maybe you won't see it, the Linux distribution I am using does that and maybe Mint does not.

As pointed out earlier, changing the "Type" of partition requires formatting.
If the partitions on the 2TB drive show up in the fdisk output, they should be available for you to use but in all likelihood the owner:group will be root. Check under the /media/username directory I suggested earlier for the UUID.
 
Old 11-10-2015, 08:01 AM   #24
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
You apparently have two partitions on your external drive, sdb1 and sdb2. Neither of them are mounted, but you can attempt to mount them by hand. My guess is you simply don't have the NTFS drivers installed which is why they aren't auto-mounting, but the output of the mount command will let us know for sure:
Code:
sudo mkdir /mnt/usb1 /mnt/usb2
sudo mount /dev/sdb1 /mnt/usb1
sudo mount /dev/sdb2 /mnt/usb2
df -h
mount
Post any and all output from these commands.
 
Old 11-10-2015, 10:28 AM   #25
KingKee
LQ Newbie
 
Registered: Nov 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
Please see below:

kcoutriers@kcoutriers-Mecer-X102 ~ $ sudo mkdir /mnt/usb1 /mnt/usb2
[sudo] password for kcoutriers:
kcoutriers@kcoutriers-Mecer-X102 ~ $ sudo mkdir /mnt/usb1 /mnt/usb2
mkdir: cannot create directory /mnt/usb1: File exists
mkdir: cannot create directory /mnt/usb2: File exists
kcoutriers@kcoutriers-Mecer-X102 ~ $ sudo mount /dev/sdb1 /mnt/usb1
mount: you must specify the filesystem type
kcoutriers@kcoutriers-Mecer-X102 ~ $ sudo mount /dev/sdb2 /mnt/usb2
mount: you must specify the filesystem type
kcoutriers@kcoutriers-Mecer-X102 ~ $ sudo mount /dev/sdb2 /mnt/usb2
mount: you must specify the filesystem type
kcoutriers@kcoutriers-Mecer-X102 ~ $ df -h
Filesystem Size Used Avail Use Mounted on
/dev/sda1 451G 10G 418G 3% /
none 4,0K 0 4,0K 0% /sys/fs/cgroup
udev 5,9G 4,0K 5,9G 1% /dev
tmpfs 1,2G 1,4M 1,2G 1% /run
none 5,0M 0 5,0M 0% /run/lock
none 5,9G 1008K 5,9G 1% /run/shm
none 100M 24K 100M 1% /run/user
kcoutriers@kcoutriers-Mecer-X102 ~ $ mount
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=kcoutriers)
 
Old 11-10-2015, 11:01 AM   #26
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
So it wasn't able to auto-detect the filesystem type, that's interesting. What if you add "-t ntfs" to the mount command:
Code:
sudo mount -t ntfs /dev/sdb1 /mnt/usb1
sudo mount -t ntfs /dev/sdb2 /mnt/usb2
If it says ntfs is an unrecognized filesystem type, then you need to open up your software manager and search for ntfs and install it. The name of the package should be something like "ntfs-utils" or "ntfs-3g" or something like that.

Last edited by suicidaleggroll; 11-10-2015 at 11:02 AM.
 
Old 11-10-2015, 11:11 AM   #27
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
You did not post the output of the command:
sudo file -s /dev/sdb1
 
Old 11-10-2015, 12:41 PM   #28
KingKee
LQ Newbie
 
Registered: Nov 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
Sorry:

kcoutriers@kcoutriers-Mecer-X102 ~ $ sudo file -s /dev/sdb1
[sudo] password for kcoutriers:
/dev/sdb1: FoxPro FPT, blocks size 0, next free block index 1124103168
 
Old 11-10-2015, 12:43 PM   #29
KingKee
LQ Newbie
 
Registered: Nov 2015
Posts: 19

Original Poster
Rep: Reputation: Disabled
kcoutriers@kcoutriers-Mecer-X102 ~ $ sudo mount -t ntfs /dev/sdb1 /mnt/usb1
NTFS signature is missing.
Failed to mount '/dev/sdb1': Invalid argument
The device '/dev/sdb1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
kcoutriers@kcoutriers-Mecer-X102 ~ $ sudo mount -t ntfs /dev/sdb2 /mnt/usb2
NTFS signature is missing.
Failed to mount '/dev/sdb2': Invalid argument
The device '/dev/sdb2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
 
Old 11-10-2015, 12:47 PM   #30
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Hm, well that's not good. I wonder if whatever you were doing with the partition type screwed up the filesystem. Did it ever prompt you for your password when you were playing with the partition types in that GUI?
 
  


Reply



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
mythbuntu on newly installed mint 17 cinnamon bugs123 Linux - Newbie 2 08-25-2014 07:09 PM
mythbuntu on newly installed mint 17 cinnamon bugs123 Linux - Newbie 1 08-25-2014 04:50 PM
Wireless and ethernet not working in newly installed Linux Mint Tosh12 Linux - Newbie 4 07-25-2012 10:42 AM
Newly installed HDD boot problems using GRUB felixmvg Linux - Laptop and Netbook 1 02-25-2005 06:51 PM

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

All times are GMT -5. The time now is 04:13 PM.

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