 |
Linux Format forums Help, discussion, magazine feedback and more
|
| View previous topic :: View next topic |
| Author |
Message |
skos
Joined: Mon Mar 11, 2013 8:41 am Posts: 3
|
Posted: Wed Mar 13, 2013 5:55 pm Post subject: Cannot mount partitions |
|
|
Postby skos on Mon Mar 11, 2013 1:28 am
I would like to mount all the partitions like the way i do it with windows but i only few of them allow as user to explore and rwx on them.
Here is the output of a script for my partitions
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 98 for .
=> Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and uses an
embedded config file:
---------------------------------------------------------------------------
search.fs_uuid d61f661c-65b3-4ed6-acb2-8b9fa28f33d6 root
set prefix=($root)/boot/grub
---------------------------------------------------------------------------
-----.
=> Grub2 (v1.99) is installed in the MBR of /dev/sdc and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 98 for .
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Linux Mint 14 Nadia
Boot files: /boot/grub/grub.cfg /etc/fstab
sdb1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb2: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: According to the info in the boot sector, sdb2 starts
at sector 63. But according to the info from fdisk,
sdb2 starts at sector 409600063.
Operating System:
Boot files:
sdb3: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: According to the info in the boot sector, sdb3 starts
at sector 63. But according to the info from fdisk,
sdb3 starts at sector 614400063.
Operating System:
Boot files:
sdb4: __________________________________________________________________________
File system: Extended Partition
Boot sector type: Unknown
Boot sector info:
sdb5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files:
sdc2: __________________________________________________________________________
File system: btrfs
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 * 2,048 156,301,311 156,299,264 83 Linux
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 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
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 2,048 208,824,319 208,822,272 83 Linux
/dev/sdb2 409,600,063 614,400,062 204,800,000 7 NTFS / exFAT / HPFS
/dev/sdb3 614,400,063 976,768,064 362,368,002 7 NTFS / exFAT / HPFS
/dev/sdb4 208,826,366 409,599,999 200,773,634 5 Extended
/dev/sdb5 208,828,416 409,599,999 200,771,584 7 NTFS / exFAT / HPFS
Drive: sdc _____________________________________________________________________
Disk /dev/sdc: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders, total 78165360 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdc2 2,000,896 78,163,967 76,163,072 83 Linux
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 2fa7b4a8-9e88-44ce-8812-ff52fc58dd7f ext4 OS1
/dev/sdb1 0f0bbf2c-07f9-4950-ab0e-f8e7c7599df9 ext4
/dev/sdb2 E23AF54F3AF520E9 ntfs PROG_FILES
/dev/sdb3 7C1E19A31E19580A ntfs New Volume
/dev/sdb5 2EBBA3A241140D3E ntfs
/dev/sdc2 76cea449-c3ec-4776-9723-21a040bdfc41 btrfs
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sda1 / ext4 (rw)
/dev/sdb2 /media/PROG_FILES fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdb3 /media/sdb3 fuseblk (ro,noexec,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sdb5 /media/2EBBA3A241140D3E fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdc2 /media/76cea449-c3ec-4776-9723-21a040bdfc41 btrfs (rw)
=========================== sda1/boot/grub/grub.cfg: ===========================
THANKS |
|
| Back to top |
|
 |
skos
Joined: Mon Mar 11, 2013 8:41 am Posts: 3
|
Posted: Fri Mar 15, 2013 7:44 am Post subject: |
|
|
| none |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Fri Mar 15, 2013 9:03 am Post subject: |
|
|
Can you post the output from mount and the contents of /etc/fstab, using code tags to keep them readable. _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
skos
Joined: Mon Mar 11, 2013 8:41 am Posts: 3
|
Posted: Fri Mar 15, 2013 7:11 pm Post subject: |
|
|
fstab
UUID=0f0bbf2c-07f9-4950-ab0e-f8e7c7599df9 /media/0f0bbf2c-07f9-4950-ab0e-f8e7c7599df9 ext4 users 0 0
UUID=E23AF54F3AF520E9 /media/PROG_FILES ntfs-3g defaults 0 0
UUID=7C1E19A31E19580A /media/New Volume ntfs-3g defaults 0 0
UUID=2EBBA3A241140D3E /media/2EBBA3A241140D3E ntfs-3g defaults 0 0
UUID=76cea449-c3ec-4776-9723-21a040bdfc41 /media/76cea449-c3ec-4776-9723-21a040bdfc41 btrfs defaults 0 0
UUID=2fa7b4a8-9e88-44ce-8812-ff52fc58dd7f / ext4 defaults 0 1
/dev/sdb3 /media/sdb3 ntfs nls=iso8859-1,ro,users,umask=000 0 0
mount
/dev/sda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
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)
/dev/sdc2 on /media/76cea449-c3ec-4776-9723-21a040bdfc41 type btrfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
mint@mint-System-Product-Name ~ $ |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|