Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Viewing and reading Windows NTFS Drives?

  1. #1
    Junior Member
    Join Date
    Jun 2004
    Posts
    6

    Viewing and reading Windows NTFS Drives?

    Well, I just installed Knoppix to my hd.

    1. Before I installed, booting from the CD, I could see and execute certain files such as mp3, and anything that is recognized by knoppix on windows drives. But after I installed it to hd, via debian old installer way(before, I tried the knoppix cd way which still recognized the drives and files in it), files:/mnt/hda1 and hda5 is empty. They are my C and D drive for Windows. They are NTFS. I know the files are there because I still boot into windows XP. However, is there someway of getting knoppix/debian to recognize it, and have it in read only mode, so I cannot wipe any valuable information?

    2. What software for debian would be great for .WMV and .WMA multimedia formats?

    Thanks

  2. #2
    Senior Member
    Join Date
    Oct 2003
    Location
    GA
    Posts
    382
    They're there...just not mounted. If you don't want to have to manually mount them each time you reboot you can edit your fstab file...it's in the /etc directory. You can use any text editor on it...but make sure you open it as root so you have permission to change it.

    find lines that look something like this:
    Code:
    /dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=000 0 0
    and this:
    Code:
    /dev/hda5 /mnt/hda5 ntfs noauto,users,exec,ro,umask=000 0 0
    and change the noauto to auto. They'll then mount read-only at bootup.

    I know that Mplayer will play .WMV files...I'm not sure about .WMA.

  3. #3
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    Quote Originally Posted by Chris Lee
    What software for debian would be great for .WMV and .WMA multimedia formats?
    xine works great. In order to play them, according to the xine FAQ:

    Can I watch Windows Media (.asf/.wmv/.wma) files using xine?

    While the container format (system layer) ASF (wmv is just an alias) is fully supported in xine, for newer windows media 9 based streams you'll need to install windows binary codecs (.DLLs).

    Possibly the most convenient way to get the windows DLLs is to download them from the mplayer website http://www1.mplayerhq.hu/MPlayer/releases/codecs/ . The package is called "Win32 Codecpack". Unpack it and move everything you find inside to /usr/lib/win32 (actually you can place them anywhere you want, e.g. someplace in your homedirectory, but then you'll have to set codec.win32_path in your xine config file accordingly). Restart xine then and you should be able to watch windows media streams.


    Works quite well. QuickTime codecs are available from the same place.

  4. #4
    Junior Member
    Join Date
    Jun 2004
    Posts
    6
    Well, the auto works fine for me. But just so I know, is there any way to set off the readonly?

    Also, I downloaded the codecs for Windows and Codec pack, it opens them up by ARK. What do I do with it?

    An additional thing, in Windows, there is a task shutdown or known as Alt + CTRL + DEL. Is there a way to do things like that when a window in knoppix freezes and refuses to close?

    Thanks.

  5. #5
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    Quote Originally Posted by Chris Lee
    Well, the auto works fine for me. But just so I know, is there any way to set off the readonly?
    To make the device "not" read-only, remove the "ro" option from the fstab file entry line...

    i.e.
    Code:
    /dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=000 0 0
    becomes
    Code:
    /dev/hda1 /mnt/hda1 ntfs noauto,users,exec,umask=000 0 0
    and this should make the device mentioned both read and write access when mounted.

    Quote Originally Posted by Chris Lee
    Also, I downloaded the codecs for Windows and Codec pack, it opens them up by ARK. What do I do with it?
    I would guess the files were "packed" into a single file, for ease of downloading. Not knowing what the extension is on the file you are unpacking, you can try ARK to unpack it. If the file is named "something".tar, or "something".tar.gz, or "something".tar.bz2 -=- you can use tar to unpack it. From the post by Eco2Geek, it seems you are suposed to unpack the files contained in the downloaded file( s ), and then either move them to a specific location, or change a config file to point them to the location ( if you choose to place them some place other than where they suggest )

    Quote Originally Posted by Chris Lee
    Thanks.
    Your welcome, hopefully, I helped,
    Ms. Cuddles

  6. #6
    Junior Member
    Join Date
    Jun 2004
    Posts
    6
    Alright, thanks. I got XIne to work. However, is there a solution for Control ALT Delete on Linux Debian?

    also...the viewing stopped working, just now, it gave me 0 item, 0 file, 0 directories.

    My fstab as follows.

    # /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/hdb1 / ext3 defaults,errors=remount-ro 0 1

    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
    /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdrom1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdaudio /cdaudio iso9660 defaults,ro,user,noexec,noauto 0 0
    /dev/cdrom1 /mnt/auto/cdrom1 auto users,noauto,exec,ro 0 0
    /dev/cdrom2 /mnt/auto/cdrom2 auto users,noauto,exec,ro 0 0
    /dev/cdrom3 /mnt/auto/cdrom3 auto users,noauto,exec,ro 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 ntfs auto,users,exec,ro,uid=knoppix,gid=knoppix 0 0
    # Added by KNOPPIX
    /dev/hda5 /mnt/hda5 ntfs auto,users,exec,ro,uid=knoppix,gid=knoppix 0 0
    Is there anything that might cause this problem?

  7. #7
    Senior Member
    Join Date
    Oct 2003
    Location
    GA
    Posts
    382
    Quote Originally Posted by Chris Lee
    Alright, thanks. I got XIne to work. However, is there a solution for Control ALT Delete on Linux Debian?
    Click the K -> go to Settings -> go to Control Center -> go to Regional & Accessibility and you'll find "Keyboard Shortcuts".

    Find the shortcut for Show Taskmanager and set it to Ctrl+Alt+Delete and you'll have a taskmanager much like windows' come up. But the better way to kill a bad app is to use XKill. To enable this one find the one for "Kill Window" and make sure it's set to default (Ctrl+Alt+Esc). Now you can see what's happening with a process by clicking Ctrl+Alt+Delete, or if you press Ctrl+Alt+Esc the cursor becomes a skull and you just click on the bad program and it goes away.

    As far as the fstab goes...the only thing I can think of is to ask whether or not your user name is knoppix. If it's not you should change the uid and gid to equal whatever your username is.

  8. #8
    Junior Member
    Join Date
    Jun 2004
    Posts
    6
    Okay, thank you, I found the problem, I just overwrite the entries with the original entries at the top, and I made the noauto change again. it works.

    I was wondering, is there a way that I can make certain applications startup with knoppix?

    Also, what do I do to make a shortcut of a folder/file on the desktop?

    In addition, is there a way that I can configure debian to read wmp streams, on sites such as launch.yahoo.com?


    Much Thanks for helping.

  9. #9
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    Quote Originally Posted by Chris Lee
    I was wondering, is there a way that I can make certain applications startup with knoppix?
    Shortcuts, or links, is the answer, and then placing them in the right location for the user. I am assuming that the applications are for a user, and not the system, if the system ( OS ) needs to run them - that is a different story... But, when a user logs in, specific settings are loaded for that user, like the way they like the desktop, clock, and even already running programs they had when they logged out... To get this user to activate a program when they login, you will want to create a "shortcut" in the home folder, under the folder named .kde/Autostart - open up a Konqueror window, ( the little house icon on the taskbar ), make sure you have under "View" Show Hidden Files, click on .kde folder, then click on Autostart, in this folder, right-click on the right pane, and select Create new, and then select Link to application... -=- this should allow you to enter, or browse for the application you want to create the autostart program for... ( Note: this assumption, and above example, assumes that you want to "autostart" a program for the user you are logged into at this time. )

    Quote Originally Posted by Chris Lee
    Also, what do I do to make a shortcut of a folder/file on the desktop?
    You might try the same example above, but instead of doing it inside the Konqueror window, do it on the desktop iteself... Right-click on the desktop, select Create new, if you want to link to a drive/device - select one of the ...Device selections, for folders, select one of the ...application, or the ...location (URL) choices... Then pop in the information for what you want the link to "point" to...

    Hope this helps,
    Ms. Cuddles

  10. #10
    Junior Member registered user
    Join Date
    Mar 2004
    Posts
    18
    Chris Lee wrote:
    Well, the auto works fine for me. But just so I know, is there any way to set off the readonly?


    To make the device "not" read-only, remove the "ro" option from the fstab file entry line...

    snip ...

    I just thought I'd add that the ntfs support for writing to drives is dangerous. It's best to leave it as read only.

    Knoppix 3.4 has captive-ntfs which provides a reliable rw option. It uses MS's own dlls to do read/write to the drives.

    mount -t captive-ntfs /dev/hda1 /mnt/hda1

    It's a bit slow, but doesn't mess up your ntfs drives

Page 1 of 2 12 LastLast

Similar Threads

  1. Knoppix LiveCD and reading all drives in RAID 0
    By sladetf in forum Hardware & Booting
    Replies: 0
    Last Post: 02-24-2005, 09:05 PM
  2. reading ntfs from knoppix
    By enraged in forum General Support
    Replies: 3
    Last Post: 07-06-2004, 05:27 AM
  3. trouble viewing data in NTFS drive
    By icarus in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 10-07-2003, 01:46 PM
  4. problem reading ntfs
    By tyiooo in forum General Support
    Replies: 10
    Last Post: 06-12-2003, 05:25 AM
  5. Problem reading NTFS partition
    By eliashan in forum General Support
    Replies: 0
    Last Post: 04-14-2003, 08:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


SUN Blade X6250 Server 8GB RAM DUAL PROCESSORS 594-4531-01 picture

SUN Blade X6250 Server 8GB RAM DUAL PROCESSORS 594-4531-01

$109.99



HPE BL460c G10 ProLiant Blade | 2x Silver 4110 | 16GB | P204I | 2x300GB 10KRPM picture

HPE BL460c G10 ProLiant Blade | 2x Silver 4110 | 16GB | P204I | 2x300GB 10KRPM

$1419.00



HPE BL460c G9 ProLiant Blade | 2x Xeon E5-2620V3 | NO RAM | P244BR | 2xHDD Tray picture

HPE BL460c G9 ProLiant Blade | 2x Xeon E5-2620V3 | NO RAM | P244BR | 2xHDD Tray

$179.00



Dell PowerEdge M640 Blade Server 2x Xeon Gold 5122 3.6GHz, No RAM, READ _ picture

Dell PowerEdge M640 Blade Server 2x Xeon Gold 5122 3.6GHz, No RAM, READ _

$402.38



Dell PowerEdge M620 0F9HJC Blade Server 2*E5-2670 2.60GHz 192GB RAM 2*300GB SAS picture

Dell PowerEdge M620 0F9HJC Blade Server 2*E5-2670 2.60GHz 192GB RAM 2*300GB SAS

$103.99



HP ProLiant BL460c G9 (Gen9) 2x E5-2670V3 12 Core 3.1GHz No Ram or No Drives picture

HP ProLiant BL460c G9 (Gen9) 2x E5-2670V3 12 Core 3.1GHz No Ram or No Drives

$59.98



Dell PowerEdge M630 Blade Server 1x Xeon E5-2630 v4 CPU / Motherboard P/N 0R10KG picture

Dell PowerEdge M630 Blade Server 1x Xeon E5-2630 v4 CPU / Motherboard P/N 0R10KG

$69.99



Dell PowerEdge VRTX Rack Chassis 25-Bay 14.4TB HDD 2x M640 Blade 512GB RAM 2-Bay picture

Dell PowerEdge VRTX Rack Chassis 25-Bay 14.4TB HDD 2x M640 Blade 512GB RAM 2-Bay

$2335.00



Dell PowerEdge FX2s CTO Blade 4 Slot 2U Chassis 2x 2000W picture

Dell PowerEdge FX2s CTO Blade 4 Slot 2U Chassis 2x 2000W

$399.00



Cisco UCS 5108 Blade Server Chassis Enclosure N20-C6508 4x PSU 8x Fans 2x Fabric picture

Cisco UCS 5108 Blade Server Chassis Enclosure N20-C6508 4x PSU 8x Fans 2x Fabric

$139.99