LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 04-15-2010, 02:56 AM   #1
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 749

Rep: Reputation: 31
Question My NTFS disks are empty


Hi,
I need help. How and when it happened I do not know. But some days ago I tried to copy some files from my NTFS disk and I cant. The disk is empty (really it is not). I have 3 NTFS disks on my system and one with Suse on it. Until now I could normally access all my disks. Now I can access them but there are no files/directories on any one of them (as seen from SUSE).And in my fstab there are entries which I do not know how they come there. Here is my fstab file:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>

proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/disk/by-id/ata-MAXTOR_6L040J2_362124625531-part2 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-MAXTOR_6L040J2_362124625531-part3 /home ext4 acl,user_xattr 1 2
/dev/dm-3 /media/Moj_Disk ntfs-3g defaults,locale=sl_SI.UTF-8 0 0
/dev/dm-4 /media/Programi ntfs-3g defaults,locale=sl_SI.UTF-8 0 0
/dev/dm-5 /media/SISTEM ntfs-3g defaults,locale=sl_SI.UTF-8 0 0
/dev/disk/by-id/ata-WDC_WD5000AADS-00L4B1_WD-WCAUH1197644-part1 /windows/C ntfs-3g defaults 0 0
/dev/disk/by-id/ata-WDC_WD5000AADS-00L4B1_WD-WCAUK1164319-part1 /windows/D ntfs-3g defaults 0 0
/dev/disk/by-id/ata-Maxtor_6Y160P0_Y47HM58E-part1 /windows/E ntfs-3g defaults 0 0
/dev/disk/by-id/ata-MAXTOR_6L040J2_362124625531-part1 swap swap defaults 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0


Entries /dev/dm-3,4 and 5 are not to be there.

I do not kbnow if I can remove them without making some problems when booting the system.
 
Old 04-15-2010, 04:04 AM   #2
wjdoss
LQ Newbie
 
Registered: Sep 2009
Location: Bangalore
Distribution: ubuntu 9.04 and RHEL4
Posts: 24

Rep: Reputation: 15
Question try mounting it manually

Hi,
Did u try mounting the ntfs drives manually, I think in ur case, "/windows/c and d" are only ntfs drives.
do you have a dual boot (windows and suse)??
 
Old 04-15-2010, 04:37 AM   #3
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 749

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by wjdoss View Post
Hi,
Did u try mounting the ntfs drives manually, I think in ur case, "/windows/c and d" are only ntfs drives.
do you have a dual boot (windows and suse)??
hi wjdoss,
yes I mounted them and yes all 3 drives (c, d and e) are ntfs drives. I have suse on a separate drive. As I said, I have no idea what happened, but I was able to access files in my drives normally until now. My fstab was normal, without those /dev/dm-x drives. Now , when I open windows in dolphin, I can see my drives and I can access them, but there are no folders in any of them.
 
Old 04-15-2010, 07:17 AM   #4
wjdoss
LQ Newbie
 
Registered: Sep 2009
Location: Bangalore
Distribution: ubuntu 9.04 and RHEL4
Posts: 24

Rep: Reputation: 15
HI riba,
can u give me the capture of "df -h".

also "ls -ls /dev/sd*"
 
Old 04-15-2010, 10:11 AM   #5
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 749

Original Poster
Rep: Reputation: 31
Hi,

here are the results:

df -h
Dat. sist. Vel. Upor Prost Upo% Priklopljeno na
/dev/sdb2 15G 6,7G 6,7G 51% /
udev 1,4G 364K 1,4G 1% /dev
/dev/sdb3 21G 14G 6,1G 70% /home
/dev/dm-3 466G 242G 225G 52% /media/Moj_Disk
/dev/dm-4 466G 45G 422G 10% /media/Programi
/dev/dm-5 153G 94G 60G 62% /media/SISTEM
bogomir@linux-b63n:~>
ls -ls /dev/sd*
linux-b63n:/home/bogomir # ls -ls /dev/sd*
0 brw-rw---- 1 root disk 8, 0 apr 15 09:38 /dev/sda
0 brw-rw---- 1 root disk 8, 1 apr 15 09:38 /dev/sda1
0 brw-rw---- 1 root disk 8, 16 apr 15 09:38 /dev/sdb
0 brw-rw---- 1 root disk 8, 17 apr 15 09:38 /dev/sdb1
0 brw-rw---- 1 root disk 8, 18 apr 15 07:38 /dev/sdb2
0 brw-rw---- 1 root disk 8, 19 apr 15 07:38 /dev/sdb3
0 brw-rw---- 1 root disk 8, 32 apr 15 09:38 /dev/sdc
0 brw-rw---- 1 root disk 8, 33 apr 15 09:38 /dev/sdc1
0 brw-rw---- 1 root disk 8, 48 apr 15 09:38 /dev/sdd
0 brw-rw---- 1 root disk 8, 49 apr 15 09:38 /dev/sdd1
0 brw-rw---- 1 root disk 8, 64 apr 15 09:38 /dev/sde
0 brw-rw---- 1 root disk 8, 65 apr 15 09:38 /dev/sde1
linux-b63n:/home/bogomir #

Last edited by riba43; 04-15-2010 at 10:16 AM.
 
Old 04-15-2010, 10:15 AM   #6
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 749

Original Poster
Rep: Reputation: 31
linux-b63n:/home/bogomir # ls -ls /dev/sd*
0 brw-rw---- 1 root disk 8, 0 apr 15 09:38 /dev/sda
0 brw-rw---- 1 root disk 8, 1 apr 15 09:38 /dev/sda1
0 brw-rw---- 1 root disk 8, 16 apr 15 09:38 /dev/sdb
0 brw-rw---- 1 root disk 8, 17 apr 15 09:38 /dev/sdb1
0 brw-rw---- 1 root disk 8, 18 apr 15 07:38 /dev/sdb2
0 brw-rw---- 1 root disk 8, 19 apr 15 07:38 /dev/sdb3
0 brw-rw---- 1 root disk 8, 32 apr 15 09:38 /dev/sdc
0 brw-rw---- 1 root disk 8, 33 apr 15 09:38 /dev/sdc1
0 brw-rw---- 1 root disk 8, 48 apr 15 09:38 /dev/sdd
0 brw-rw---- 1 root disk 8, 49 apr 15 09:38 /dev/sdd1
0 brw-rw---- 1 root disk 8, 64 apr 15 09:38 /dev/sde
0 brw-rw---- 1 root disk 8, 65 apr 15 09:38 /dev/sde1
linux-b63n:/home/bogomir #
 
Old 04-24-2010, 06:33 PM   #7
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
If you are seeing nothing, your computer isn't mounting the NTFS drives and/or you for some reason don't have permission to view the NTFS drives. Go into YaST, check the mount options. Make sure there isn't any user control options and make sure that YaST says it is supposed to mount at startup.
 
  


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
Can't remove empty dir from ntfs-3g partition even by root! Linux For Ever Slackware 3 08-01-2009 01:21 PM
problem mounting one of NTFS disks. setrofim Linux - Newbie 6 05-30-2009 08:46 PM
mount ntfs disks marciobarbalho Slackware 6 09-06-2008 06:09 AM
HPFS / NTFS problem C: partition appears to be empty thk33 Linux - Software 2 08-11-2004 10:22 AM
Accessing NTFS DISKS I'm a newbee Linux - Software 0 03-20-2004 10:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 07:59 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