Jump to content

nfts/initialized ssd not showing on ubuntu studio

I have recently installed Ubuntu studio on my desktop, and my ssd will not show up at all, or show any error message when you try to interact with it. does anyone have any experience with this issue? if so please let me know

 

Billy_G

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

is there a certain format for Linux storage media 

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

run: apt-get install ntfs-3g

 

run: blkid to get your device's uuid

 

put

UUID=xxxxxxxxxxxxxxxxxx  /mnt/ntfs_disk  ntfs-3g  defaults,windows_names,locale=en_US.utf8  0 0

into your /etc/fstab

 

restart or run: mount -a

 

You probably need to sudo most of those commands. 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×